Giter VIP home page Giter VIP logo

ore-miner's People

Contributors

tonyke-bot avatar umiiii avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ore-miner's Issues

range end index 32 out of range for slice of length 2

Thanks for providing the gpu miner implementation for ore, but I meet a runtime error and can't solve it with ease. Is it a environment setup error or platform support issue?

Environments

  • Platform: Windows 11 Pro 22H2
  • GPU model: RTX 4090
  • Cuda Version: 12.3 (12.4 Update 1 the same)
> nvcc -V
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2023 NVIDIA Corporation
Built on Wed_Nov_22_10:30:42_Pacific_Standard_Time_2023
Cuda compilation tools, release 12.3, V12.3.107
Build cuda_12.3.r12.3/compiler.33567101_0

> nvcc -o target/release/nonce-worker-gpu ore.cu
ore.cu
tmpxft_00006530_00000000-10_ore.cudafe1.cpp
   Creating library target\release\nonce-worker-gpu.lib and object target\release\nonce-worker-gpu.exp
  • Stacktrace
> $env:RUST_BACKTRACE=1
> cargo run --release -- --rpc https://solana-mainnet.g.alchemy.com/v2/[alchemy-api-key] --priority-fee 500000 bundle-mine-gpu --max-adaptive-tip 400000 --key-folder .\wallet-keys\
    Finished `release` profile [optimized + debuginfo] target(s) in 0.76s
     Running `target\release\ore-miner.exe --rpc https://solana-mainnet.g.alchemy.com/v2/[alchemy-api-key] --priority-fee 500000 bundle-mine-gpu --max-adaptive-tip 400000 --key-folder .\wallet-keys\`
[2024-04-14T12:51:25Z INFO  ore_miner::bundle_mine_gpu] 25 keys loaded
[2024-04-14T12:51:25Z INFO  ore_miner::bundle_mine_gpu] splitted signers into batches
[2024-04-14T12:51:25Z 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 2
stack backtrace:
   0: std::panicking::begin_panic_handler
             at /rustc/8b2459c1f21187f9792d99310171a15e64feb9cf/library\std\src\panicking.rs:645
   1: core::panicking::panic_fmt
             at /rustc/8b2459c1f21187f9792d99310171a15e64feb9cf/library\core\src\panicking.rs:72
   2: core::slice::index::slice_end_index_len_fail_rt
             at /rustc/8b2459c1f21187f9792d99310171a15e64feb9cf/library\core\src\slice\index.rs:66
   3: core::slice::index::slice_end_index_len_fail
             at /rustc/8b2459c1f21187f9792d99310171a15e64feb9cf/library\core\src\slice\index.rs:59
   4: ore_miner::impl$0::mine_hashes::async_fn$0
             at .\src\main.rs:181
   5: ore_miner::impl$0::mine_hashes_gpu::async_fn$0
             at .\src\main.rs:147
   6: ore_miner::bundle_mine_gpu::impl$0::mine_with_accounts::async_fn$0
             at .\src\bundle_mine_gpu.rs:193
   7: ore_miner::main::async_block$0
             at .\src\main.rs:55
   8: tokio::runtime::park::impl$4::block_on::closure$0
             at C:\Users\ArrayZoneYour\.cargo\registry\src\index.crates.io-6f17d22bba15001f\tokio-1.37.0\src\runtime\park.rs:281
   9: tokio::runtime::coop::with_budget
             at C:\Users\ArrayZoneYour\.cargo\registry\src\index.crates.io-6f17d22bba15001f\tokio-1.37.0\src\runtime\coop.rs:107
  10: tokio::runtime::coop::budget
             at C:\Users\ArrayZoneYour\.cargo\registry\src\index.crates.io-6f17d22bba15001f\tokio-1.37.0\src\runtime\coop.rs:73
  11: tokio::runtime::park::CachedParkThread::block_on<enum2$<ore_miner::main::async_block_env$0> >
             at C:\Users\ArrayZoneYour\.cargo\registry\src\index.crates.io-6f17d22bba15001f\tokio-1.37.0\src\runtime\park.rs:281
  12: tokio::runtime::context::blocking::BlockingRegionGuard::block_on
             at C:\Users\ArrayZoneYour\.cargo\registry\src\index.crates.io-6f17d22bba15001f\tokio-1.37.0\src\runtime\context\blocking.rs:66
  13: tokio::runtime::scheduler::multi_thread::impl$0::block_on::closure$0
             at C:\Users\ArrayZoneYour\.cargo\registry\src\index.crates.io-6f17d22bba15001f\tokio-1.37.0\src\runtime\scheduler\multi_thread\mod.rs:87
  14: tokio::runtime::context::runtime::enter_runtime<tokio::runtime::scheduler::multi_thread::impl$0::block_on::closure_env$0<enum2$<ore_miner::main::async_block_env$0> >,tuple$<> >
             at C:\Users\ArrayZoneYour\.cargo\registry\src\index.crates.io-6f17d22bba15001f\tokio-1.37.0\src\runtime\context\runtime.rs:65
  15: tokio::runtime::scheduler::multi_thread::MultiThread::block_on
             at C:\Users\ArrayZoneYour\.cargo\registry\src\index.crates.io-6f17d22bba15001f\tokio-1.37.0\src\runtime\scheduler\multi_thread\mod.rs:86
  16: tokio::runtime::runtime::Runtime::block_on<enum2$<ore_miner::main::async_block_env$0> >
             at C:\Users\ArrayZoneYour\.cargo\registry\src\index.crates.io-6f17d22bba15001f\tokio-1.37.0\src\runtime\runtime.rs:351
  17: ore_miner::main
             at .\src\main.rs:52
  18: core::ops::function::FnOnce::call_once
             at /rustc/8b2459c1f21187f9792d99310171a15e64feb9cf\library\core\src\ops\function.rs:250
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
error: process didn't exit successfully: `target\release\ore-miner.exe --rpc https://solana-mainnet.g.alchemy.com/v2/[alchemy-api-key] --priority-fee 500000 bundle-mine-gpu --max-adaptive-tip 400000 --key-folder .\wallet-keys\` (exit code: 101)

