cpuminer-vert
cpuminer-vert copied to clipboard
adapted CPU cgminer for vertcoin based on pooler-cpuminer
``` checking for pthread_create in -lpthread... yes ./configure: line 5587: syntax error near unexpected token `,' ./configure: line 5587: `LIBCURL_CHECK_CONFIG(, 7.15.2, ,' ``` on ./configure CFLAGS="-03"
some weeks ago the hash algorithm of vertcoin was changed to Lyra2RE. While there are gpu miners already available there is no cpu miner yet.
Distribution fails to properly configure due to missing autoconf macros. From: https://developer.apple.com/library/mac/documentation/porting/conceptual/portingunix/compiling/compiling.html “If you get errors about missing AC_ macros, you may need to download a copy of libraries on...