this post was submitted on 20 Jul 2023
6 points (100.0% liked)

Ask exploding heads

1 readers
1 users here now

Ask a question, any question

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 1 year ago (1 children)

Blockchains are a poor database for social media. They are extremely slow, overly complicated. And it's Just a immutable data structure. That's really why every attempt to use one for anything but currency has failed.

They don't really offer anything a Nostr relay doesn't either.

Both of them work off private keys to verify ownership.

Both of them are decentralized. But Blockchain sizes are huge. Each node is terribytes in size

Unlike block chains, nostr is super easy to develop for and can scale very well.

You could make it more decentralized by adding in some peer to peer tech. But even torrents need trackers. Which is basically a relay.

[–] [email protected] 1 points 1 year ago

Gotcha, makes sense