You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rebalance-lnd works great for many of my channels but for quite a few (10-20%) the script immediately returns with "Could not find any suitable route". Trying to rebalance the same channel with Thunderhub often works perfectly fine.
Any idea whats going on?
The text was updated successfully, but these errors were encountered:
Duplicate of #230. My bad. It seems like --fee-rate 2 works around the issue. It would be nice if rebalance-lnd could indicate whether the route finding failed due to fee limitations or routing limitations
It's hard to determine the reason for a failure. Even if you disable the channels that don't satisfy the fee requirements, it might fail because the other channels don't have enough liquidity (further down the line). Would it help to see channels that are ignored based on the fee settings? Note that this might result in several hundred lines of output, given enough channels.
rebalance-lnd works great for many of my channels but for quite a few (10-20%) the script immediately returns with "Could not find any suitable route". Trying to rebalance the same channel with Thunderhub often works perfectly fine.
Any idea whats going on?
The text was updated successfully, but these errors were encountered: