Se7enZ

Results 48 comments of Se7enZ

I'm also experiencing this on a RPI4 Raspibolt build on Sparrow Server 1.7.7 (downgraded from 1.7.8) for now. I see 10 timeouts in the log and then it sits idle...

Thanks for the reply @saubyk. I'm just diving into PeerSwap myself, so don't have all the information, but I've setup PeerSwap on my CLN node according to these instructions from...

Would it be reasonable to assume that `lightningd` is running the integration tests if network is on `regtest` and the `--developer` option is set?

@BitcoinJiuJitsu with the PR merged, this issue should probably be closed, right?

I just installed Boltz Client to test it out today and ran into this. Here is some information in case it's helpful. It is worth noting that my node has...

@cdecker FWIW I upgraded to CLN `v24.02.2` and boltzd `v2.0.2-0b4c946` then ran the exact same command as my previous example, but with the same result. Still an issue for me,...

> Are CLN and bitcoind running on the same machine? Yes they are. Using cookie authentication: ``` lightning-cli peerswap-listconfig { "bitcoin.rpcuser": "__cookie__", "bitcoin.rpcpassword": "[redacted]", "bitcoin.rpcpasswordfile": "/data/bitcoin/.cookie", "bitcoin.rpchost": "http://127.0.0.1", "bitcoin.rpcport": 8332,...

One additional peculiarity to note: ``` ~/.lightning/bitcoin/peerswap$ sqlite3 swaps SQLite version 3.45.1 2024-01-30 16:01:20 Enter ".help" for usage hints. sqlite> .schema Error: file is not a database ``` I think...

I stopped `lightningd`, renamed the existing `swaps` database, restarted `lightningd`. A new `swaps` database was created, but same behavior -- last message from the `peerswap` plugin is `Waiting for cln...

Here is the information with some `[redacted]`: ``` $ lightning-cli getinfo { "id": "[redacted]", "alias": "[redacted]", "color": "009900", "num_peers": 25, "num_pending_channels": 0, "num_active_channels": 10, "num_inactive_channels": 0, "address": [ { "type":...