tonyke-bot / ore-miner

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

nonce_worker failed to spawn #2

Closed pablinche closed 3 months ago

pablinche commented 3 months ago

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!

tonyke-bot commented 3 months ago

if you are mining with GPU, you have to run ./build-cuda-worker.sh first to have GPU miner component ready

pablinche commented 3 months ago

And what if not running GPU? Using iMac M1 (no NVIDIA card). Readme says cuda optional.

tonyke-bot commented 3 months ago

then start with bundle-mine command