From aaf0b4f82e659fd8c8534d2ae70bf36d2fc4326e Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Thu, 23 Feb 2017 16:43:22 -0800 Subject: [PATCH] Update 2A_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md --- 2A_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2A_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md b/2A_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md index c24d53f..002bf8c 100644 --- a/2A_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md +++ b/2A_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md @@ -72,7 +72,7 @@ Choose a hostname for your machine (e.g. "mybtc") and enter it into your hostnam ``` $ echo "mybtc" > /etc/hostname $ /etc/init.d/hostname.sh start -$ /bin/hostname $HOSTNAME +$ /bin/hostname "mybtc" ``` Also enter the info into your /etc/hosts file. Note that you should also enter a fully-qualified hostname into your hosts file, as shown below. If you're not making the machine part of a name, just choose a ".local" suffix.