mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-20 13:28:10 +02:00
Update install-full-node.sh
This commit is contained in:
parent
dc54fca5f1
commit
a3ec007b94
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue