Skip to content

Latest commit

 

History

History
7 lines (3 loc) · 344 Bytes

File metadata and controls

7 lines (3 loc) · 344 Bytes

Model_Bitcoinminer_Rust

As it's a model miner and work on finding a new hash through a loop which is on a pretty big range. Its advisable to run or build code on --release as it will provide the optimized version. eg:- cargo run --release / cargo build --release

Inspired by codebasics - Dhaval pandey Bitcoin miner in python.