btcsuite / btcd

An alternative full node bitcoin implementation written in Go (golang)
https://github.com/btcsuite/btcd/blob/master/README.md
ISC License
6.2k stars 2.36k forks source link

Is it a good idea to integrate nostr protocol into p2p layer? If not, why? #2079

Closed Yihen-Liu closed 9 months ago

GeorgeTsagk commented 9 months ago

From the top of my head: the p2p layer is supposed to maintain the properties of a p2p network. Nostr would prove more efficient if you focused the communication to big relays, which is as good as having a central server delivering you the bitcoin peer gossip, instead of your peers.

Roasbeef commented 9 months ago

Moving to a discussion.