mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-08 16:36:32 +00:00
Update 13_1_Verifying_Your_Lightning_Setup.md
This commit is contained in:
parent
f27d321661
commit
30eb2dc5e3
@ -15,7 +15,7 @@ cat >> ~/.bash_profile <<EOF
|
||||
alias lndir="cd ~/.lightningn/" #linux default c-lightning path
|
||||
alias lnc="lightning-cli"
|
||||
alias lnd="lightningd"
|
||||
alias lninfo='bitcoin-cli getwalletinfo | egrep "\"balance\""; bitcoin-cli getnetworkinfo | egrep "\"version\"|connections"; bitcoin-cli getmininginfo | egrep "\"blocks\"|errors"'
|
||||
alias lninfo='lightning-cli getinfo'
|
||||
EOF
|
||||
```
|
||||
After you enter these aliases you can either `source .bash_profile` to input them or just log out and back in.
|
||||
|
Loading…
x
Reference in New Issue
Block a user