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

Panic at `register.rs:22:14` with `{ request: None, kind: Custom("Sim failed") }`

Open chenhunghan opened this issue 1 year ago • 6 comments

❯ 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.

chenhunghan avatar Apr 03 '24 06:04 chenhunghan

Same here :)

giga89 avatar Apr 03 '24 06:04 giga89

The error being swallowed is AccountNotFound.

chenhunghan avatar Apr 03 '24 09:04 chenhunghan

Same

raaapsky avatar Apr 03 '24 09:04 raaapsky

it's becuase u dont hv enough sol blanace

1997roylee avatar Apr 03 '24 13:04 1997roylee

#8 should be fixed for sol balance issue

1997roylee avatar Apr 04 '24 04:04 1997roylee

how much sol balance needed? i have 0.2 SOL and i think thats enough

gilangdeva avatar Apr 05 '24 15:04 gilangdeva