-
Notifications
You must be signed in to change notification settings - Fork 92
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
Error during channel opening results in funds stuck in Limbo #878
Comments
Do you have any logs that you could share during the channel setup? Also, could you share the tx info? |
Please I need some guidance to retrieve the logs. |
What version are you on? |
Bitcoin = knots 26.1 Thanks for passing by. I came here summoning the experts because even that I don't know a thing about coding, I think the fact that an UI allowed a defective transaction to be broadcasted is a very scary bug. About the transaction, can someone point me where I can find help or resources to recover the funds? is it possible? |
Okay, looking at the log, you ran into btcsuite/btcd#2142 which was fixed in What you can try are the following steps (from easy to very involved, depending on your luck):
|
Thank you, so there is some hope in recovering the funds! So if I understand correctly, the first option should be running the command The other peer is Kraken's node. Managing to communicate to someone capable of running comands on their side could be a proper adventure. |
See |
Amazing! I'm very grateful of your help and patience with my newbie questions. Up to now I have always managed my node using only GUI. The last couple of days have been very stressful and a steep learning curve. Now, I'm not completely out of the woods yet. Have some trouble with the sweepremoteclosed command.
The address found is the correct output from the remote close. No clue about the api error or the address is looking at |
Nice, that is good news indeed! Unfortunately the blockstream.info API is quite unstable (or blocks users after a couple of requests). You can use my server: Closing the issue now as both the cause and the solution seem to be clear. |
That did the trick. Funds are safu now |
I been running an LND node for about 4 months, and up to a couple days ago I managed it using RTL . Out of curiosity tried Lightning terminal and liked the interface and features so I tried opening a new channel with it.
Everything seemed ok until after the last step, when a red error message popped out in the corner, but the transaction still went through and was broadcasted!
The transaction was confirmed but no new channel was created, and the funds are now parked in what I suppose is a 2 of 2 multisig address shared between me and the other node. The ugly part is that this was no small channel, I have a bit over 10M sats in limbo due to this error.
My setup is based on the MyNode software integration, running in a proxmox vm on a mini PC. I manage it remotely from a different location using Zerotier VPN.
The Mynode GUI shows a very limited range of logs so I haven't been able to find what happened at the time of the problem. I lack experience managing it using CLI, so i greatly appreciate some guidance in retrieving more useful information to post here
The text was updated successfully, but these errors were encountered: