ore-cli icon indicating copy to clipboard operation
ore-cli copied to clipboard

ERROR: Error processing Instruction 3: custom program error: 0x0 stops the miner

Open dkilcy opened this issue 1 year ago • 7 comments

Once you get

  ERROR: Error processing Instruction 3: custom program error: 0x0 

the program appears to never recover

dkilcy avatar Aug 09 '24 02:08 dkilcy

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.

@HardhatChad

devthane avatar Aug 09 '24 14:08 devthane

getting similar responses to the same error

USCMig avatar Aug 09 '24 16:08 USCMig

I'm now getting this almost every 2-3 submissions, halting mining.

  ERROR: Error processing Instruction 3: custom program error: 0x5
Screen Shot 2024-08-09 at 11 59 00 AM

commit: e8b2e9f77f5a54becd311cf855a9dc726b976381

corylanou avatar Aug 09 '24 16:08 corylanou

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.

corylanou avatar Aug 09 '24 17:08 corylanou

Same problem with 2.2.1

nypam avatar Aug 10 '24 11:08 nypam

image some problem

fattahkus avatar Aug 11 '24 07:08 fattahkus

When it hangs in this error, it is producing constant load on RPC (getaccountinfo) obrazek

NicTiNereknu avatar Aug 11 '24 09:08 NicTiNereknu