Post
Topic
Board Mining (Altcoins)
Re: [ANN]: cpuminer-opt v3.4.10, faster xevan
by
oldDIN
on 28/11/2016, 12:22:19 UTC
cpuminer-core-avx2:     Haswell, Broadwell, Skylake
cpuminer-corei7-avx:    Sandybridge
cpuminer-corei7-sse41:    Westbridge (AES + SSE4.1)
cpuminer-corei7:        Nehalem  (AES + SSE2)
cpuminer-sse2:         Core2 (no AES)
cpuminer-corei7-avx- i3 refused to work, but it works well on cpuminer-corei7

Zcoin-xzc Algo was modified after block 8192 - lyra2z

It's not worth making the change, it will change again soon to something completely different.
For those who compile their own it's a one line change in algo/lyra2/zcoin.c line 11:
Code:
old:        LYRA2Z(hash, 32, input, 80, input, 80, 2, height, 256);
new:        LYRA2Z(hash, 32, input, 80, input, 80, 2, 8192, 256);
I had to learn on the job Mingw64

Are there any improvements to make by building it with gcc-6 over gcc-4?
fx6300 and i3 which is 5% faster on gcc 6,2