Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 871 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 871 Bytes

Lightning Network Daemon (LND) Watcher

A heads up display of your lightning node in a simple shell script.

(Depends on jq and pup to parse json and html respectively.)

sudo apt-get install jq
go get github.com/ericchiang/pup
curl -o watchlnd.sh https://raw.githubusercontent.com/qbert911/lnd-watcher/master/watchlnd.sh
sudo chmod +x watchlnd.sh
./watchlnd.sh

If you like my work please consider connecting to my (secure tor) node to provide some inbound liquidity: 02419ef2aa268f21606cdc725f08d5ddf2365de96b2606b5852e4155c0f24260e3@lcmy4wbbgymxypp4vozfdhsv5stnk4nssfpl6eimqnarcvea6uu6lgid.onion:9735

lnd git2