mirror of
https://github.com/lightningd/plugins.git
synced 2026-08-13 12:33:19 +02:00
add lnradar v0.1.1
Signed-off-by: Lagrang3 <lagrang3@protonmail.com>
This commit is contained in:
parent
526d74fb92
commit
977ffba95e
4 changed files with 8 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -46,3 +46,6 @@
|
|||
[submodule "bumpit"]
|
||||
path = bumpit
|
||||
url = https://github.com/ca-ruz/bumpit.git
|
||||
[submodule "lnradar"]
|
||||
path = lnradar
|
||||
url = https://github.com/Lagrang3/lnradar
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ Community curated plugins for Core-Lightning.
|
|||
| [historian][historian] | Gossip message archiver |     |
|
||||
| [hold][hold] | Hold invoices that do not require the preimage to be known when created |     |
|
||||
| [ln-address-pay][ln-address-pay] | Allows payments to lightning addresses |     |
|
||||
| [lnradar][lnradar] | A plugin to gather liquidity information from payment probes |     |
|
||||
| [monitor][monitor] | helps you analyze the health of your peers and channels |     |
|
||||
| [payany][payany] | Supercharge CLN's pay/xpay/renepay. Automatically fetch invoices for static ln addresses like LNURL etc.. Set a budget for external wallets. |     |
|
||||
| [persistent-channels][pers-chans] | Maintains a number of channels to peers |     |
|
||||
|
|
@ -219,6 +220,7 @@ more detailed description (if any)
|
|||
[js-api]: https://github.com/lightningd/clightningjs
|
||||
[kotlin-example]: https://vincenzopalazzo.medium.com/a-day-in-a-c-lightning-plugin-with-koltin-c8bbd4fa0406
|
||||
[ln-address-pay]: https://github.com/nosedam/ln-address-pay
|
||||
[lnradar]: https://github.com/Lagrang3/lnradar
|
||||
[monitor]: https://github.com/renepickhardt/plugins/tree/master/monitor
|
||||
[payany]: https://github.com/daywalker90/payany
|
||||
[pers-chans]: https://github.com/lightningd/plugins/tree/master/persistent-channels
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@
|
|||
| [historian][historian] | Gossip message archiver |     |
|
||||
| [hold][hold] | Hold invoices that do not require the preimage to be known when created |     |
|
||||
| [ln-address-pay][ln-address-pay] | Allows payments to lightning addresses |     |
|
||||
| [lnradar][lnradar] | A plugin to gather liquidity information from payment probes |     |
|
||||
| [monitor][monitor] | helps you analyze the health of your peers and channels |     |
|
||||
| [payany][payany] | Supercharge CLN's pay/xpay/renepay. Automatically fetch invoices for static ln addresses like LNURL etc.. Set a budget for external wallets. |     |
|
||||
| [persistent-channels][pers-chans] | Maintains a number of channels to peers |     |
|
||||
|
|
@ -61,6 +62,7 @@
|
|||
[Lightning-Invoice-Queue]: https://github.com/rbndg/Lightning-Invoice-Queue
|
||||
[lightning-qt]: https://github.com/darosior/pylightning-qt
|
||||
[ln-address-pay]: https://github.com/nosedam/ln-address-pay
|
||||
[lnradar]: https://github.com/Lagrang3/lnradar
|
||||
[monitor]: https://github.com/renepickhardt/plugins/tree/master/monitor
|
||||
[payany]: https://github.com/daywalker90/payany
|
||||
[pers-chans]: https://github.com/lightningd/plugins/tree/master/persistent-channels
|
||||
|
|
|
|||
1
lnradar
Submodule
1
lnradar
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 55de3a732f290f8bae8d22a521c6f17b2e9c4bb1
|
||||
Loading…
Add table
Add a link
Reference in a new issue