Stuck after "subscribed to jito tip stream"

There's no error or any progress after
"subscribed to jito tip stream"

this is my log and it stuck there for an hour.

Finished `release` profile [optimized + debuginfo] target(s) in 0.32s
     Running `target/release/ore-miner --rpc myrpc --priority-fee 1000000 bundle-mine-gpu --key-folder keys`
[2024-04-13T18:47:36Z INFO  ore_miner::bundle_mine_gpu] 25 keys loaded
[2024-04-13T18:47:36Z INFO  ore_miner::bundle_mine_gpu] splitted signers into batches
[2024-04-13T18:47:36Z INFO  ore_miner::bundle_mine_gpu] subscribed to jito tip stream

nonce_worker failed to spawn

Any ideas regarding this error?

thread 'main' panicked at src/main.rs:163:14:
nonce_worker failed to spawn: Os { code: 2, kind: NotFound, message: "No such file or directory" }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Thanks!

Invalid account owner

[2024-04-15T02:30:52Z ERROR ore_miner::claim] simulation returns error: Error processing Instruction 0: Invalid account owner
[2024-04-15T02:30:53Z ERROR ore_miner::claim] simulation returns error: Error processing Instruction 0: Invalid account owner
[2024-04-15T02:30:54Z ERROR ore_miner::claim] simulation returns error: Error processing Instruction 0: Invalid account owner

Hi I got this error, how to fix this, thank mate?

index out of bounds: the len is 0 but the index is 0

so i test the code with 0 sol on wallet AHTBDZmWrNDKZ4H7fVPYVnkTFmEo996fQT4HEVm3WEAL
revealing error like this

2024-04-14T09:54:50Z INFO  ore_miner::bundle_mine_gpu] 25 keys loaded
[2024-04-14T09:54:50Z INFO  ore_miner::bundle_mine_gpu] splitted signers into batches
[2024-04-14T09:54:50Z INFO  ore_miner::bundle_mine_gpu] subscribed to jito tip stream
[2024-04-14T09:54:50Z ERROR ore_miner::bundle_mine_gpu] fail to fetch proof accounts: account AHTBDZmWrNDKZ4H7fVPYVnkTFmEo996fQT4HEVm3WEAL not registered
[2024-04-14T09:54:51Z ERROR ore_miner::bundle_mine_gpu] fail to fetch proof accounts: account AHTBDZmWrNDKZ4H7fVPYVnkTFmEo996fQT4HEVm3WEAL not registered
[2024-04-14T09:54:51Z ERROR ore_miner::bundle_mine_gpu] fail to fetch proof accounts: account AHTBDZmWrNDKZ4H7fVPYVnkTFmEo996fQT4HEVm3WEAL not registered
[2024-04-14T09:54:52Z ERROR ore_miner::bundle_mine_gpu] fail to fetch proof accounts: account AHTBDZmWrNDKZ4H7fVPYVnkTFmEo996fQT4HEVm3WEAL not registered
[2024-04-14T09:54:53Z ERROR ore_miner::bundle_mine_gpu] fail to fetch proof accounts: account AHTBDZmWrNDKZ4H7fVPYVnkTFmEo996fQT4HEVm3WEAL not registered
[2024-04-14T09:54:53Z ERROR ore_miner::bundle_mine_gpu] fail to fetch proof accounts: account AHTBDZmWrNDKZ4H7fVPYVnkTFmEo996fQT4HEVm3WEAL not registered
[2024-04-14T09:54:54Z ERROR ore_miner::bundle_mine_gpu] fail to fetch proof accounts: account AHTBDZmWrNDKZ4H7fVPYVnkTFmEo996fQT4HEVm3WEAL not registered
[2024-04-14T09:54:54Z ERROR ore_miner::bundle_mine_gpu] fail to fetch proof accounts: account AHTBDZmWrNDKZ4H7fVPYVnkTFmEo996fQT4HEVm3WEAL not registered
[2024-04-14T09:54:55Z ERROR ore_miner::bundle_mine_gpu] fail to fetch proof accounts: account AHTBDZmWrNDKZ4H7fVPYVnkTFmEo996fQT4HEVm3WEAL not registered
^C[2024-04-14T09:54:56Z ERROR ore_miner::bundle_mine_gpu] fail to fetch proof accounts: account AHTBDZmWrNDKZ4H7fVPYVnkTFmEo996fQT4HEVm3WEAL not registered
thread 'main' panicked at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ore-program-1.2.0/src/state/proof.rs:39:1:
index out of bounds: the len is 0 but the index is 0
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

then i deposited some sol on AHTBDZmWrNDKZ4H7fVPYVnkTFmEo996fQT4HEVm3WEAL, run the code again, then this error code appears

Finished `release` profile [optimized + debuginfo] target(s) in 0.30s
     Running `target/release/ore-miner --rpc myrpc.com' --priority-fee 500000 bundle-mine-gpu --key-folder /root/ore-miner/mode --max-adaptive-tip 400000`
[2024-04-14T10:00:29Z INFO  ore_miner::bundle_mine_gpu] 25 keys loaded
[2024-04-14T10:00:29Z INFO  ore_miner::bundle_mine_gpu] splitted signers into batches
[2024-04-14T10:00:29Z INFO  ore_miner::bundle_mine_gpu] subscribed to jito tip stream
thread 'main' panicked at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ore-program-1.2.0/src/state/proof.rs:39:1:
index out of bounds: the len is 0 but the index is 0
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

how to fix it ?

NotEnoughSigners error

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.

number of keys must be a multiple of 25

