clightning-sane: document the `status` command more

This commit is contained in:
Colin 2024-04-19 05:07:25 +00:00
parent e197f6f54d
commit 317996b609
1 changed files with 6 additions and 0 deletions

View File

@ -9,6 +9,12 @@ clightning-sane: helper to perform common Lightning node admin operations:
COMMON OPERATIONS:
- view channel balances: `clightning-sane status`
- rebalance channels to improve routability (without paying any fees): `clightning-sane autobalance`
FULL OPERATION:
- `clightning-sane status --full`
- `P$`: represents how many msats i've captured in fees from this channel.
- `COST`: rough measure of how much it's "costing" me to let my channel partner hold funds on his side of the channel.
this is based on the notion that i only capture fees from outbound transactions, and so the channel partner holding all liquidity means i can't capture fees on that liquidity.
"""
# pyln-client docs: <https://github.com/ElementsProject/lightning/tree/master/contrib/pyln-client>