ore icon indicating copy to clipboard operation
ore copied to clipboard

Transaction failed: Error { request: None, kind: Custom("Sim failed") }

Open Jaxiii opened this issue 2 years ago • 3 comments

thread 'main' panicked at /Users/USER/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ore-cli-0.4.0/src/mine.rs:89:26: Transaction failed: Error { request: None, kind: Custom("Sim failed") } note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

This is a recurring error here. Maybe try catch this and put some attempts before closing the process, since simulations may vary on network conditions and can work right up in the next attempt.

But besides that, everything is running fine. Captura de Tela 2024-04-02 às 18 57 39

Jaxiii avatar Apr 02 '24 22:04 Jaxiii

The same error here, waiting for fixed

KevinQuantJIN avatar Apr 03 '24 02:04 KevinQuantJIN

thread 'main' panicked at /Users/USER/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ore-cli-0.4.0/src/mine.rs:89:26: Transaction failed: Error { request: None, kind: Custom("Sim failed") } note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

This is a recurring error here. Maybe try catch this and put some attempts before closing the process, since simulations may vary on network conditions and can work right up in the next attempt.

But besides that, everything is running fine. Captura de Tela 2024-04-02 às 18 57 39

Manage to get it started after adding some SOL, i'm not sure if this is the correct log message btw.

Do you know if possible to use a custom RPC?

image

MarianoAkaMery avatar Apr 03 '24 09:04 MarianoAkaMery

thread 'main' panicked at /Users/USER/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ore-cli-0.4.0/src/mine.rs:89:26: Transaction failed: Error { request: None, kind: Custom("Sim failed") } note: run with RUST_BACKTRACE=1 environment variable to display a backtrace This is a recurring error here. Maybe try catch this and put some attempts before closing the process, since simulations may vary on network conditions and can work right up in the next attempt. But besides that, everything is running fine. Captura de Tela 2024-04-02 às 18 57 39

Manage to get it started after adding some SOL, i'm not sure if this is the correct log message btw.

Do you know if possible to use a custom RPC?

image

Tried alchemy custom RPC but failed. I don't know what exactly the problem is. After searching, I thought this maybe coudl be the Solana itself problem.

KevinQuantJIN avatar Apr 03 '24 10:04 KevinQuantJIN

mitigated by latest update. the error was result of 0x3 error in the simulation.

https://x.com/HardhatChad/status/1777158638953488797

Jaxiii avatar Apr 08 '24 03:04 Jaxiii