ERROR: Error processing Instruction 3: custom program error: 0x0 stops the miner
dkilcy opened this issue · 7 comments
Once you get
ERROR: Error processing Instruction 3: custom program error: 0x0
the program appears to never recover
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.
ERROR: Error processing Instruction 3: custom program error: 0x5
commit: e8b2e9f
I'm not 100% certain, but this error occurs much less if you set the --buffer-time
back to the default (or less than the default). If I change my --buffer-time
to something like 30
, I can't make it even 2-3 transactions before it errors out.
Same problem with 2.2.1