-
Notifications
You must be signed in to change notification settings - Fork 2.1k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug]: new version of CLN and maybe eclair won't force close channel from SCB request #7301
Comments
So we investigated a bit, and concluded that we were already sending the |
If you are experiencing this issue on
If you are uncomfortable with using my personal branch and would instead prefer a temporary release, please let us know. Or if you don't know how to perform any of the steps above, leave a comment and I can help out. |
@btweenthebars were you able to resolve your issue using the steps above? |
Hi sorry, I'm on CLN ( the latest version) not LND |
Can you contact your peer to see if he wants to use the steps to above? |
Well, that's a while ago and I already manually closed the channels. Next time I see LND peers with the issue, I'll tell them to try the steps above. |
I'm struggling with this bug. I've build @Crypt-iQ 's lnd version, but I can't seem to find the channel ID. Nothing in the logs with the HSWC tag or any mention of CahnnelLink anywhere. |
What's the funding point of the channel? |
|
your channel id to use in the command should be |
Thanks. Care to share how it's calculated? why was |
Now that I saw the example, I remember... I think it's XOR of the last byte ( |
Btw, @Crypt-iQ your |
@Crypt-iQ is this the expected log output after sending the custom message?
|
Ah that's right, were you on v0.15.5-beta before?
That is not the expected output. That means CLN doesn't recognize the channel. This |
Yeah, that was for another channel. Apologies for the confusion. Here is the one I discussed above: And output:
|
You wrote > Checkout https://github.com/Crypt-iQ/lnd/tree/scb_cln_issue_7301_v0.15.5-beta so I tried to build that tree first and found that it didnt have support for the |
@Crypt-iQ any idea why it's not working? |
@ardevd I pushed up a new branch that builds on top of the just-tagged Here's the updated HOWTO:
Could you please try with that one again, just to make sure the issue isn't the channel ID? |
Worked like a dream. Force close tx was broadcast to the mempool shortly after running the command. |
Given that the solution above might be a problem for users running Umbrel and other node packaging solutions where running a custom version of Steps (alternative to running the custom version of
|
The new command works flawlessly!!! Thank you so much @guggero!! The might be a horde of nodes with the same problem out there! Now they'll find the solution here!! I wont be opening channels with CLN for the time being! |
Can we close this issue to remove it from the issue tracker and convert it to a discussion? |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Background
cdecker has it that there's a change in the bolt spec on the work flow of SCB that hasn't been implemented on LND
Please take a look here .
Your environment
v0.15.5-beta
Steps to reproduce
I mentioned my incident in here as I wasn't sure what's going on
The text was updated successfully, but these errors were encountered: