-
Notifications
You must be signed in to change notification settings - Fork 71
solve stats don't add up #78
Comments
Which server was this? I'll need to look at the logs for all block submissions to track it down. |
I don't recall. I'll provide more info + do some digging if/when I see it again. |
I haven't seen this issue again, so I'm closing it unless I can get more info/confirmation |
Right, I actually think I figured out what you saw the other day. Basically, solves get incremented at the beginning of block submission, and stale/reject gets incremented at the end. If it's a stale block it will try 5 times over 5 seconds, giving you a 5 second window of inconsistency. |
It appears to have happened again - and just to be sure I waited a couple minutes and refreshed This is on the LTC vardiff server. I'll look into it more tonight if I have a chance
|
Doing some digging.... It appears this only happens on the Dogecoin daemon. My best guess is that occasionally the block submit to the Dogecoin server is causing an uncaught exception, thus breaking out of the while loop and avoiding marking the block as stale or rejected - although I wasn't able to find anything in the logs to validate this theory. |
If that's the case the exception should be in the logs somewhere. |
The text was updated successfully, but these errors were encountered: