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
Issue launching the Lightning Jet auto-rebalancer on Start9 OS #104
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" when running the specified commands.
after launching SSH I enter sudo podman exec -it lightning-jet.embassy /bin/bash
When I enter sudo podman exec lightning-jet.embassy cat /tmp/rebalancer.log
or just cat /tmp/rebalancer.log -> "No such file or directory" error.
any suggestion?
After running sudo podman exec -it lightning-jet.embassy /bin/bash I am in the container but the container does not include Rebalancer as advertised. Am I missing something?
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 stating "No such file or directory" when running the specified commands. after launching SSH I enter
sudo podman exec -it lightning-jet.embassy /bin/bash
When I enter
sudo podman exec lightning-jet.embassy cat /tmp/rebalancer.log
or justcat /tmp/rebalancer.log
-> "No such file or directory" error.any suggestion? After running
sudo podman exec -it lightning-jet.embassy /bin/bash
I am in the container but the container does not include Rebalancer as advertised. Am I missing something?