s_ota on Nostr: I collected the default relays of several major Nostr clients (Damus, Snort, Iris, ...
I collected the default relays of several major Nostr clients (Damus, Snort, Iris, Amethyst and Coracle) from their source code. And made a minimal relay list to cover all of them.
Here's a list of my recommendations and default relays of major clients as of 2023-03-28.
https://github.com/susumuota/nostr-keyx/blob/main/src/common.ts#L36
```
{
"wss://relay.damus.io": { "read": true, "write": true },
"wss://nos.lol": { "read": true, "write": true },
"wss://relay.snort.social": { "read": true, "write": true },
"wss://nostr.wine": { "read": true, "write": false },
"wss://relay.nostrich.land": { "read": true, "write": false },
"wss://universe.nostrich.land": { "read": true, "write": false },
"wss://nostr.mutinywallet.com": { "read": false, "write": true },
"wss://relay.nostr.band": { "read": false, "write": false }
}
```
See also,
https://snort.social/e/note1ukmaarf2t9dkhxkphwh4sv4qsrtnvxwz09wmfpgsujwh3m48h8gstyef2f
https://github.com/MutinyWallet/blastr
Here's a list of my recommendations and default relays of major clients as of 2023-03-28.
https://github.com/susumuota/nostr-keyx/blob/main/src/common.ts#L36
```
{
"wss://relay.damus.io": { "read": true, "write": true },
"wss://nos.lol": { "read": true, "write": true },
"wss://relay.snort.social": { "read": true, "write": true },
"wss://nostr.wine": { "read": true, "write": false },
"wss://relay.nostrich.land": { "read": true, "write": false },
"wss://universe.nostrich.land": { "read": true, "write": false },
"wss://nostr.mutinywallet.com": { "read": false, "write": true },
"wss://relay.nostr.band": { "read": false, "write": false }
}
```
See also,
https://snort.social/e/note1ukmaarf2t9dkhxkphwh4sv4qsrtnvxwz09wmfpgsujwh3m48h8gstyef2f
https://github.com/MutinyWallet/blastr