Update 2A_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md

This commit is contained in:
Shannon Appelcline 2017-02-23 16:43:22 -08:00 committed by GitHub
parent d89a36369b
commit aaf0b4f82e

View File

@ -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.