-
Notifications
You must be signed in to change notification settings - Fork 668
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
ERROR: Error processing Instruction 3: custom program error: 0x0 stops the miner #126
Comments
I did some debugging and it seems tied to the most recent commit. causes this to loop forever sometimes https://github.com/regolith-labs/ore-cli/blob/master/src/utils.rs#L43 In debugging, the two values were always the same and never changed so the loop keeps going. Not sure if the bug is that them being equal should be fine or if there is something wrong with getting the updated proof. |
getting similar responses to the same error |
I'm now getting this almost every 2-3 submissions, halting mining.
commit: e8b2e9f |
I'm not 100% certain, but this error occurs much less if you set the |
Same problem with 2.2.1 |
Once you get
the program appears to never recover
The text was updated successfully, but these errors were encountered: