-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
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
range end index 32 out of range for slice of length 10 #8
Comments
have you run can you run |
Yes. I've ran ./build-cuda-worker.sh and here is the log.
|
oops sorry i send a wrong command,
could you please try this again |
~/ore-miner$ echo "1600000040ffffffffffffffffffffffffffffffffffffffffffffffffffffffff16e1dc4ef3f0d8c5b48c704e849a1401b2ece9996dc908aef3a8e7c3b52bb39367a6c4f30a982921716c17a91d07a0f1e4fe1523866dd77194ca009a915c54ca2ceb" | xxd -r -p | ./target/release/nonce-worker-gpu |
what cards are you using for mining? |
Is there a way to use this fork without having access to the jito? I stopped at the same part above |
i don't have a version without jito right now but contribution is welcomed! |
Thanks for sharing, I requested access to jito but I haven't received it yet, I also don't know how to configure it hahaha |
RTX 3060. |
~/ore-miner$ cargo run --release -- --rpc 'https://wild-empty-sunset.solana-mainnet.quiknode.pro/58b024b737bbbe155d39d43ae5e784ac63ed1982' --priority-fee 500000 bundle-mine-gpu --key-folder ~/.config/solana/keys --max-adaptive-tip 400000
Finished
release
profile [optimized + debuginfo] target(s) in 0.55sRunning
target/release/ore-miner --rpc 'https://wild-empty-sunset.solana-mainnet.quiknode.pro/58b024b787bbbe155d39de4ae5e789ac63ed1982' --priority-fee 500000 bundle-mine-gpu --key-folder /root/.config/solana/keys --max-adaptive-tip 400000
[2024-04-14T05:01:22Z INFO ore_miner::bundle_mine_gpu] 25 keys loaded
[2024-04-14T05:01:22Z INFO ore_miner::bundle_mine_gpu] splitted signers into batches
[2024-04-14T05:01:22Z INFO ore_miner::bundle_mine_gpu] subscribed to jito tip stream
thread 'main' panicked at src/main.rs:181:33:
range end index 32 out of range for slice of length 10
note: run with
RUST_BACKTRACE=1
environment variable to display a backtraceThe text was updated successfully, but these errors were encountered: