tonyke-bot / ore-miner

ORE Miner built on top of Jito bundle with both CPU and GPU support.
457 stars 211 forks source link

Got a issue, how can I fix it? thanks #13

Open bytegh opened 3 months ago

bytegh commented 3 months ago

[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

Rai4over commented 3 months ago

same 问题

mainframer commented 3 months ago

same issue here with RTX 4090

M-Argerich commented 3 months ago

same :(

shouc commented 3 months ago

You need to build the gpu miner by running:

./build-cuda-worker.sh

M-Argerich commented 3 months ago

You need to build the gpu miner by running:

./build-cuda-worker.sh

can't I mine without gpu?

bytegh commented 3 months ago

You need to build the gpu miner by running:

./build-cuda-worker.sh

I have done this, and my gpu is nvidia, but still got this issue. any idea?