node-open-mining-portal icon indicating copy to clipboard operation
node-open-mining-portal copied to clipboard

Need Algos Tested

Open krisklosterman opened this issue 7 years ago • 2 comments

Hashing algorithms supported:

✓ SHA256 (tested with VCOIN) ✓ Scrypt (tested with AntiLiteCoin, 1CREDIT, ArgusCoin, WAYAWOLFCOIN and many others) (-) Scrypt-Jane (submitblock not working tested with CacheCoin, Yacoin) ? Scrypt-N (need tests) ? Quark (need tests) ✓ X11 (tested with BrainCoin, CannabisCoin, AdzCoin and many others) ? X11Ghost (need tests) ✓ Groestl (tested only shares with AuroraCoin, blocks not tested) ? X13 (need tests) ? Lyra2Z (need tests) ? NIST5 (need tests) ? Keccak (need tests) ? Skein (need tests) ? Blake (need tests) ? Fugue (need tests) ? Qubit (Shares works, blocks finding, but error 'We thought a block was found but it was rejected by the daemon'. No blocks presented in pools web interface) ? SHAvite-3 (need tests) ? Sha1 (need tests) ? Hefty1 (need tests) ? Cryptonight (need tests)

Thanks @foxer666

krisklosterman avatar Sep 28 '17 13:09 krisklosterman

lyra2z330?

Chinsusu avatar May 16 '18 01:05 Chinsusu

Currently testing with NIST5 : shares are accepted but getting this error on the NOMP:

We thought a block was found but it was rejected by the daemon, share data:

Error in coin daemon:

2021-04-18 10:40:47 ERROR: CheckProofOfWork() : hash doesn't match nBits 2021-04-18 10:40:47 ERROR: CheckBlockHeader() : proof of work failed 2021-04-18 10:40:47 ERROR: CheckBlock() : CheckBlockHeader failed 2021-04-18 10:40:47 ERROR: ProcessNewBlock : CheckBlock FAILED for block 9fcf15124c005cbd3751054d32290d20258676e2eb19fea8ae07b1d1929fceb7

kunalbarchha avatar Apr 18 '21 10:04 kunalbarchha