ore-cli
ore-cli copied to clipboard
Panic at `register.rs:22:14` with `{ request: None, kind: Custom("Sim failed") }`
❯ ore \
--rpc https://api.mainnet-beta.solana.com \
--keypair ~/.config/solana/id.json \
--priority-fee 1 \
mine \
--threads 4
Generating challenge...
thread 'main' panicked at /Users/-/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ore-cli-0.4.0/src/register.rs:22:14:
Transaction failed: Error { request: None, kind: Custom("Sim failed") }
stack backtrace:
0: rust_begin_unwind
at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/std/src/panicking.rs:645:5
1: core::panicking::panic_fmt
at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/core/src/panicking.rs:72:14
2: core::result::unwrap_failed
at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/core/src/result.rs:1649:5
3: ore::main::{{closure}}
4: tokio::runtime::park::CachedParkThread::block_on
5: tokio::runtime::context::runtime::enter_runtime
6: tokio::runtime::runtime::Runtime::block_on
7: ore::main
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
Same here :)
The error being swallowed is AccountNotFound.
Same
it's becuase u dont hv enough sol blanace
#8 should be fixed for sol balance issue
how much sol balance needed? i have 0.2 SOL and i think thats enough