fancyIX / sgminer-phi2-branch

A branch of sgminer optimized with GCN cross lane instructions on AMD (ethash, phi2, lyra2Z[z], allium, x25x, lyra2REv2/v3, argon2d, yescrypt, neoscrypt, 0x10)
GNU General Public License v3.0
54 stars 27 forks source link

Zcoin MTP #136

Closed KL0nLutiy closed 5 years ago

KL0nLutiy commented 5 years ago

Hello, @fancyIX , could you please add MTP algo for Zcoin https://zcoin.io/guide-on-how-to-mine-zcoin-xzc/

fancyIX commented 5 years ago

Does this mean XZC changed their algo from lyra2Z to MTP? In the link you posted it says sgminer is WIP. Does that mean other guys already started working on it? It seems MTP is not related to lyra so I will put in in low priority unless there is a bounty.

fancyIX commented 5 years ago

Seems the deadline for bounty has passed long time ago...

fancyIX commented 5 years ago

https://github.com/zcoinofficial/sgminer Seems there are ulong[128] LDS array shared by 32 threads. The potential speed up by cross lane sharing may be significant.

fancyIX commented 5 years ago

Feature done. Will improve later