ZmnSCPxj, ZmnSCPxj jxPCSmnZ
ZmnSCPxj, ZmnSCPxj jxPCSmnZ
What exact version of CLBOSS is this? 0.12, 0.13A, some master commit? CLBOSS should never hit any assertion check.
Is there a particular reason why you want to disable this? I know it is costly, but it is mostly a one-time cost: either it is buying inbound liquidity, or...
But `NeedsOnchainFunds` does *not* trigger on *every* close, only those for which the close creates onchain funds close enough to the trigger point for channel creation. This can be tweaked...
Difficult to outright trust `lnrouter.app` as it potentially becomes a kingmaker --- they could lie about which nodes are actually good. What are the algorithms it uses, is there a...
It seems a bit light on details, but let me see what I can glean. So it looks like the lnrouter.app service does extensive probing on the network, then ranks...
What version are you using? Can you add `--log-level=debug:plugin-clboss` to your lightningd command line/config file?
Hmmm. How much memory is in your system? Is CLBOSS getting hit by the OOM killer? How many channels do you have? (My RaspPi with
Can you enable debug logs for clboss? `--log-level=debug:plugin-clboss` to your `lightningd` command line/ config. Then `grep plugin-clboss ${LOGFILE}`.
Concrete coding thoughts: * New `Boss::Mod::RebalanceBudgetManager`. * Keep track of a single number in the db, initialized to `0.8`. * Whenever a `FundsMover` attempt fails, increase this number but never...
A few more insights from additional discussion with @devastgh: * We can roughly classify activity on the network into two things: * Actual economic payments: need to be FAST and...