Hi,bro:
I just run the program,but is error . the commad:
ore \
--rpc XXX \
--keypair1 /root/.config/solana/id0.json \
--priority-fee 1 \
mine
the error below:
thread 'main' panicked at src/main.rs:333:59:
called Result::unwrap() on an Err value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
Hi,bro: I just run the program,but is error . the commad: ore \ --rpc XXX \ --keypair1 /root/.config/solana/id0.json \ --priority-fee 1 \ mine
the error below: thread 'main' panicked at src/main.rs:333:59: called
Result::unwrap()
on anErr
value: Os { code: 2, kind: NotFound, message: "No such file or directory" } note: run withRUST_BACKTRACE=1
environment variable to display a backtraceThank you for sharing!