From a3ec007b9493cd604e3a58dff1a2d7e64682a199 Mon Sep 17 00:00:00 2001 From: Satoshi Nakamoto <65907137+SatoshiNakamotoBitcoin@users.noreply.github.com> Date: Tue, 14 Jan 2025 20:02:03 +0100 Subject: [PATCH] Update install-full-node.sh --- install-full-node.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-full-node.sh b/install-full-node.sh index 2467a16..e24681b 100644 --- a/install-full-node.sh +++ b/install-full-node.sh @@ -552,7 +552,7 @@ check_bitcoin_core() { if [ -f $TARGET_DIR/.bitcoin/bitcoind.pid ]; then if [ -f $TARGET_DIR/bin/bitcoin-cli ]; then print_info "\nChecking Bitcoin Core in 30 seconds.." - sleep 5 + sleep 30 $TARGET_DIR/bin/bitcoin-cli -conf=$TARGET_DIR/.bitcoin/bitcoin.conf -datadir=$TARGET_DIR/.bitcoin -getinfo fi