-
Notifications
You must be signed in to change notification settings - Fork 988
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate reason for high number of **rejected** mined shares #1215
Comments
This appears to be happening just after the |
No, scratch that.. it seems to be happening every time a solution is returned very quickly after the job is sent out, which is very odd (why should that pow not verify in that case?) |
This (and potentially some cases of #1216) appear to have been caused by reading the wrong solution from an underlying solution output queue.. so if two solutions are found in rapid succession and one meets difficulty, the next job would read an old solution from the queue. Fixed this within cuckoo-miner and the latest version of grin-miner, so will monitor for a while now to see if this occurs again. |
Nice! Thanks for looking. |
I think (at least part of) the problem is in the Stratum Server. The stratum server just uses whatever header a miner submits and attaches that to the "current block". If the stratum server just built a new block, and the miner sends a solution for the previous one, the block wont validate (even if none of the transactions changed the timestamp will).
|
I believe this is fully resolved, please re-open if necessary. |
You certainly using the wrong mining plugin @HT-Moh |
@quentinlesceller Thanks for your response, can you please tell me how to identify which plugin to use?
The only thing I change on the miner config is uncommenting the line
|
You have to use Cuckaroom. |
Thanks @quentinlesceller |
Is it with the latest master? |
Okay the ban is unrelated. I'm fixing the error in the log above. But other than that everything is fine and the error in grin-miner logs are okay (not going to cause any problems). |
I can ignore as well the ban, right? one more question the size column in the mining device is always 0 and the graph time column as well is that normal ? |
A fast miner (1080 ti GPU) sees a high number of both rejected and stale shares. ex:
"974 accepted, 44 rejected and 25 stales"
A slow miner (1-core on an i7 cpu) sees far fewer stale shares but still sees many shares rejected due to invalid POW. ex:
"109 accepted, 16 rejected, 0 stale"
We need to understand why the shares are rejected:
The grin.log messages associated with rejected shares:
The text was updated successfully, but these errors were encountered: