Loop out and payment routing failures #1390
-
Hi @saubyk and team. I've tried about 25 loop outs on RTL but they keep failing instantly. Payments also fail often. Got 6 successful out of 40+. Any clue why that is?
Of course, I'd like to balance the channel to get closer to a balance score of 1. Any idea what I could be doing wrong and what these errors are about? Could it be that my peer has not outbound liquidity with their other channel peers so payments can't route? I read some docs about loop out and forums about inbound liquidity but nothing about this error troubleshooting. Thanks for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @thibistaken I would recommend raising the
This is also concerning. Are you applying some sort of a routing fee cap, which may be limiting the transactions with larger amount? For whatever reason your node is not able to send bigger transaction amounts. The simplest explanation which comes to mind is a less efficient graph. May be try connecting your node to more peers (need not open channels to them, although opening more channels also helps), so that your node sources graph information from multiple peers on the network. Hope this helps |
Beta Was this translation helpful? Give feedback.
Hi @thibistaken
If the loop-out is failing that quickly, the most likely reason can be a low routing fee cap, which might be resulting in the lightning payment not getting to the loop node. Loop is a high demand service on the network, which typically results in high routing fee rates charged by the routing nodes carrying the transaction traffic to the loop node.
I would recommend raising the
Max Off-chain Routing Fee (%)
value to a higher value than the default of 2%, and see if that helps.