I'm seeing conflicting claims about whether bitcoind
can still do CPU-based mining. As far back as 2011 people were saying that feature was going to "soon" be removed. Was mining removed?
By the way if mining is removed from bitcoind
, what are the things it can still do?
Asked
Active
Viewed 969 times
3
2 Answers
2
It is still there as of version 0.8.5, but just a reference implementation. It's not optimized, doesn't support pooled mining, and is not exposed via the Qt GUI.
To enable, start with the -gen option. But other than testnet (and even there...), it's utterly pointless.

Pieter Wuille
- 105,497
- 9
- 194
- 308
1
As of version 0.13.0, CPU mining has been removed from Bitcoin Core.
Since which version the mining functionality removed from wallet?

Nate Eldredge
- 23,040
- 3
- 40
- 80
-
Here's the release note with the corresponding section: Bitcoin Core 0.13.0 removed the internal mining capability – Murch Feb 12 '17 at 15:59
-gen
option for mining was removed in version 0.13.0 – RedGrittyBrick Sep 04 '20 at 16:02