Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 257 Bytes

File metadata and controls

3 lines (2 loc) · 257 Bytes

rust-bitcoin-cpu-miner

A Bitcoin CPU miner written in rust to show how the mining process actually works at the low level. This should demonstrate that mining is actually quite a simple process as the mine function is only 20 lines of code with comments.