-
```
$ ps aux |grep peerswap
cln 729129 0.0 0.0 1173572 868 ? Sl Mar17 0:03 /home/cln/src/peerswap/peerswap
cln 729164 0.0 0.0 1173572 1568 ? Sl Mar17 0:03 /ho…
-
Just got the following error in my log related to summary.py:
```
2022-05-16T09:25:55.337Z UNUSUAL plugin-summary.py: [PeerThread] cannot add item to database
```
This was printed on stderr:
```
…
-
i transfered some new sats to my clightning (raspiblitz 1.7.2, cln 0.11.1, btc core 23.0 and clboss 0.13A)
clboss took the entire amount and opened a new channel.
after 3 days, still no inbound.
c…
-
Building on M-series Macs is difficult right now. I know some have gotten through the process but I've been stuck on it for a while, having a binary to download would be really nice for the case where…
-
I created a plugin using `cln_plugin` and defined a custom `rpcmethod`. Now I would like to call this method using `cln-rpc`.
It seems this isn't possible currently without forking `cln-rpc`.
[R…
-
### Issue and Steps to Reproduce
I can't close channels I have on the Kraken node. During the fee negotiation stage Kraken does not negotiate, it just sends the offered fee once and the whole proce…
-
v0.10.2
### Steps to Reproduce
bitcoind process got killed with lightningd running
### lightning logfile output
-
First off: SPV is worse security than fullnodes. Please use fullnodes if you can.
On the other hand, if you trust a particular cloud service provider, you can run a fullnode on a cloud service, an…
-
```
root@ubuntu:~# lightningd --encrypted-hsm
2021-12-04T16:51:03.763Z DEBUG plugin-manager: started(18545) /usr/local/bin/../libexec/c-lightning/plugins/autoclean
2021-12-04T16:51:03.765Z DEBUG …
-
I want to experiment with off-protocol ways to transmit data about unpublished channels that can later be used for routing.
There can be many ways for channels to be published without spamming the …