regolith-labs/ore

-bash: ./target/release/ore: No such file or directory

gianfrancomorini opened this issue · 1 comments

Does anyone encounter this error

-bash: ./target/release/ore: No such file or directory
when running

/target/release/ore \
>     --rpc https://api.devnet.solana.com \
>     --keypair ~/.config/solana/id.json \
>     mine \
>     --threads 4 \
>     --buffer-time 2

following up, been told to install all 3 dependencies not just ore. that was the snag. thank you