Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 335 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 335 Bytes

Minimal-Bitcoin-Miner

A very simple CPU based Bitcoin Miner in C#. Uses the GETWORK protocol to connect to pool. A great reference implementation if you are trying to understand how Bitcoin mining works.

Edit 2017: Not actually fit for mining - the GETWORK protocol isn't supported anymore by most pools