M BUZZ CRAZE NEWS
// news

How to configure cgminer to mine with the CPU?

By Gabriel Cooper

I installed the cgminer to try to get into a bitcoin mining pool, but I have no GPU. I know that mining with the CPU is not very eficient, but I want to know how to configure cgminer to mine with the CPU? Because I just want to test it. I installed the cgminer by the ubuntu software center.

2

1 Answer

Man, the latest version have'nt support for cpuming, until version 2.11.4 adding --enable-cpumining when you call ./configure
Better use bfgminer

sudo apt-add-repository ppa:unit3/bfgminer

then:

sudo apt-get update 

Finally:

sudo apt-get install bfgminer 

and configure,

More Info at my blog (spanish)

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy