You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I pulled this repository and set everything it requires (including build cuda)
However, I encounter this error and don't know what to do and have no clue.
PS C:\Users\aikoc\git_repos\ore-miner> cargo run --release -- --priority-fee 500000 bundle-mine-gpu --key-folder ./keys --max-adaptive-tip 400000
Finished `release` profile [optimized + debuginfo] target(s) in 0.56s
Running `target\release\ore-miner.exe --priority-fee 500000 bundle-mine-gpu --key-folder ./keys --max-adaptive-tip 400000`
[2024-04-14T14:42:31Z INFO ore_miner::bundle_mine_gpu] 25 keys loaded
[2024-04-14T14:42:31Z INFO ore_miner::bundle_mine_gpu] splitted signers into batches
[2024-04-14T14:42:31Z INFO ore_miner::bundle_mine_gpu] subscribed to jito tip stream
[2024-04-14T14:42:34Z INFO ore_miner::bundle_mine_gpu] mining done accounts=25 accounts.idle=0 mining=2.5s
thread 'tokio-runtime-worker' panicked at C:\Users\aikoc\.cargo\registry\src\index.crates.io-6f17d22bba15001f\solana-sdk-1.18.9\src\transaction\mod.rs:710:13:
Transaction::sign failed with error NotEnoughSigners
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Please guide me. Thank you.
The text was updated successfully, but these errors were encountered:
I pulled this repository and set everything it requires (including build cuda)
However, I encounter this error and don't know what to do and have no clue.
Please guide me. Thank you.
The text was updated successfully, but these errors were encountered: