pull down to refresh
0 sats \ 0 replies \ @jb55 OP 19 Aug \ parent \ on: clndash: a zap-aware CLN dashboard using only lightning and commando RPCs lightning
you don’t need to use dns. it uses tcp. lightning is tcp + noise protocol for encryption.
Hey guys, at Damus I've been building a nostr micro-app browser called notedeck, not based on web technology, just rust + wgpu + egui and an embedded nostr relay.
I thought it would be cool to build a fun little CLN dashboard as an example. Let me know what ya'll think!
good point! cc @adamsoltys
yes please, we are deprecating hex. you will have to promptly convert back to hex on the nip05 side... 😅... but we are trying to move away from humans using hex keys for everything.
This spec exists because I accidentally pasted my hex privkey in a note thinking it was my hex pubkey 😆
damus blurs photos from non-friends default, so you wouldn't even see these unless you
a. connected to the weird japanese relay
b. followed people who were posting this stuff
Also nostr doesn't store media unlike mastodon instances, so clients could block image hosts serving this stuff.
I'm working on an iOS/macos nostr client called Damus. I'm thinking of a scheme using lud18 to create proof of bolt11 payments using nostr keys. This will allow you to do lightning tips over nostr in a secure way: talling tips on posts, fundraisers in a post, etc.
Excited to start implementing this soon as this may be one way to incentivize running nostr relays by donating a proportion of your lightning tips to the relays you're connected to.
use https://damus.io/key to get a hex string from a bech32 string
Stacker News doesn't have to "run a relay" for this
sure, I was just responding to the question about data availability. if they feel ok with broadcasting all their data to public relays and hoping they won't be deleted then broadcasting would be fine and easy.
The benefits of stacker.news integrating would nostr at this point would be interoperability with the wider nostr network. responding to comments from other clients, etc. maybe it might make sense in the future but right now the benefits would probably be marginal. stacker.news already seems bigger than the current nostr network anyways.
This article should not be construed as an indication that Coinbase has imminent plans to add support for Lightning. Rather, a few employees at the company simply found its potential compelling enough to research, write, and share.
A few employees discovered lightning exists and might be useful. Wow they are so clueless over there aren't they.
oops failed to reply to @k00b
Some thoughts:
how do I find which relay you're on?
User relays are stored in their contact list. it would be trivial to make a website that connects to and indexes known relays, finds a contact list via some search mechanism, and then shows what relays they connect to. then you could add one of those to your relay list to start communicating with them.
Clients could do this as well, no-one has built this out yet.
how do I find the data I want?
Connect to the relay that has the data! In a stacker news world it seems like it would make sense for stacker.news to run their own relay. clients could provide easy ways to discover and connect to these relays. There is a relay recommendation note that can be sent on the network, so clients can gather these, as well as relays stored on user profiles (you can show what are the most popular relays amongst all your peers)
You can query a relay for metadata (NIP11), it could show a stackernews icon with the relay operator's pubkey so you can follow them. The UX on this could be pretty nice!
how do I know a relay will continue to host my messages without trusting them?
There is of course no way to guarantee this, typically you would just run your relay to have a way to host messages without trust
how do we prevent the system from suffering as it scales and becomes beneficial to attack?
Your relay doesn't have to accept all messages. A stacker news relay might have an option to associate a nostr pubkey with your account. It could only accept messages from those registered/whitelisted keys.
Cheers,
thanks, i'll read this. yeah any tips is appreciated because I'm literally starting from scratch and I have no networking in this area at all.