We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 /home/mai/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ore-cli-0.4.0/src/send_and_confirm.rs:37:14: called Result::unwrap() on an Err value: Error { request: None, kind: RpcError(RpcRequestError("cluster version query failed: error sending request for url (https://api.mainnet-beta.solana.com/): error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution")) } stack backtrace: 0: rust_begin_unwind 1: core::panicking::panic_fmt 2: core::result::unwrap_failed 3: ore::send_and_confirm::::send_and_confirm::{{closure}} 4: ore::main::{{closure}} 5: tokio::runtime::park::CachedParkThread::block_on 6: tokio::runtime::context::runtime::enter_runtime 7: tokio::runtime::runtime::Runtime::block_on 8: ore::main note: Some details are omitted, run with RUST_BACKTRACE=full for a verbose backtrace.
Result::unwrap()
Err
RUST_BACKTRACE=full
The text was updated successfully, but these errors were encountered:
Use valid RPC url
Sorry, something went wrong.
What RPC is valid master?
Helius or Quicknode RPCs working kinda good lately.
No branches or pull requests
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 /home/mai/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ore-cli-0.4.0/src/send_and_confirm.rs:37:14:
called
Result::unwrap()
on anErr
value: Error { request: None, kind: RpcError(RpcRequestError("cluster version query failed: error sending request for url (https://api.mainnet-beta.solana.com/): error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution")) }stack backtrace:
0: rust_begin_unwind
1: core::panicking::panic_fmt
2: core::result::unwrap_failed
3: ore::send_and_confirm::::send_and_confirm::{{closure}}
4: ore::main::{{closure}}
5: tokio::runtime::park::CachedParkThread::block_on
6: tokio::runtime::context::runtime::enter_runtime
7: tokio::runtime::runtime::Runtime::block_on
8: ore::main
note: Some details are omitted, run with
RUST_BACKTRACE=full
for a verbose backtrace.The text was updated successfully, but these errors were encountered: