So, i manage lnshortcut lightning node : https://amboss.space/node/02c521e5e73e40bad13fb589635755f674d6a159fd9f7b248d286e38c3a46f8683
It's a node that aims for cheap routing, using channels that get organic rebalancing through fee incentives actual usefull channels. I'm not gaining much, but not rebalancing at all, and not losing aything (and occasionally routing 1BTC per day!)
And a few might know that i have the channel advisor tool i wrote available online for free, at lnshortcut.ovh.
Well, actually it WAS online, but noone was actually using it. So it did shutdown for a few months, and the domain name was wiped.
Well, i put it back online again. This time, i put it back at https://www.lnshortcut.xyz, so it is now the node's new name and the advisor's new url.
One thing that is new now is that the channel advisor source code is now published! : https://github.com/bartoli/lnshortcut
So at least now you can check that i'm not doing something malevolent with the little data that go through the service.
Yes, the code is as ugly as the website, personal life has been so busy for me the last frew years...
I'm also not really planning to add functionality right now, it will be for later. Some channel advice improvement need study time, and some ux improvment just need free time..
What IS planned for now is to actually adapt the C++ backend code for wasm. So additionally to now being able to see the source code, you will then be able to also run the backend side in your browser, and not anymore on my server, to ensure i'm not actually running another backend. And if you're motivated, you will even be able to run your local copy on your own!
That's it