diff --git a/install-full-tor-node.sh b/install-full-tor-node.sh index 757d1fd3..c2115f21 100644 --- a/install-full-tor-node.sh +++ b/install-full-tor-node.sh @@ -554,8 +554,8 @@ check_bitcoin_core() { if [ -f $TARGET_DIR/.bitcoin/bitcoind.pid ]; then if [ -f $TARGET_DIR/bin/bitcoin-cli ]; then print_info "\nChecking Bitcoin Core.." - sleep 7 - $TARGET_DIR/bin/bitcoin-cli -conf=$TARGET_DIR/.bitcoin/bitcoin.conf -datadir=$TARGET_DIR/.bitcoin getnetworkinfo + sleep 30 + $TARGET_DIR/bin/bitcoin-cli -conf=$TARGET_DIR/.bitcoin/bitcoin.conf -datadir=$TARGET_DIR/.bitcoin -getinfo fi reachable=$(curl -I https://bitnodes.io/api/v1/nodes/me-$PORT/ 2> /dev/null | head -n 1 | cut -d ' ' -f2)