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

Support Simultaneous CPU+GPU Mining #3

Closed yeastplume closed 6 years ago

yeastplume commented 7 years ago

At the moment, cuckoo-miner only supports loading a single plugin at a time. Extend to cover an arbitrary number of plugins loaded at once, to allow for simultaneous GPU and CPU mining.

yeastplume commented 6 years ago

Implemented and included in unit testing.