Closed ghost closed 6 months ago
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:
max-locktime-blocks
or max-concurrent-htlcs
)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:
Tue 2024-04-02 11:11:03 PDT home4 lightningd[733270]: 2024-04-02T18:11:03.312Z INFO plugin-clboss: ChannelCandidatesPreinvestigator: Proposing 028ec70462207b57e3d4d9332d9e0aee676c92d89b7c9fb0850fc2a24814d4d83c (patron 031c64a68e6d1b9e50711336d92b434c584ce668b2fae59ee688bd73713fee1569)
Tue 2024-04-02 11:11:03 PDT home4 lightningd[733270]: 2024-04-02T18:11:03.313Z DEBUG lightningd: Calling rpc_command hook of plugin clboss
Tue 2024-04-02 11:11:03 PDT home4 lightningd[733270]: 2024-04-02T18:11:03.313Z DEBUG plugin-clboss: Rpc out: getroute {\"id\": \"031c64a68e6d1b9e50711336d92b434c584ce668b2fae59ee688bd73713fee1569\", \"fromid\": \"028ec70462207b57e3d4d9332d9e0aee676c92d89b7c9fb0850fc2a24814d4d83c\", \"msatoshi\": \"1msat\", \"riskfactor\": 10, \"exclude\": [\"03942f5fe67645fdce4584e7f159c1f0a396b05fbc15f0fb7d6e83c553037b1c73\"], \"fuzzpercent\": 0, \"maxhops\": 3}
Tue 2024-04-02 11:11:03 PDT home4 lightningd[733270]: 2024-04-02T18:11:03.317Z DEBUG lightningd: Plugin clboss returned from rpc_command hook call
Tue 2024-04-02 11:11:03 PDT home4 lightningd[733270]: 2024-04-02T18:11:03.321Z DEBUG plugin-clboss: Rpc in: getroute {\"id\": \"031c64a68e6d1b9e50711336d92b434c584ce668b2fae59ee688bd73713fee1569\", \"fromid\": \"028ec70462207b57e3d4d9332d9e0aee676c92d89b7c9fb0850fc2a24814d4d83c\", \"msatoshi\": \"1msat\", \"riskfactor\": 10, \"exclude\": [\"03942f5fe67645fdce4584e7f159c1f0a396b05fbc15f0fb7d6e83c553037b1c73\"], \"fuzzpercent\": 0, \"maxhops\": 3} => error {\"code\":-32602,\"message\":\"unknown parameter: msatoshi, this may be caused by a failure to autodetect key=value-style parameters. Please try using the -k flag an...
More info, the first incident of the unknown parameter: msatoshi
error was on 24-02-28T02:23:29.05
which is right after updating to v23.11-440
(which really was v24.02
, there was a problem w/ the tag ...)
The prior version (which did not have the problem) was v23.11
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?