-
Probe plugin doesn't seem to load.
If I try through the `lightning-cli plugin start plugins/probe/probe.py` command I get:
```
lightning-cli plugin start ~/plugins/probe/probe.py
{
"plugins"…
-
In order to access the `lightning-rpc` socket with a different user, I would like to use group permissions `g+rw` set specifically on the socket (and nothing else in the lightning-dir).
As lightnin…
-
### Issue and Steps to Reproduce
See unilateral close and INFO: 002... [here](https://Bitkoins.nl/out.txt)
The node id is: `02ad6fb8d693dc1e4569bcedefadf5f72a931ae027dc0f0c544b34c1c6f3b9a02b`
s…
ghost updated
4 years ago
-
When reading the output of `listfunds` I have to count the number of digits to understand how many bitcoins are present in the utxos and channels. Is it possible to add one or more extra fields showin…
-
```
2019-11-01T01:11:43.170Z **BROKEN** lightningd(646): Accessing a null column 2 in query SELECT t.id, t.rawtx, t.blockheight, t.txindex, t.type as txtype, c2.short_channel_id as txchan, a.locatio…
-
### Issue and Steps to Reproduce
I'm running `lightningd` with many plugins. [One of them, `webbook`,](https://github.com/fiatjaf/lightningd-gjson-rpc/tree/master/cmd/webhook) is getting all notifica…
-
`lightning-cli` receives malformed response from plugin logs, here is an example with `plugin stop`:
```bash
$ lightning-cli plugin start $PWD/reckless.py
{
...
}
$ lightning-cli plugin stop $PW…
-
### Issue and Steps to Reproduce
I understand that this quite an edge case, still I'd like my lightningd not to crash.
I'm calling `getroute` from a plugin to find a route between `src` and `dst…
-
Testing on jsarenik/plugins@34e1ad6 (the only difference to current `master`, 89c95e4, is an added `requirements.txt` file).
$ lightningd --version
v0.7.0-382-g8ef6623
See #34 on how I run the …
-
As a challenge, I (with some help from others) built https://onion.studio to explore how the `createonion`, `sendonion` and generally the TLV stuff can be used for building apps. Also, maybe help spre…