cr0bar on Nostr: Ah so the relay and NIP-05 are separate. For NIP-05 you need web hosting. It can be ...
Ah so the relay and NIP-05 are separate. For NIP-05 you need web hosting.
It can be as simple as hosting a static file at:
https://<domain>/.well-known/nostr.jsonThe file contains your nostr name (Eg. Strit) and the hex version of your public key.
Here’s an example using your info:
{
"names": {
"strit": "c6c43235f48bddd7a4671f9de12267d07ae7f7ea5ba9386cb357e14e59ec5e8c"
}
}
Your NIP-05 address would be strit@<domain>
You can find more info here! 😁👍
https://github.com/nostr-protocol/nips/blob/master/05.mdPublished at
2023-07-09 23:23:15Event JSON
{
"id": "f975275e0db72e0085789a3983a7bd921fad4f316a76e37519c40090020b6555",
"pubkey": "f16ac67afff1340501cf27b7ebe9e3086fb62e97f044ba407e38b5d8425a73f2",
"created_at": 1688944995,
"kind": 1,
"tags": [
[
"e",
"ed0c46b5800a764a4ec272bdb86b3313c2e819f853a6edf4210fdb9772308d82",
""
],
[
"e",
"34d9d97464597f9973ddaf1ae26b53e56f801d4279638d63e4ff56b3424c6afa"
],
[
"p",
"c6c43235f48bddd7a4671f9de12267d07ae7f7ea5ba9386cb357e14e59ec5e8c"
],
[
"p",
"c6c43235f48bddd7a4671f9de12267d07ae7f7ea5ba9386cb357e14e59ec5e8c"
]
],
"content": "Ah so the relay and NIP-05 are separate. For NIP-05 you need web hosting.\n\nIt can be as simple as hosting a static file at: https://\u003cdomain\u003e/.well-known/nostr.json\n\nThe file contains your nostr name (Eg. Strit) and the hex version of your public key. \n\nHere’s an example using your info:\n\n{\n \"names\": {\n \"strit\": \"c6c43235f48bddd7a4671f9de12267d07ae7f7ea5ba9386cb357e14e59ec5e8c\"\n }\n}\n\nYour NIP-05 address would be strit@\u003cdomain\u003e\n\nYou can find more info here! 😁👍\n\nhttps://github.com/nostr-protocol/nips/blob/master/05.md",
"sig": "d75f879d8d7b0a264160742dd2d83a8114784595fca7d6a6b32c62aa52159519788e7cc20c108510cc4be039e72f1854b24cc469760f3a100eeb1b50e2c0f716"
}