plebemineira / plebpool

Other
4 stars 2 forks source link

LDK Node Peers #10

Closed plebhash closed 4 months ago

plebhash commented 4 months ago

nix develop launches two instances of lightningd with the following parameters:

node_id = "03999f2c3791db6281774c961b103636de6990a5216592c5ea1712e085f5715eee" address = "127.0.0.1:19846"

node_id = "03a958e3603d17cff820d1b78eb694bec0f43bed062bbba5a416614e413a5b6bfb" address = "127.0.0.1:15352"

https://github.com/plebemineira/plebpool/blob/04d30efadcc6c9ebf15f802608e1683506172667/src/ln/service.rs#L42-L61

currently we get this error:

2024-05-28T04:51:06.687332Z ERROR plebpool::ln::service: LDK: failed to connect to peer: 127.0.0.1:19846, id: 03999f2c3791db6281774c961b103636de6990a5216592c5ea1712e085f5715eee, error: Node is not running.
2024-05-28T04:51:06.687404Z ERROR plebpool::ln::service: LDK: failed to connect to peer: 127.0.0.1:15352, id: 03a958e3603d17cff820d1b78eb694bec0f43bed062bbba5a416614e413a5b6bfb, error: Node is not running.
plebhash commented 4 months ago

fixed via aca5d704cee1e08a3f6c64f0e4dc73f2319bdac0