I am trying to find the best/easiest way to rebalance channels in Core lightning. The Ride The Lighting option for circular rebalancing is not possible with Core. There is, however, a plugin in the Core Start9 settings, under advanced, to enable “Sling.”
I enabled it and set up an SSH connection to the Start9 server. However, none of the sling commands work (such as sling-version).
I tried using sudo podman exec -it c-lightning.embassy sling-version
as well as
I have not used the plugin but did a search on it. Does putting lightning-cli sling work after entering the container with sudo podman exec -it c-lightning.embassy bash?
lightning-cli sling “command”
Replace with the specific command you want to run, such as sling info or sling send.
No it doesn’t work. But that was a good idea considering it is a plugin. I hadn’t thought of trying that until you mentioned. But alas, no, it does not work.
I think we are on the right track. Someone from the community might be more familiar with it, or you could try reaching out to the CLN community. I supposed you took a look at the Github already?
Well, for what ever reason this is working now. Perhaps it because I rebooted the StartOS server (which I am not sure I did after initially enabling the sling plugin).