lightning-jet
lightning-jet copied to clipboard
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.
`error running rebalance loop: Error: missing param` from _(obfuscated)_ `jet rebalance node1 node2 100 --ppm 1 --mins 1` Looking at the [source](https://github.com/itsneski/lightning-jet/blob/7ed90257e12e999dc871d77cac249598efc4ea79/db/utils.js#L172) and the cli interface ``` USAGE jet rebalance...
submitted on behalf of Senpai (@senpai75) I am currently experiencing an issue with launching the Lightning Jet auto-rebalancer on Start9 OS. I've followed the instructions, but I encounter an error...
I am currently experiencing an issue with launching the Lightning Jet auto-rebalancer on Start9 OS. I've followed the instructions, but I encounter an error stating "No such file or directory"...
[requested by Nate Beef]
I see that Jet calculates the optimal fees for my channels. It would be nice if Jet also could automaticly adjust my fees based on these calculations.
Should I just create ,service in /etc/systemd/system/ for each jet service separately? What do worker and daddy do?
Hi, The current path exclusion method only supports nodes that are too expensive. Sometimes a path is probed which contains a prohibitively expensive hop, and that hop is retried in...
* rebalancing from A to B * remaining amount: 1,000,000 * time left: 30 mins node:internal/process/promises:279 triggerUncaughtException(err, true /* fromPromise */); ^ [UnhandledPromiseRejection: This error originated either by throwing inside...
As I was in the process of manually rebalancing out everything what is on local on a specific channel, so that I can close it without having anything refunded, I...
It seems that `htlc-logger.js` only filters for: **wire_failure** = _TEMPORARY_CHANNEL_FAILURE_ / **failure_detail** = _INSUFFICIENT_BALANCE_ In my opinion, however, there are other interesting wire failures, such as: _UNKNOWN_NEXT_PEER_, _FEE_INSUFFICIENT_ and more......