No description
Find a file
Michael Schmoock 11ec378cfb feat: sendinvoiceless list payments
This commit will add the cli command `receivedinvoiceless`
which will show you the deteceted payments made using this method.
2019-05-08 23:33:58 +02:00
autopilot autopilot: Add plugin binary and README file 2019-04-29 15:42:01 +02:00
donations donations: Fixed up the README a bit 2019-03-28 16:07:51 +01:00
graphql@353f03826d graphql: Renamed graphql plugin to correct directory 2019-04-29 15:26:17 +02:00
persistent-channels probe: Run probes in their own thread 2019-02-20 20:10:39 +01:00
probe probe: Run probes in their own thread 2019-02-20 20:10:39 +01:00
prometheus prom: Rename metrics to be less confusing 2019-03-26 12:43:45 +01:00
rebalance rebalance: exclude all own channels from getroute 2019-05-08 12:47:59 +02:00
sendinvoiceless feat: sendinvoiceless list payments 2019-05-08 23:33:58 +02:00
sitzprobe@84347d5519 sitzprobe: Add sitzprobe by @niftynei as a submodule 2019-04-01 18:35:39 +02:00
summary Update summary/summary.py 2019-04-23 15:36:05 +02:00
.gitignore pytest: Preparing to run integration tests using pytest 2019-03-30 00:03:16 +01:00
.gitmodules created git module for c-lightning-api plugin (#7) 2019-04-29 15:22:44 +02:00
conftest.py pytest: Preparing to run integration tests using pytest 2019-03-30 00:03:16 +01:00
LICENSE Initial commit 2019-01-17 13:16:45 +01:00
pytest.ini pytest: Preparing to run integration tests using pytest 2019-03-30 00:03:16 +01:00
README.md enhanced the README.md file 2019-05-07 15:45:35 +02:00

Plugins for c-lightning

Community curated plugins for c-lightning.

To install and activate a plugin you need to stop your lightningd and restart it with the plugin argument like this:

lightningd --plugin=/path/to/plugin/directory/plugin_file_name.py

where the plugin_file_name.py should be an executable (chmod a+x plugin_file_name.py) file and can be written in any programming language.

Available plugins

Name Short description
autopilot An autopilot that suggests channels that should be established
donations A simple donations page to accept donations from the web
graphql Exposes the c-lightning API over graphql
persistent-channels Maintains a number of channels to peers
probe Regularly probes the network for stability
prometheus Lightning node exporter for the prometheus timeseries server
rebalance Keeps your channels balanced
sendinvoiceless Sends some money without an invoice from the receiving node.
sitzprobe A Lightning Network payment rehearsal utility
summary Print a nice summary of the node status

More Plugins from the Community

Plugin Builder Resources