LND node fails to send almost all payments to Phoenix wallet (logs included) #8944
Replies: 2 comments 5 replies
-
Well it magically works today when I try it (after restarting the LND node). I can't really explain why it wasn't working before. |
Beta Was this translation helpful? Give feedback.
-
Thanks for reporting! Great that it resolved itself! The cause might be an inactive channel. If a channel peer connection drops, the channel goes inactive and is ignored for pathfinding for some time. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Llightning payments from LND to a Phoenix wallet fail.
Sending to non-phoenix wallets works.
There is an error when trying to run "lncli queryroutes" command to the Phoenix wallet node id:
The LND node can send and receive from other wallets.
Phoenix wallet can send to the LND node successfully.
But I want to fund the Phoenix wallet via the LND node, yet I'm running into these payment failures.
The setup is that I have the LND node with only 1 private channel to a very highly ranked node.
Here are the logs from the LND node for one of these failed payments:
Most of the times I try to send, it's just stuck in a "sending payment" loop. I also tried sending via RTL, getting this error in the logs:
Beta Was this translation helpful? Give feedback.
All reactions