C++ source code for bitcoin miner software?

1

1

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

Qing Luo

Posted 2018-04-04T23:02:19.357

Reputation: 11

Answers

2

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

Andrew Chow

Posted 2018-04-04T23:02:19.357

Reputation: 40 910