Excuse a noob question but where can i find my recommended relays?
No, it's didn't work, because your `nostr.json` content is https://prickigakatten.se/.well-known/nostr.json
```json
{
"names": {
"Speedy Gonzales": "f83e8392a4cddf17b56287bb5805b4adf5ce2c66bb9e4e7c8baf9770e519e9a5"
}
}
```
The nip-5 says:
> NIP-05 assumes the
So you shouldn't use a space, you can change it to
```json
{
"names": {
"speedy": "f83e8392a4cddf17b56287bb5805b4adf5ce2c66bb9e4e7c8baf9770e519e9a5"
}
}
```
And it will works. Also consider to add your recommended relays.
Discussion
The recommended relays it's a relyas you recommend the clients to search for you in it, your profile, note, ext, any event belong to you.
So, you have to choice them, you can find relays at https://legacy.nostr.watch/relays/find but make sure they are writable.
And add the same relays to your client, your client may update your relay list (NIP-65)