diff --git a/install-full-tor-node.sh b/install-full-tor-node.sh index c2115f21..90eba28d 100644 --- a/install-full-tor-node.sh +++ b/install-full-tor-node.sh @@ -553,7 +553,7 @@ stop_bitcoin_core() { check_bitcoin_core() { if [ -f $TARGET_DIR/.bitcoin/bitcoind.pid ]; then if [ -f $TARGET_DIR/bin/bitcoin-cli ]; then - print_info "\nChecking Bitcoin Core.." + print_info "\nChecking Bitcoin Core in 30 seconds.." sleep 30 $TARGET_DIR/bin/bitcoin-cli -conf=$TARGET_DIR/.bitcoin/bitcoin.conf -datadir=$TARGET_DIR/.bitcoin -getinfo fi