LNtop
https://github.com/edouardparis/lntop
For some reason the terminal freezes when running LNtop, but still provides valuable info
# dependencies
pkg install -y git go
# install with go
go install github.com/edouardparis/lntop@latest
# or from source
git clone https://github.com/edouardparis/lntop.git
# install
cd lntop && && go build && go install ./...
/root/go/bin/lntop
nano /root/.lntop/config.toml
- Change to:
cert = "/var/db/lnd/tls.cert"
macaroon = "/var/db/lnd/data/chain/bitcoin/mainnet/readonly.macaroon"
/root/go/bin/lntop
(as my last attempt would need to close the terminal to exit)
Last modified 2mo ago