JayDDee / cpuminer-opt

Optimized multi algo CPU miner
Other
773 stars 545 forks source link

Support for more Algo #293

Closed riverdusty closed 3 years ago

riverdusty commented 3 years ago

How easy is it to add new algos to this? There are some new ones I'd like to try. (ProgPow, Verthash, KawPow, etc)

JayDDee commented 3 years ago

Short answer, impossible for those algos.

Integrating an algo that already has compatible CPU mining code is simple, but those algos have no CPU code avaiable. They would have to be written from scratch.