sandwichfarm / notemine

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

Add best PoW threshold and option to disable #7

Open dskvr opened 1 month ago

dskvr commented 1 month ago

best PoW can choke the main-thread, particularly early in the mining proocess, as each worker reports it's best PoW. Add an optional threshold parameter for best PoW, and default to 80% of difficulty.

Additionally, explore the implication of disabling best PoW report under a certain difficulty.