vergecurrency / verge

Official Verge Core Source Code Repository :muscle:
https://VergeCurrency.com
MIT License
1.41k stars 394 forks source link

Incomplete support for mining with AMD GPU #102

Closed Technophant closed 6 years ago

Technophant commented 6 years ago

For Nvidia users, cgminer handles all algos well. However, there's no one fork of sgminer that does the same. X17 is in it's own fork and blake2s isn't supported at all. I propose a bounty to develop a new fork of sgminer that call handle all algos.

Cryptominer937 commented 6 years ago

Blake2s, Lyra2rev2, Groestl https://github.com/nicehash/sgminer/

That fork would just need someone to add the x17 kernels and compile the miner as scrypt is 100% ASIC territory.

EssKayz commented 6 years ago

Not really sure how this is a problem with Verge in itself. Try posting this on SGMiner repo also, as there will probably be more people who could be interested in doing this.