Skip to content

Commit

Permalink
Update install-full-tor-node.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
SatoshiNakamotoBitcoin authored Jan 14, 2025
1 parent 3ae8296 commit 47e0879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-full-tor-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 47e0879

Please sign in to comment.