sandwichfarm / notemine

⛏️ wasm nostr note miner written in rust.
https://sandwichfarm.github.io/notemine
3 stars 2 forks source link

Fix 0kHs during best PoW report #5

Closed dskvr closed 2 months ago

dskvr commented 2 months ago

There's a few causes of hashrate jitters, but the biggest one is caused by best PoW reports, which drops the kHs to 0 during the report. Easily resolved, potentially fixed in interface-improvements branch