3

I just downloaded Bitcoin Core and BFGminer on linux and I would like to start CPU mining just to see how it works, maybe later I'll buy ASIC. So, how can I configure CPU mining on BFGminer?

Greps
  • 33
  • 1
  • 1
  • 4

2 Answers2

3

You can run a miner on a CPU, you just won't generate any measurable revenue. But as an experiment, it's certainly possible to do. I run cgminer on a CPU as an integration test for one of my node.js modules.

This is a rough outline of the steps you can go through to install an older, CPU-supported version of cgminer on your computer: https://github.com/hashware/node-cgminer-api/blob/master/.travis.yml#L11-L24

Travis Webb
  • 240
  • 1
  • 5
1

You're not going to be able to mine Bitcoin with a CPU. This has been covered before. You'll need to buy an ASIC.

Wizard Of Ozzie
  • 5,268
  • 4
  • 30
  • 63