Ondalf

Results 27 comments of Ondalf

Not a miner issue. Pool issue. Works at zpool... Affects only xmrig and flex and works only on a few specific pools. So maybe limit the miner to work at...

> I would mine to Zpool more if you offered Bitcoin Cash as a payment option. At this time the option is disabled. this isn't the issue. issue is that...

Hi, Just a friendly reminder -- if you force a single hash using AVX2, current era of CPUs will forcefully back down with CPU frequency scaling causing at worst jitter...

I mean, why not just adopt the upstream code? Its way more clean anyways and its battle tested. As an example of another oldie (dash 0.12.3 codebase) adopting the upstream...

Oh, xanimos codebase seems to comply with upstream. Looks good. https://github.com/dogecoin/dogecoin/blob/675cc0dad7cacde2c5aa425f520dc33b6702193d/src/crypto/sha256.cpp#L255-L263 But this method is not viable regardless. Calling AVX2 to hash a single hash instead of 8 should be...

I mean, upstream uses intrinsics to achieve essentially exactly same as you're trying to do with assembly... So there's that. Also quick glance over xanimos repo - it already has...

Thing is... 8GB cards are now dying when allocating DAG for sccpow (the actual name for the scc, see the [README.md](https://github.com/stakecube/StakeCubeCoin)) with 1300 (default firo) DAG length. Pool always provides...

Added xnonce2 check to stratum -- end result: TTminer is broken. And now automatically rejected. Granted, the shares TTminer submits are correct, when checked against validator, but not anymore, as...

So from testing this matter out and seeing how clients are connected, and which backend they use Miners **minimum** tested version and backend they prefer at time writing: prefers firopow...

So if you mind, undo [this](https://github.com/RainbowMiner/RainbowMiner/commit/0ce50b5ce1879b29add1aa99976dbe2111dea448) for zpool specific parts as you simply allowed miner that submits invalid shares towards pool ignoring working miners, thank you.