Update README.md

This commit is contained in:
Christian Decker
2020-07-03 11:42:19 +02:00
committed by GitHub
parent bd1459ab4e
commit ded4f6b380

View File

@@ -20,6 +20,7 @@ Community curated plugins for c-lightning.
| [persistent-channels][pers-chans] | Maintains a number of channels to peers |
| [probe][probe] | Regularly probes the network for stability |
| [prometheus][prometheus] | Lightning node exporter for the prometheus timeseries server |
| [pruning][pruning] | This plugin manages pruning of bitcoind such that it can always sync |
| [rebalance][rebalance] | Keeps your channels balanced |
| [reckless][reckless] | An **experimental** plugin manager (search/install plugins) |
| [sauron][sauron] | A Bitcoin backend relying on [Esplora][esplora]'s API |
@@ -28,7 +29,6 @@ Community curated plugins for c-lightning.
| [summary][summary] | Print a nice summary of the node status |
| [zmq][zmq] | Publishes notifications via [ZeroMQ][zmq-home] to configured endpoints |
## Installation
To install and activate a plugin you need to stop your lightningd and restart it
@@ -160,3 +160,4 @@ your environment.
[zmq-home]: https://zeromq.org/
[zmq]: https://github.com/lightningd/plugins/tree/master/zmq
[csvexportpays]: https://github.com/0xB10C/c-lightning-plugin-csvexportpays
[pruning]: https://github.com/Start9Labs/c-lightning-pruning-plugin