BTCapsule 🏴🧡 on Nostr: If you have your own website, you can set up NIP-05 for free with your own domain. In ...
If you have your own website, you can set up NIP-05 for free with your own domain.
In your files, you should have a folder called:
`/.well-known`
Create a file and name it:
`nostr.json`
In the file, type:
`{`
`"names":`
`{`
`"your_username":"your_public_key"`
`}`
`}`
If you’re using Damus, you will have to convert your public key to hex on damus.io/key
Then go to a file called:
`.htaccess`
and put this at the top:
`Header set Access-Control-Allow-Origin "*"`
`Header set Access-Control-Allow-Headers "*"`
`Header set Access-Control-Allow-Methods "GET"`
Now head over to a client that allows you to edit your profile (ex. Damus) and in the section that says NIP-05 Indentifier, type your_username@your_domain.extension (ex. btcapsule@btcapsule.com).
That’s it! Now you will have a nice checkmark next to your name.
Published at
2023-01-04 13:06:06Event JSON
{
"id": "17095358ee086262ec00f77337ab60df1bb6296b8b68ac33ca89e3cdb078d97d",
"pubkey": "668ceee55475f595ec0e8ef44c64bf9da8d9dd6008ac54dcd24b2501930b960e",
"created_at": 1672837566,
"kind": 1,
"tags": [],
"content": "If you have your own website, you can set up NIP-05 for free with your own domain.\n\nIn your files, you should have a folder called:\n\n`/.well-known`\n\nCreate a file and name it:\n\n`nostr.json`\n\nIn the file, type:\n\n`{`\n `\"names\":`\n `{`\n `\"your_username\":\"your_public_key\"`\n \n `}`\n`}`\n\nIf you’re using Damus, you will have to convert your public key to hex on damus.io/key\n\nThen go to a file called:\n\n`.htaccess`\n\nand put this at the top:\n\n`Header set Access-Control-Allow-Origin \"*\"`\n`Header set Access-Control-Allow-Headers \"*\"`\n`Header set Access-Control-Allow-Methods \"GET\"`\n\nNow head over to a client that allows you to edit your profile (ex. Damus) and in the section that says NIP-05 Indentifier, type your_username@your_domain.extension (ex. btcapsule@btcapsule.com).\n\nThat’s it! Now you will have a nice checkmark next to your name.",
"sig": "1d458ede7232925aca42287996359199edb1308c3ba0f6ebaf89991f028b81a04befeeb1879a98e121b1668bcba4d594a7f8a4621457770e2ab98bb30f540522"
}