2

Does anyone know where to get the C++ source code of one workable bitcoin miner?

Qing Luo
  • 21
  • 1
  • 1
  • 2

1 Answers1

2

Two popular Bitcoin miners, BFGMiner and CGMiner are open source and written in C++. The source code repositories for both are linked.

Ava Chow
  • 70,382
  • 5
  • 81
  • 161