Lightning Jet is a fully automated rebalancer for Lightning nodes. Jet optimizes channel liquidity allocation based on routing volume, missed routing opportunities (htlcs), and other variables.
MIT License
44
stars
11
forks
source link
Rebalancer broken after upgrade (manual invocation, automatic rebalancing functional) #105
USAGE
jet rebalance <from> <to> <amount>
Calls BalanceOfSatoshis rebalance api in a loop until the target amount is met or all possible routes are exhausted.
ARGUMENTS
<from> From this peer. Can be a partial alias, a pub id, or a bos tag required
<to> To this peer. Can be a partial alias, a pub id, or a bos tag required
<amount> Amount in sats required
OPTIONS
--ppm <ppm> Max ppm optional
--mins [mins] Max time to run in minutes optional
it is clear there are no missing params.
Additionally, post-upgrade, I had to add a db member to config, which is not shown in the example config in README.md
error running rebalance loop: Error: missing param
from (obfuscated)
jet rebalance node1 node2 100 --ppm 1 --mins 1
Looking at the source and the cli interface
it is clear there are no missing params.
Additionally, post-upgrade, I had to add a
db
member to config, which is not shown in the example config inREADME.md