Post
Topic
Board Mining (Altcoins)
Re: [ANN]: cpuminer-opt v3.4.11, faster Groestl & Myriad
by
joblo
on 20/11/2016, 17:22:05 UTC
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);
Ok, works fine : thank you :-).
Any future optimisation for ZCoin ?

We'll see when MTP comes out.

If I have a good reason to release a new version before then it will include the above change.