You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.