pull down to refresh
You analyzed the problem a little yourself and noticed that you run out of inbound liquidity on that public channel fast:
There we go...
It's roughly the difference between your current and desired balance.
users must also keep in mind a 1% of the channel at least to leave it for reserves, on both sides not just on your side.
For example:
- you have a channel of 1M with only 10k sats inbound space available, you cannot receive more than 9k sats.
But... if you send 9k sats and after that another 100 sats, you can receive, until it fills out that channel.
This is happening due to channel buffer fee
https://github.com/lightningnetwork/lnd/blob/6dea86428d031171af30119e3f6599820dc5454a/lnwallet/channel.go#L3803-L3815
reply
I know there isn't enough receiving capacity on the public channel with SN, but the private channels have orders of magnitude more receiving capacity than I'm trying to process.
reply
If you cannot include route hints on those private channels you cannot receive into them.
Plain and simple.
see here #737329
reply
This would have to be something that changed then, because I had been receiving through those channels previously.
reply
Is the liquidity and route hints.
Do you run the latest version of Alby Hub?
Now having a LDK backend, not sure how Alby is updating it too. LDK recently released a new version.
reply
I updated a few days ago, because I was having a different issue.
reply
reply
The channels with lots of receiving capacity are the other two private channels.
On the public channel, I generally haven't had enough receiving capacity for the daily rewards. Then I get the error "no route found". I had tried increasing the default fee (perhaps not enough though). I'd rather just withdraw to another wallet than pay a hundred sat fee.
What's confusing to me is that the two private channels had been receiving transactions and now they aren't.
reply
reply
Assuming SN is using the same node as it used to.
reply
ERROR autowithdrawal failed: no route found
in your logs which is the problem you're trying to solve?