⚡
⚡
⚡
⚡
Lightning Node Management
Search…
⚡
⚡
⚡
⚡
Lightning Node Management
Lightning Node Management
Contents
Lightning basics
Create inbound liquidity
Create outbound liquidity
Comparison table of software implementations
Comparison table of lightning channel markets
Node Types
Merchant
Spending
Routing
Advanced Tools
Methods to create a balanced channel with a trusted peer
Pool usage notes
Bos Score
lnd.conf example
Advanced and automated fee settings
Set up a Watchtower and a Client on the Lightning Network
Technicals
High onchain fee environment
Compact the LND database (channel.db)
Manage the LND onchain funds in Electrum Wallet
Connecting to a lightning node remotely
Recovery
Resources for LND
Resources for C-lightning
Privacy
Resources on Lightning privacy
Hardware deployment
RaspiBolt
RaspiBlitz
TrueNAS (FreeBSD) node
aliases
Balance of Satoshis
Lightning Terminal
Circuitbreaker
LNtop
Donate
Donations
Powered By
GitBook
LNtop
https://github.com/edouardparis/lntop
For some reason the terminal freezes when running LNtop, but still provides valuable info
Installation
1
# dependencies
2
pkg install -y git go
3
4
# download
5
git clone https://github.com/edouardparis/lntop.git
6
7
# install
8
cd lntop && go install ./...
Copied!
Run first to create the default config
1
/root/go/bin/lntop
Copied!
Config
1
nano /root/.lntop/config.toml
Copied!
Change to:
1
cert = "/var/db/lnd/tls.cert"
2
macaroon = "/var/db/lnd/data/chain/bitcoin/mainnet/readonly.macaroon"
Copied!
Run
1
/root/go/bin/lntop
Copied!
(as my last attempt would need to close the terminal to exit)
Previous
Circuitbreaker
Next - Donate
Donations
Last modified
6mo ago
Copy link
Contents
Installation
Run first to create the default config
Config
Run