Skip to content

lngamesnet/c-lightning-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C-LIGHTNING PLUGINS

Some basic and useful plugins for c-lightning.

Plugins

chanbalances:

Show nicer overview of the channel balances of your node. Whith chanbalances you see the outbound and inbound capacity for each channel. Also you see the pubkey and alias of channel peer. chanbalances.py

telegrambot:

Receive warnings and monitor your c-lightning node via Telegram Bot. Whith this simple example you can receive warnings when there are variations in the funds of your node, and a periodic report about your funds. It should be easy to add more warnings and monitoring data: channels, invoices, payments, etc. telegrambot.py

summary2:

Extended version of summary plugin . It shows more detailed info about listed channels (chan Id, capacity, in sats, out sats, %,...) summary2.py

Resources

-c-lightning

-Rene Pckhardt plugin collection

-conscott plugins

-Community curated plugins for c-lightning