Post
Topic
Board Announcements (Altcoins)
Re: [ANN] TETHASHV1 Word First ANTI-ETHASIC.TEO(TrustETH reOrgin) Mainnet Started!
by
trustfarm
on 16/05/2019, 12:30:29 UTC
Who interested on support TethashV1 (upgrade ethash) miner development.

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
    teopool.tao.foundation
    teopool2.tao.foundation
    pool1.tao.foundation

1-3. efficiency of algorithm compared than ethash
    - more randomizing on MIX parts.
    - simple more multiplication loops makes less hashrates 5~10% , compared than ethash
    - simple more multiplication loops makes hard to overclock for the meet fpga / asic timing meets.
    - 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/teominer

2-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.