-
Trying to use the plugin as per docs:
```
lightningd --network=bitcoin --log-level=debug --plugin /path/to/reckless/reckless.py
```
Getting error
```
Traceback (most recent call last):
File "…
-
I have an intuition that it may be related to channel force-closes.
```
Oct 15 07:06:57 satoshis-box lightningd[30247]: plugin-trustedcoin returning block 652815, 0000000000000000000a22cf38…, 1415…
-
Would be nice to make it easy to load clightning plugins:
- [x] Package pylightning
- [ ] Package [lightningd/plugins](https://github.com/lightningd/plugins) plugins and all the python dependencie…
-
**Time Horizon:** Medium term
**Description:** Enable pruning by pulling blocks that have been pruned but are required by clightning from the [Blockstream Explorer](https://blockstream.info)
**M…
-
- c-lightning 0.9.2
- Python 3.8.5
- pyln-client 0.8.2
- Bitcoin Core 0.20.1
When I try to run lightningd with the feeadjuster plugin I get the following error
```
billy@AcerUbuntu:~/.lightn…
-
I have successfully installed Bitcoin & LN testnodes on Linux Ubuntu 16.04 VPS and purchased Starblocks coffee with it.
Now my concern is - We can take backup of wallet.dat file of bitcoin node and…
-
Hi @lvaccaro,
I try to using esplora plugin to work with lightningd on my desktop to test the plugin.
I run lightnind several time and I receive this error from lightnind at different points.
…
-
### Issue and Steps to Reproduce
0.9.2 release, maybe 0.9.1, not 0.9.0
1. Install lightningd into a custom directory (both bin and libexec content in one place), put plugins in a subdirectory.
…
-
**Describe the bug**
I was trying to use the Rebalance plugin for c-lightning but after restarting Lightningd, RTL stops working.
The plugin and everything else work fine. To have RTL back to normal…
-
Is there a way to get FundsMover's actions somehow via the RPC (either identify self-payments somehow via the lightningd rpc or create clboss rpc that exposes this data) ?
plugin-clboss: FundsMover…