commit e6f982eb978bab33f41b36d55fb3645bed38a6cb parent 335e2dc8ea39e03c6854dc447dcde42e7d014337 Author: NicholasFarrow <nicholas.w.farrow@gmail.com> Date: Tue, 1 Sep 2020 23:57:43 +1000 bitcoin-cli aliases Diffstat:
M | .bash_profile | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/.bash_profile b/.bash_profile @@ -50,6 +50,13 @@ HISTFILESIZE= # Debugging #echo "Loaded .bash_profile" +# Bitcoin +alias btcdir="cd ~/.bitcoin/" +alias bc="bitcoin-cli" +alias btcinfo='bitcoin-cli getwalletinfo | egrep "\"balance\""; bitcoin-cli getnetworkinfo | egrep "\"version\"|connections"; bitcoin-cli getmininginfo | egrep "\"blocks\"|errors"' + + + # STARSHELL WELCOME MSG source $CFG/starshell.sh