Transaction failed: Error { request: None, kind: Custom("Sim failed") }
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.
The same error here, waiting for fixed
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=1environment variable to display a backtraceThis 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.
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?
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=1environment 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.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?
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.
mitigated by latest update. the error was result of 0x3 error in the simulation.
https://x.com/HardhatChad/status/1777158638953488797

