Awiteb on Nostr: No, it's didn't work, because your `nostr.json` content is ```json { "names": { ...
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 <local-part> part will be restricted to the characters a-z0-9-_., case-insensitive.
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.
Published at
2025-02-16 11:05:55Event JSON
{
"id": "bea514a4ce2d41529a181640bdb3c0c6ffc4370af3095c789d0a7ea77a0d0e08",
"pubkey": "00000001505e7e48927046e9bbaa728b1f3b511227e2200c578d6e6bb0c77eb9",
"created_at": 1739703955,
"kind": 1,
"tags": [
[
"e",
"720e4b204e29946be83301274a04f5779cf35918039b4ff6e1f7fb532bf3dc84",
"",
"root"
],
[
"p",
"f83e8392a4cddf17b56287bb5805b4adf5ce2c66bb9e4e7c8baf9770e519e9a5"
],
[
"r",
"https://prickigakatten.se/.well-known/nostr.json"
]
],
"content": "No, it's didn't work, because your `nostr.json` content is https://prickigakatten.se/.well-known/nostr.json\n\n```json\n{\r\n \"names\": {\r\n \"Speedy Gonzales\": \"f83e8392a4cddf17b56287bb5805b4adf5ce2c66bb9e4e7c8baf9770e519e9a5\"\r\n }\r\n}\r\n```\n\nThe nip-5 says:\n\n\u003e NIP-05 assumes the \u003clocal-part\u003e part will be restricted to the characters a-z0-9-_., case-insensitive.\n\nSo you shouldn't use a space, you can change it to\n\n```json\n{\r\n \"names\": {\r\n \"speedy\": \"f83e8392a4cddf17b56287bb5805b4adf5ce2c66bb9e4e7c8baf9770e519e9a5\"\r\n }\r\n}\n```\nAnd it will works. Also consider to add your recommended relays.",
"sig": "df01e3075c59316579ec350a62d776d4fdfd055107f705ccf62a76f0f9a9d4baf11705b2cbc2d9428a2cb34d7285ced0971ca98206b8f72f99a586871a3084b4"
}