decred / gominer

Go (golang) based GPU miner for Decred.
GNU General Public License v3.0
160 stars 80 forks source link

change hash rate calculation #124

Open jolan opened 7 years ago

jolan commented 7 years ago

Other miners calculate their hash rate based upon work performed which means you can get a decent hash rate estimation in a minute or so.

gominer's is currently based off of nonces found. This means running benchmarks is a long, tedious process since you have to wait for the calculated rate to settle.