-
Notifications
You must be signed in to change notification settings - Fork 31
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
No channel candidates - no channels #189
Comments
I forgot: I manually opened private channels between these three nodes and public channels to other bigger nodes. |
I'm seeing this behavior as well. Starting to fill in my mental channel candidate flow diagram (it's pretty complicated). Here some random hypothesis:
The fact that others are seeing this recently is a big clue. I'm investigating but don't have a prognosis yet. Please post theories or discoveries here! |
A clue! While working on something else, noticed this go by:
|
More info, the first incident of the The prior version (which did not have the problem) was |
This looks to be working well on my systems, finding candidates, opening channels, ... |
I'm running three nodes with CLN v24.02.1 and CLBOSS v0.13.
While the first node started opening channel right away, the other two nodes don't do anything.
Here's the output of one of them:
´´´
2024-03-22T04:55:38.313Z INFO plugin-clboss: ChannelCreationDecider: High fees, but 54.0433% of our funds are onchain, which is above our limit of 25%.Will create channels worth 6026983000msat (3000000
0msat reserved for onchain actions).
2024-03-22T04:55:41.535Z INFO plugin-clboss: ChannelCreator: Insufficient channel candidates, will solicit more.
´´´
ChannelFinderByDistance/Popularity are both running:
So CLBOSS seem to be proposing channel, however lightning-cli clboss-status delivers no candidates:
I wonder what I'm missing here. Am I being to impatient?
Do you have any channel_candidates in your running instance?
The text was updated successfully, but these errors were encountered: