CFLAGS="-O2 -Wall -march=native" ./configure --enable-scrypt
I get this in the summary when the configure script completes:
cgminer 3.1.0
------------------------------------------------------------------------
Configuration Options Summary:
curses.TUI...........: FOUND: -lncurses
OpenCL...............: NOT FOUND. GPU mining support DISABLED
configure: error: No mining configured in
And it just stops. If I make install anyway, it doesn't want to work. Thanks in advance for any help!
try
CFLAGS="-O2" ./configure --enable-cpumining
works for BTC. Tried it on testnet (win64). You can use it for testing, but to make real coins you would have to be really lucky or live for a very long time.
3.1.0 doesn't have any cpu mining code in it.
I missed that part.
Use 2.11.4 with the above configure option. Problem solved. Next.