Update install-full-node.sh

This commit is contained in:
Satoshi Nakamoto 2025-01-14 20:02:03 +01:00 committed by GitHub
parent dc54fca5f1
commit a3ec007b94
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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