Skip to content

Commit

Permalink
Update install-full-node.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
SatoshiNakamotoBitcoin authored Jan 13, 2025
1 parent b3233b6 commit 1e90e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-full-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ else
print_success "\nMeanwhile you can install PyBLOCK to Manage your Bitcoin Node copying and pasting this commands:"
print_success "\ngit clone https://github.com/curly60e/pyblock.git \ncd pyblock \npip3 install -r requirements.txt \ncd pybitblock \npython3 PyBlock.py"
print_success "\nSelect the Option B."
print_success "\nLeave in BLANK ip:port, rpcuser, rpcpass and paste this Path to Bitcoin-cli: ./../../../../../..$TARGET_DIR/bin/bitcoin-cli"
print_success "\nLeave in BLANK ip:port, rpcuser, rpcpass and paste this Path to Bitcoin-cli: ./../../../..$TARGET_DIR/bin/bitcoin-cli"
print_success "\nPyBLOCK Crew!"
print_success "\nInstallation completed!"
fi
Expand Down

0 comments on commit 1e90e49

Please sign in to comment.