mimblewimble / cuckoo-miner

Mining wrapper around the Cuckoo Cycle proof of work system for the Grin/MimbleWimble blockchain.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Simultaneous CPU+GPU Mining

yeastplume opened this issue · comments

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.

Implemented and included in unit testing.