Damus
Jem · 151w
Where can I follow the discussion around relay gossiping? #[0]​ recently mentioned that people have been talking about it, but nothing is set in stone. Clearly the protocol wraps around the idea th...
fiatjaf profile picture
You may have heard about "the gossip model" which has this horribly confusing name because of the client called Gossip at https://github.com/mikedilger/gossip -- which has nothing to do with actual gossiping. It should be called the "outbox model", that would be a better name.

But take a look at NIP-65. The basic idea is that you can find the relays someone announces they're publishing to and you can read their notes -- and their notes only -- from there. See also the Nostrovia podcast episode with Mike Dilger, and https://fiatjaf.com/3f106d31.html
1🤙7
Blake · 151w
#[3]​ I had an issue yesterday in gossip with the model, as it picked two main relays (each with 90% of my followers) - the second catch was one of those relays kept disconnecting and was unstable. That means I was left with one relay for 90%. I know there is a setting for “min N relays per pu...