pull down to refresh
86 sats \ 0 replies \ @yfaming 31 Jul \ on: AI Use For Optimizing Routing Nodes? lightning
LQwD announced in 2023 that it was using AI to optimize channel management (link), but provided very few details.
I feel the same way. Ideally, there should be a key manager, like a password manager, so apps don’t ever touch — let alone store — our nsec. That way, even if an app has security issues, our nsec stays safe.
Personally, I always keep my nsec in the getAlby extension on the browser. Apps (like Primal) just sign through getAlby and never access the nsec directly.
Wow cool! Thanks! How do you think about Breez's open LSP model? And LSP as a business model (like LQwD)? Thanks!
And I use Cloudflare as my DNS server, and handle HTTP cert. On the VPS, thor is deployed behind ningx.
I'm running it on a tiny DigitalOcean VPS (512 MB memory, 1 CPU, 10 GB SSD, $4/month) with an additional 30 GB SSD volume ($3/month at $1 per 10 GB). My total cost is $7/month.
I also had to set up a 2 GB swap file when building the project; otherwise, rustc would be OOMed.
To reduce costs, you could either shrink the volume size or skip using it altogether.
How about Chandler Bing from Friends? Or is Friends not popular anymore? Sadly, Matthew Perry, the actor who played Chandler, has passed away.
On the 2025‑07‑15 Saloon thread, I said:
I'm coding a lightning address server on top of NWC. I hope the prototype will be finished by the weekend!
It’s finally here — though a few days late!
A Lightning address is used to receive sats. You can think of it as an HTTP API that generates invoices. Others can send you sats using your Lightning address, but you can’t use it to pay others.
Yeah, you can deploy Thor on your own domain and configure it with your own NWC strings. For example, I’m running Thor behind my domain yfaming.com on a tiny VPS, using an NWC string from Rizful. You can do the same with your own domain and NWC strings.
I looked through the lnme code, and it seems that lnme requires you to run LND as your Lightning node.