thread 'main' panicked at src\bundle_mine_gpu.rs:66:13:
number of keys must be a multiple of 25
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

Does this mean I have to have 25 different wallet key files under the directory for it to run successfully?or can I change this run count from somewhere

Unable to register

  • Windows 10 WSL ubuntu 20.04
  • Cuda version 12.4
  • 1080Ti

Thanks for the great program. I can mine with 25 wallets and now try with more wallets but got some error.
I generated 75 wallets with generate-wallet command and send 0.001 sol to each of them.
And send 0.01 sol to one of the wallet.
Then tried register

RPC_URL=https://mainnet.helius-rpc.com/?api-key=
KEY_FOLDER=/home/keys

cargo run --release -- \
    --rpc $RPC_URL \
    --priority-fee 500000 \
    register \
    --key-folder $KEY_FOLDER \

But failed with error:

[2024-04-14T18:24:52Z INFO  ore_miner::register] registering 75 accounts
[2024-04-14T18:24:53Z ERROR ore_miner::register] fail to simulate transaction: Error processing Instruction 0: custom program error: 0x1
[2024-04-14T18:24:53Z ERROR ore_miner::register] fail to simulate transaction: Error processing Instruction 0: custom program error: 0x1
[2024-04-14T18:24:53Z ERROR ore_miner::register] fail to simulate transaction: Error processing Instruction 0: custom program error: 0x1

Then I remove 50 accounts and tried with 25 accounts including the one with 0.011 sol

but pretty much same result

[2024-04-14T18:29:28Z INFO  ore_miner::register] registering 25 accounts
[2024-04-14T18:29:28Z ERROR ore_miner::register] fail to simulate transaction: Error processing Instruction 0: custom program error: 0x1

sometimes this error

[2024-04-14T18:26:43Z INFO  ore_miner::register] registering 25 accounts
[2024-04-14T18:26:43Z ERROR ore_miner::register] fail to simulate transaction: Blockhash not found

range end index 32 out of range for slice of length 10

~/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.55s
Running 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 backtrace

need some handholding

where do i put my keys and how should that look like, also what rpc do you guys recommend?

My program is running, but I'm not getting the ore

Here's my program in action

1 x RTX A5000
9 vCPU 50 GB RAM

Finished release profile [optimized + debuginfo] target(s) in 0.37s
Running target/release/ore-miner --rpc 'myrpc' --priority-fee 500000 bundle-mine-gpu --key-folder /root/pk_dir --max-adaptive-tip 400000
[2024-04-15T07:22:19Z INFO ore_miner::bundle_mine_gpu] 25 keys loaded
[2024-04-15T07:22:19Z INFO ore_miner::bundle_mine_gpu] splitted signers into batches
[2024-04-15T07:22:19Z INFO ore_miner::bundle_mine_gpu] subscribed to jito tip stream
[2024-04-15T07:22:23Z INFO ore_miner::bundle_mine_gpu] mining done accounts=25 accounts.idle=0 mining=3.8s
[2024-04-15T07:22:25Z INFO ore_miner::bundle_mine_gpu] bundles sent acc.id=0 mining=3.8s tip=500000 tip.p25=0 tip.p50=0 slot=260225872
[2024-04-15T07:23:37Z WARN ore_miner::bundle_mine_gpu] bundle dropped acc.id=0 confirm=74.0s tip=500000 tips.p25=72555 tips.p50=106000
[2024-04-15T07:23:41Z INFO ore_miner::bundle_mine_gpu] mining done accounts=25 accounts.idle=0 mining=3.8s
[2024-04-15T07:23:42Z INFO ore_miner::bundle_mine_gpu] bundles sent acc.id=0 mining=3.8s tip=106001 tip.p25=72555 tip.p50=106000 slot=260226038
[2024-04-15T07:24:57Z WARN ore_miner::bundle_mine_gpu] bundle dropped acc.id=0 confirm=75.6s tip=106001 tips.p25=48768 tips.p50=305000

