No description
Find a file
2019-05-10 17:06:45 +02:00
autopilot autopilot: Add plugin binary and README file 2019-04-29 15:42:01 +02:00
autoreload autoreload: Add an autoreload plugin to restart plugins on change 2019-05-10 10:14:06 +02:00
donations donations: Fixed up the README a bit 2019-03-28 16:07:51 +01:00
graphql@913359d18d updated graphql submodule. Added new jwt-factory submodule 2019-05-10 17:06:45 +02:00
jwt-factory@cf90ba3495 updated graphql submodule. Added new jwt-factory submodule 2019-05-10 17:06:45 +02:00
persistent-channels probe: Run probes in their own thread 2019-02-20 20:10:39 +01:00
probe probe: Actually add a sensible return value to the probe method 2019-05-09 12:46:30 +02:00
prometheus prometheus: Fix channel_id name and prevent crashing 2019-05-10 17:05:08 +02:00
rebalance rebalance: exclude all own channels from getroute 2019-05-08 12:47:59 +02:00
sendinvoiceless fix: sendinvoiceless adds receivers fee 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 updated graphql submodule. Added new jwt-factory submodule 2019-05-10 17:06:45 +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 autoreload: Add the autoreload plugin to the README 2019-05-10 10:14:06 +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
autoreload A developer plugin that reloads a plugin under development when it changes
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