diff --git a/2_1_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md b/2_1_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md index b7b1833..d9dd052 100644 --- a/2_1_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md +++ b/2_1_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md @@ -140,7 +140,7 @@ COMMIT EOF ``` -Note that 8333 is the Bitcoin Mainnet Port and 18333 is the Bitcoin Testnet port. If you want to be adventurous, you can delete the one you're not using. +> **TESTNET vs MAINNET:** Note that 8333 is the Bitcoin Mainnet Port and 18333 is the Bitcoin Testnet port. If you want to be adventurous, you can delete the one you're not using. Most work is still done on IPv4 networks, but the following will establish the same rules for IPv6: @@ -223,8 +223,6 @@ $ chown -R user1 ~user1/.ssh ### Create Bitcoin Aliases We find a number of Bash aliases helpful to make it easier to use Bitcoin. - -If you are using a testnet or pruned testnet setup, we suggest the following: ``` $ sudo -u user1 cat >> ~user1/.bash_profile < ``` $ sudo -u user1 cat >> ~user1/.bash_profile < ``` > **WARNING:** The btcblock alias will not work correctly if you try to place it in your .bash_profile by hand, rather than using the "cat" command as suggested. To enter it by hand, you need to adjust the number of backslashes (usually from three each to one each), so make sure you know what you're doing if you aren't entering the commands exactly as shown.