Skip to content
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

Open
dkilcy opened this issue Aug 9, 2024 · 7 comments

Comments

@dkilcy
Copy link

dkilcy commented Aug 9, 2024

Once you get

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

the program appears to never recover

@devthane
Copy link

devthane commented Aug 9, 2024

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

@USCMig
Copy link

USCMig commented Aug 9, 2024

getting similar responses to the same error

@corylanou
Copy link

corylanou commented Aug 9, 2024

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: e8b2e9f

@corylanou
Copy link

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.

@nypam
Copy link

nypam commented Aug 10, 2024

Same problem with 2.2.1

@fattahkus
Copy link

image
some problem

@NicTiNereknu
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants