Kudaraidee / yiimp

Crypto mining pool
61 stars 116 forks source link

stratum solve block fail, reason: high-hash #59

Closed wong-fi-hung closed 1 year ago

wong-fi-hung commented 1 year ago

Algorithm: yespower currency: onyx coind: onyxd

this is log from debug.log file: 2022-10-17T15:29:09Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed (code 16))

xiaolin1579 commented 1 year ago

Maybe the stratum diff is set too low. This error is common for CPU-intensive algorithms.

wong-fi-hung commented 1 year ago

Maybe the stratum diff is set too low. This error is common for CPU-intensive algorithms.

hmm, okay. mybe the stratum diff settings is too low is true. I used for testing on difficulty 0.01. and i will try to increasing the stratum diff to 0.1 and i will see what happend.