-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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?]: batchopenchannel hangs indefinitely #8362
Comments
Looks like one of the peers never replied to the initial funding attempt? Is it still just hanging there at this point? |
Just tried again and yes it's still hanging. Seems like 026165850492521f4ac8abd9bd8088123446d126f648ca35e60f88177dc149ceb2 (Boltz) never replied to the initial funcing attempt since this line was missing
I tried opening a single channel to Boltz and it hangs too... So I guess this is not a batchopenchannel problem That said, does batchopenchannel just hangs if any one of the peers never respond? |
Yeah seems like that node is hanging for w/e reason.
Digging through the code, looks to be the case. I think we want to allow |
We'll do a restart of our lnd node later today. No idea why we did let you hang and a restart is the only thing we can imagine to fix things. If there is any info you'd want from us let us know @Roasbeef |
Restart done |
I'm experiencing a similar bug with batchopenchannel hanging indefinitely. Boltz was not one of the peers I was attempting an open to so I don't think it's a Boltz specific issue. Trying to open a single channel afterwards also does not work and causes part of the on-chain balance to go missing so I need to rescan the chain with PS it took 4+ hours to rescan less than 200000 blocks, I suppose this number will grow as the node ages, which does not seem sustainable. |
Definitely not Boltz, but rather LND specific. Restart fixed it for now. |
I tried twice after restarts, still broken. Timeline:
|
@ContinentalNode I don't think you need to restart with @kilrau, is it possible for you to check your logs to see why |
Thanks for the response @hieblmi, trying normal restart now. I attempted the single-channel open with Bitrefill (03d607f3e69fd032524a867b288216bfab263b6eaee4e07783799a6fe69bb84fac), not Boltz. Here are what I can find in the log for it.
|
This should be addressed by: #8385 |
Background
batchopenchannel hangs indefinitely. I'm not sure whether this is a bug or if I'm doing something wrong.
This is a new node that I'm trying to bootstrap
Your environment
Steps to reproduce
lncli batchopenchannel --sat_per_vbyte=31 '[{"node_pubkey":"026165850492521f4ac8abd9bd8088123446d126f648ca35e60f88177dc149ceb2","local_funding_amount":10000000}, {"node_pubkey":"03864ef025fde8fb587d989186ce6a4a186895ee44a926bfc370e2c366597a3f8f","local_funding_amount":10000000}]'
Expected behaviour
Batch open should work
Actual behaviour
The relevant part in the logs...
The text was updated successfully, but these errors were encountered: