Possible flaky issue opening channel to LND nodes
See original GitHub issueIssue Description
I run an LND node on version 0.15.0-beta
and lately have had two separate node operators running Eclair 0.7
mention that their requests to open a channel with me were timing out. Others are able to open a channel to me just fine. One of the operators was able to open after waiting a day and retrying.
I’m wondering if some flaky incompatibility could have been introduced in Eclair 0.7
, or LND 0.15.0-beta
. I’m happy to do some investigation into both code bases, hoping somebody could give me some pointers on which direction to look in the Eclair codebase.
Apologies I don’t have more info on the issue. I will try to get some logs from the other node operators.
Issue Analytics
- State:
- Created 8 months ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
LND will not open channel with c-lightning #2250 - GitHub
When trying to reopen, it tells me the peer is disconnected but this is not the case. The c-lightning node is online and...
Read more >Opening Lightning Network Channels - Builder's Guide
As nodes open new channels, they become better connected on the Lightning Network. Increased connectivity helps nodes route payments to and from more...
Read more >Build a Pretty Good Lightning Network Node - Blockstream Blog
One of the primary reasons for choosing this board is its open firmware. Inspect the board's firmware, compile it yourself, and install it....
Read more >Are Lightning Nodes Profitable? - Voltage.cloud
One of the first questions many bitcoiners have before starting the process of starting up a Lightning node is… “Will it be profitable?”....
Read more >RUN LND: Building a Node from Scratch - YouTube
Run LND to start sending, receiving, and routing Lightning payments today! In this tutorial, we walk through how to set up a robust ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks for the logs @DerEwige, it shows that the issue doesn’t seem to be on the eclair side.
In the good case, eclair sends
open_channel
and receivesaccept_channel
, and everything works fine. In the bad case, eclair sendsopen_channel
but then lnd never responds, so eclair cannot do anything else than wait and eventually timeout.So you’ll need to figure out why lnd doesn’t respond to the
open_channel
message. The operator of the lnd node will have to look at their logs to see if they can figure out what happens, or ask for help from the lnd team to understand why lnd goes silent.Sorry I misread the OP.