Merge pull request #127 from Goosie/patch-6

Update 02_1_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md
This commit is contained in:
Shannon Appelcline 2020-06-16 08:26:35 -10:00 committed by GitHub
commit 009613cfad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -258,7 +258,7 @@ You're now ready to get to the bitcoin-specific part of this tutorial!
We find a number of Bash aliases helpful to make it easier to use Bitcoin.
```
$ sudo -u user1 cat >> ~user1/.bash_profile <<EOF
$ sudo -u user1 cat >> ~user1/.bash_aliases <<EOF
alias btcdir="cd ~/.bitcoin/" #linux default bitcoind path
alias bc="bitcoin-cli"
alias bd="bitcoind"