bundle dropped acc.id=0 confirm=68.2s tip=400000 tips.p25=25000 tips.p50=205000

[2024-04-16T10:14:44Z WARN ore_miner::bundle_mine_gpu] mining took too long, waiting for next epoch
[2024-04-16T10:20:10Z WARN ore_miner::bundle_mine_gpu] mining took too long, waiting for next epoch
[2024-04-16T10:25:47Z WARN ore_miner::bundle_mine_gpu] mining took too long, waiting for next epoch
[2024-04-16T10:31:21Z WARN ore_miner::bundle_mine_gpu] mining took too long, waiting for next epoch
[2024-04-16T10:37:33Z INFO ore_miner::bundle_mine_gpu] mining done accounts=25 accounts.idle=0 mining=323.7s
[2024-04-16T10:37:35Z INFO ore_miner::bundle_mine_gpu] bundles sent acc.id=1 mining=323.7s tip=277501 tip.p25=35000 tip.p50=277500 slot=260441312
[2024-04-16T10:38:44Z WARN ore_miner::bundle_mine_gpu] bundle dropped acc.id=1 confirm=70.2s tip=277501 tips.p25=305000 tips.p50=505000
[2024-04-16T10:41:21Z WARN ore_miner::bundle_mine_gpu] mining took too long, waiting for next epoch
[2024-04-16T10:44:49Z WARN ore_miner::bundle_mine_gpu] mining took too long, waiting for next epoch
[2024-04-16T10:48:59Z INFO ore_miner::bundle_mine_gpu] mining done accounts=25 accounts.idle=0 mining=224.2s
[2024-04-16T10:49:02Z INFO ore_miner::bundle_mine_gpu] bundles sent acc.id=0 mining=224.2s tip=400000 tip.p25=305000 tip.p50=524946 slot=260442857
[2024-04-16T10:50:08Z WARN ore_miner::bundle_mine_gpu] bundle dropped acc.id=0 confirm=68.2s tip=400000 tips.p25=25000 tips.p50=205000
[2024-04-16T10:54:12Z WARN ore_miner::bundle_mine_gpu] mining took too long, waiting for next epoch
[2024-04-16T10:59:52Z WARN ore_miner::bundle_mine_gpu] mining took too long, waiting for next epoch
[2024-04-16T11:05:11Z WARN ore_miner::bundle_mine_gpu] mining took too long, waiting for next epoch

Hi sir
what is this issue? what means bundle dropped?

cuda multiple gpu

Does this miner support mining with multiple video cards or do you just need to run it multiple times?

trying
export CUDA_VISIBLE_DEVICES=0,1,2,3,4,5
but for some reason only the first one gpu is loaded

what's thsi error? My free RPC sucks?

