Darren Rainey
Darren Rainey
honestly unless you have either 1000's of devices or a bunch of high end rigs you better off not mining at the moment. with the amount of competition today even...
did you compile with libcurl ? it looks like it can't find libcurl for the stratum protocol
Comment out lines 5688 and 5689
Oh forgot you need to edit your Makefile and replace @LIBCURL_CPPFLAGS with -lcurl as seen in this example: https://gist.github.com/DarrenRainey/ddcb8c3c2b786ee6d0444a9ceba45508#file-cpuminer-multi-makefile-fix-eample-L446 Replace the @LIBCURL stuff on Lines 446 and 447 and with...
This line : "heavy.c:2:10: fatal error: 'openssl/sha.h' file not found" means you need to install openssl-dev
You need to build a static binary
the pool might be down or your ISP might be blocking your connection the command syntax seems correct but the line saying "Connection refused" is a give away that this...
you could try running it through a proxy but its likely either a pool issue or your ISP blocking access.
yeah just checked it on armv7l and got a seg fault looks like the code is uses some armv8 specific features heres a gdb log `(gdb) run` `Starting program: /usr/src/cpuminer-multi-monerov7/minerd...
chmod +x nomacro.pl or perl nomacro.pl