itsneski / lightning-jet

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

Open smatison opened 10 months ago

smatison commented 10 months ago

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 just cat /tmp/rebalancer.log -> "No such file or directory" error.

sudo docker exec lightning-jet.embassy cat /tmp/rebalancer.log sudo docker exec lightning-jet.embassy cat /tmp/htlc-logger.log sudo docker exec lightning-jet.embassy cat /tmp/launcher.log sudo docker exec lightning-jet.embassy cat /tmp/telegram.log 

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?