mimblewimble / cuckoo-miner

Mining wrapper around the Cuckoo Cycle proof of work system for the Grin/MimbleWimble blockchain.
Apache License 2.0
52 stars 16 forks source link

'Halting' Plugins #8

Closed yeastplume closed 6 years ago

yeastplume commented 7 years ago

At the moment, there's a need to stop cuckoo processing if a solution's already been found, figure out where the best place to put this is in the various cuckoo-miner plugin implementations so that it doesn't impact on solution times.

yeastplume commented 6 years ago

Handled mostly for now, but still needs to be more carefully looked at on a plugin-by-plugin basis.