Can you support TethashV1 (upgrade ethash)
1. Project description (pools and rteo parity modified node)
https://github.com/tao-foundation/rteo
here's algorithm EIP-1485
1-1. https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1485.md#4-real-implementation-for-fnv1a
1-2. running pool lists
- 1) teopool.tao.foundation
- 2) teopool2.tao.foundation
- 3) pool1.tao.foundation
1-3. efficiency of algorithm compared than ethash
- 1) more randomizing on MIX parts.
- 2) simple more multiplication loops makes less hashrates 5~10% , compared than ethash
- 3) simple more multiplication loops makes hard to overclock for the meet fpga / asic timing meets.
- 4) more fair speed on cpu / gpu / fpga / asic .
It has upgrade ethash MIX parts, for prevent ETH-ASIC .
deprecated fnv0 upgrade to fnv1a
applied source patched things here.
2. teominer fork of ethminer
https://github.com/tao-foundation/teominer2-1. reference opencl code : https://github.com/tao-foundation/teominer/blob/master/libethash-cl/kernels/cl/ethash.cl
2-2. reference cuda code : https://github.com/tao-foundation/teominer/blob/master/libethash-cuda/fnv.cuh
2-3. patched ethash cpu code :
https://github.com/tao-foundation/tethashv1 If you are interested on this, you can add easily, because small modification of ethash.
And, please let me know email me :
cpplover@trustfarm.net Thanks.