Update 02_1_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md

When you are on ubuntu 18.04 you should add the aliases in ~/.bash_aliases
This commit is contained in:
Perry Smit 2020-06-16 09:11:45 +02:00 committed by GitHub
parent 547bae454b
commit 241ac9157a
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. 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 btcdir="cd ~/.bitcoin/" #linux default bitcoind path
alias bc="bitcoin-cli" alias bc="bitcoin-cli"
alias bd="bitcoind" alias bd="bitcoind"