one of the coolest things about commando (https://docs.corelightning.org/reference/commando) is that it exposes all CLN rpcs over the lightning network.

this gets way more powerful when you realize CLN plugins can extend CLN remote procedure calls.

for example, I made a plugin that exposes all bitcoin-core RPCs as CLN rpcs.

this enables you to create super secure client software that enables remote access to your bitcoin node, something not typically possible without complex setups.

since running a CLN node typically requires running a bitcoin node next to it, this makes CLN a way to securely access your bitcoin node remotely without VPN, and with granular, per-rpc access controls.

I even built a web interface for my bitcoin-core node using this technique. I'll try to do the same as a notedeck app! remote bitcoin-core interface!

nostr:note1ml828ua4zdlluphefqr7akl45zx084373a3gzqxrlf59hhvqvpjsg7feq2

Reply to this note

Please Login to reply.

Discussion

so no more ip static madness and no .onion address slowliness (?)

this is for lightning nodes that have publicly accessible ips, could work over tor too if you don’t have that. I use my static ip at home but if i didn’t have that i would just use dyndns

oh understand, I was thinking was sorta of lightning messages with native onion routing pubkey discovery

hmm

a CLN plugin that adds the concept of accounts with TigerBeetle or inbuilt data store, where it does standard pay/invoice stuff but with an account name

then you can restrict arguments for each rune to only be able to use one account, and you get quotas/subwallets for free, and a way to give each LN node application its own wallet

already half done building that. internally I'm calling it clnhub

one side project I want to do eventually is build my own hsmd

would be pretty important in this setup

want

does notedeck run on mobile? 👀

yes it runs on android. announcing the release this month at a bitcoin event...

I was wondering about damus android today, glad to hear it, looks really cool.

100% this month I just can't say when for various reasons. i hear hong kong will be cool though ;)

Do you have a guide on how to do this?

this as in run a cln node ?

Still stuck on how I would implement with note deck.

implement an app? We have 4 examples: columns, notebook, dave, clndash

Yeah I need to check that out

All I have done is installed / downloaded notedeck. Need to read up or check the examples on how to add but Dave, and the columns just auto populated when I opened notedeck