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

Dual mining #71

Closed KL0nLutiy closed 5 years ago

KL0nLutiy commented 5 years ago

Hello, @fancyIX, what about the dual mining? For example, ethash + lyra2z or ethash + phi2, even if your implementation of lyra2 is not the fastest, dual mining will be a good reason to use your miner. There is a good opensource implementation of Ethash : https://github.com/ethereum-mining/ethminer/tree/master/libethash-cl/kernels/isa. An example of dual mining kernel: https://github.com/zawawawa/GatelessGateSharp/blob/v1.3/GatelessGateSharp/Kernels/ethash_pascal.cl

fancyIX commented 5 years ago

@KL0nLutiy thank you. Will take a look.

fancyIX commented 5 years ago

Won't fix because IP theft is happening (not to this miner though) in some closed source miner. It’s a huge effort to write GCN asm code and build optimized bin kernels including GCN code. If someone can just use your bin files in closed source miner without giving you any credit, what is the point of those effect building those bin kernels...