ERROR ore_miner::bundle_mine_gpu] fail to fetch system accounts: failed to fetch accounts: HTTP status client error (413 Payload Too Large) for url (https://blue-falling-mansion.solana-mainnet.quiknode.pro/4c584ea1b7b087884c7542f3aa17c74bdad27970/)

ERROR ore_miner::bundle_mine_gpu] fail to fetch system accounts: failed to fetch accounts: HTTP status client error (413 Payload Too Large) for url (https://blue-falling-mansion.solana-mainnet.quiknode.pro/4c584ea1b7b087884c7542f3aa17c74bdad27970/)

ERROR ore_miner::bundle_mine_gpu] fail to fetch system accounts: failed to fetch accounts: HTTP status client error (413 Payload Too Large) for url (https://blue-falling-mansion.solana-mainnet.quiknode.pro/4c584ea1b7b087884c7542f3aa17c74bdad27970/)

I have already set the wallets number to 3......

Got a issue, how can I fix it? thanks

[2024-04-14T09:34:53Z INFO ore_miner::bundle_mine_gpu] 25 keys loaded
[2024-04-14T09:34:53Z INFO ore_miner::bundle_mine_gpu] splitted signers into batches
[2024-04-14T09:34:53Z INFO ore_miner::bundle_mine_gpu] subscribed to jito tip stream
thread 'main' panicked at src/main.rs:163:14:
nonce_worker failed to spawn: Os { code: 2, kind: NotFound, message: "No such file or directory" }
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

I have this problem all the time. How can I solve it? It says that I have not registered jito? Thanks

Finished release [optimized + debuginfo] target(s) in 0.75s
 Running `target\release\ore-miner.exe --rpc https://sly-thrilling-season.solana-mainnet.quiknode.pro/8886f0bde29c741138783723efa951cb0f19a644/ --priority-fee 500000 bundle-mine-gpu --key-folder C:\Users\LGL\Desktop\gpu\key\ --max-adaptive-tip 400000`

[2024-04-14T05:58:51Z INFO ore_miner::bundle_mine_gpu] 25 keys loaded
[2024-04-14T05:58:51Z INFO ore_miner::bundle_mine_gpu] splitted signers into batches
[2024-04-14T05:58:51Z INFO ore_miner::bundle_mine_gpu] subscribed to jito tip stream
[2024-04-14T05:58:51Z ERROR ore_miner::jito] fail to connect to jito tip stream: IO error: 远程主机强迫关闭了一个现有的 连接。 (os error 10054)
[2024-04-14T05:58:52Z ERROR ore_miner::bundle_mine_gpu] fail to fetch proof accounts: account 9Yj7vvS8zcmEoJvByZwwGRXUR5Fezgd1HJsvgQgWJ9kf not registered

I have this problem all the time. How can I solve it? It says that I have not registered jito? Thanks

The error occurred when trying to run the command.

[2024-04-14T03:13:24Z INFO ore_miner::bundle_mine_gpu] 50 keys loaded
[2024-04-14T03:13:24Z INFO ore_miner::bundle_mine_gpu] splitted signers into batches
[2024-04-14T03:13:24Z INFO ore_miner::bundle_mine_gpu] subscribed to jito tip stream
thread 'main' panicked at src/main.rs:163:14:
nonce_worker failed to spawn: Os { code: 2, kind: NotFound, message: "No such file or directory" }
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
root@autodl-container-bcca40a763-227146ea:~/ore-miner#

Collect not working as expected

I tried to run collect but nothing happened after "Bundling transfer of {} from {} to {}"

Also I tried to run with more than 8 wallets but got this error instead

thread 'main' panicked at src/collect.rs:84:88:
Failed to get fee for message: Error { request: None, kind: Custom("Invalid blockhash") }

build error

error[E0599]: no function or associated item named default found for struct state::hash::Hash in the current scope
--> C:\Users\Administrator.cargo\registry\src\index.crates.io-6f17d22bba15001f\ore-program-1.2.0\src\state\treasury.rs:42:31
|
42 | difficulty: Hash::default(),
| ^^^^^^^ function or associated item not found in Hash
|
::: C:\Users\Administrator.cargo\registry\src\index.crates.io-6f17d22bba15001f\ore-program-1.2.0\src\state\hash.rs:11:1
|
11 | pub struct Hash(pub [u8; HASH_BYTES]);
| --------------- function or associated item default not found for this struct
|
= help: items from traits can only be used if the trait is implemented and in scope
= note: the following trait defines an item default, perhaps you need to implement it:
candidate #1: Default

For more information about this error, try rustc --explain E0599.
error: could not compile ore-program (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
PS L:\ore-miner-main>

How Can I do?
Uploading 微信截图_20240413165943.png…

when registering, only got this, please help me

hey there, when I tried to register firstly before minting,I got this,

Finished `release` profile [optimized + debuginfo] target(s) in 0.25s
 Running `target/release/ore-miner --rpc 'mask' --priority-fee 600000 register --key-folder ./keys`

[2024-04-16T16:27:46Z INFO ore_miner::register] registering 0 accounts

then the process exited, I cant get any issues. What should I do then>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.