Post
Topic
Board Mining software (miners)
Re: CGMiner Help
by
kano
on 23/05/2013, 15:58:59 UTC
I'm unable to get cgminer working on a debian cpu only system.  When I use the readme file's recommended configure line:

CFLAGS="-O2 -Wall -march=native" ./configure --enable-scrypt

I get this in the summary when the configure script completes:

Quote
------------------------------------------------------------------------
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.

His post says 3.1.0
3.1.0 doesn't have any cpu mining code in it.