You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.
But does it actually work? I see this in the messages when it starts:
C extension for midstate not available. Using default implementation instead.
And I changed it both in the Makefile and in setup.py
Pooler on IRC says not to worry about it, it was for some early (2010 or so) Getwork miners, isn't needed anymore. Sure kept it from installing on my Pi 3 though.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
~/stratum-mining-proxy/midstatec# make
gcc -march=native -Wall -funroll-all-loops -O3 -fstrict-aliasing -Wall -std=c99 -I/usr/include/python2.7 midstatemodule.c -o test -Wl,-O1 -Wl,--as-needed -lpython2.7
cc1: error: bad value (native) for -march switch
make: *** [test] Error 1
Fixed with:
-march=armv6
The text was updated successfully, but these errors were encountered: