Post
Topic
Board Mining (Altcoins)
Re: [XMR] JCE Miner Cryptonight/forks, now with GPU!
by
dingdongtobias
on 08/07/2018, 08:52:11 UTC
edit: i wanted to add support for ITA fork, a fork of Haven, and noticed they changed
Code:
idx0 = (~d) ^ q
into
Code:
idx0 = ~(d ^ q)

which... is exactly the same*. That ITA coin is in the hand of real experts, no reason to panic. Roll Eyes

* binary not and xor are both commutative and reversible. Like -a*b is -(a*b) or a*(-b), binary ~d^q is ~(d^q)

That real expert is called Imperdin, making a fool of himself, underestimating other guys work (gandalph - castxmr , doktor83 - srbminer).
Btw. i tried your miner and i really like it, works good and stable.

But why all those greeks, why did not you use like others, intensity, worksize etc named settings  ? Smiley