Fastest CPU Miner

11

9

I have a Windows Server with 20 cores at 2.10 Ghz (AMD Opteron 4171 HE). I am currently using Ufasoft CPU miner and getting about 35 Mhash/s.

I want to know what is the fastest CPU miner that I can use.

Elmo

Posted 2013-04-12T09:45:28.437

Reputation: 235

5

Keep in mind that CPU mining is generally unprofitable even if your electricity is free. And if it's not, you're paying a lot more than you would by simply buying the bitcoins.

eMansipater 2013-04-12T19:15:23.193

and your electricity?eMansipater 2013-04-12T20:13:46.830

Free as in beer.Elmo 2013-04-12T21:10:50.903

1Unfortunately the CPU mining period is long gone. It is unprofitable and not worth your electricity bill.Mythul 2013-12-27T07:50:34.533

Answers

4

I know this is an old question but recently I got a similar server.

I've tested rpcminer, GUI Miner (Which is actually UFASoft miner).

Personally the best I've found is CPUMiner. With a hash rate of about 75MH/s, it takes a bit of setting up as CPUMiner is normally used for Litecoin mining. CPUMiner gave me about 10%-20% more than the closest rival, which was rpcminer.

I've placed the following text in a .bat file that starts CPUMiner with the correct arguments.

minerd.exe -o http://[pool url]:[pool port] -u [username] -p [password] -a sha256d -R 2

The last 2 options are

-a sha256d - This tells CPUMiner to use the sha256 algorithm, used for Bitcoin mining.

-R 2 - Indicates the number of seconds to wait for when the pool cannot be found. I know this seems a little soon, but change yours to whatever you want.

Vincent P

Posted 2013-04-12T09:45:28.437

Reputation: 306

I have not found minerd.exe under download folder of cgu miner – None – 2013-08-08T09:03:36.123

What is cgu miner?Vincent P 2014-03-11T10:46:14.213

which pool do you recommend?Diomedes Dominguez 2016-08-15T02:50:56.003

@DiomedesDominguez I moved onto GPU mining a long time ago. My suggestion would be to find a pool thats reliable and long running (more than 6 months, minimum).Vincent P 2016-08-15T10:27:41.817

Ok, so now which GPU mining tool do you use?Diomedes Dominguez 2016-08-17T05:05:50.650

@DiomedesDominguez Personally I use Nicehash Miner. Its a wrapper for GPU/CPU/ASIC miners. Although this only mines at Nicehash, but it does so with a profitability switcher (EG: Miner will mine scrypt until another algorithm becomes more profitable, then switch to that). Apologies if this sounds like an ad, but have been through many pools and software and Nicehash is very well thought out and simple to get going.

Vincent P 2016-08-18T12:05:41.897

for cpuminer look for pooler on github. his repo is called cpuminer, but the executable is called minerd (miner daemon).Sun 2017-09-01T02:21:06.133

@DiomedesDominguez, has you received payments by cpu mining?Sterling Diaz 2018-03-09T15:39:37.813

No, I'm mining with ASICDiomedes Dominguez 2018-03-10T16:04:12.313

4

The official bitcoin client from bitcoin.org has a CPU mining option. Add a file named bitcoin.conf to the bitcoin data directory, with the contents gen=1

https://en.bitcoin.it/wiki/Running_Bitcoin#Bitcoin.conf_Configuration_File

Nick ODell

Posted 2013-04-12T09:45:28.437

Reputation: 26 536

I know about that app but can I pool-mine with the official client?Elmo 2013-04-12T17:41:50.493

1@ClickUpvote Nope.Nick ODell 2013-04-12T17:50:58.420

3

The original question was [sic] "What is the fastest CPU miner that I could use". Based on the answers, it seems, that everyone by default went to cpuminer/minerd. I use it also. However...

bfgminer (all except the latest version) has the ability to be used as a cpu miner. I have not been able to optimize mine yet but I do know that it is an incredibly smart miner with many options that can be set for performance.

So, cpuminer/minerd is great for being able to download and mine with your cpu all with no extensive testing, tweaking, etc. But if you want something that you can play around with, tweak, also to have built in Stratum, etc, then you may want to also dl bfgminer and play around. Especially if you want to cpu mine other alt coins (ie BBQ, Alpha, Xen, etc---anything with a low difficulty).

And if the day comes where you are ready to mine with a gpu, bfgminer is most likely going to be one of the miners you will use.

Doug

Posted 2013-04-12T09:45:28.437

Reputation: 31

1

You might be better off doing it by hand.

But mining speed varies by application. I might have the same computer here but there is a defect in one of the prongs on the cpu, it might always run .1Mhash slower than any other chip. Yours might run faster. No one can tell you how fast or how much better software might run for you.

It is a very hard question to answer, send me your server and I'll test it out for you. Or you could just download a few miners, try them out, and decide which works better for you.

KDecker

Posted 2013-04-12T09:45:28.437

Reputation: 471

Can you list the download links of the miners to try?Elmo 2013-04-12T13:49:28.617

4"send me your server and I'll test it out for you" Sounds legit.Nick ODell 2013-04-12T16:37:56.017

2It is, I'm a pro tester. My main method is the sledge-hammer method. Its a good test of durability.KDecker 2013-04-12T17:07:04.623