mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-08 08:26:17 +00:00
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:
commit
009613cfad
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user