Open h3L3n128 opened 1 year ago
You need to remove or comment all "rpc..." in "bitcoin.conf" file. Then file ".cookie" appear in Bitcoin work folder when running Bitcoin Core or daemon. Then the program should go through blockchain printing progress and findings.
oot@alx-HP-Compaq-6005-Pro-SFF-PC:/bitcoin-sighash-scan# cargo run --release -- --address 127.0.0.1:8333 --bitcoin-dir /media/alx/1adab0fe-e853-430c-a1f2-652db4181aca/.bitcoind Finished release [optimized] target(s) in 0.09s Running
target/release/bitcoin-scan-sighash --address '127.0.0.1:8333' --bitcoin-dir /media/alx/1adab0fe-e853-430c-a1f2-652db4181aca/.bitcoind
thread 'main' panicked at 'calledResult::unwrap()
on anErr
value: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })', src/main.rs:56:50 note: run withRUST_BACKTRACE=1
environment variable to display a backtrace