BTCapsule 🏴🧡 on Nostr: Here is my tutorial: ⚡️If you have your own website, you can set up NIP-05 for ...
Here is my tutorial:
⚡️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-05 02:07:47Event JSON
{
"id": "cdb87a9ba158dfa9c372b7345ce15c31f821929ace2e66faa0f7f829afdd6936",
"pubkey": "668ceee55475f595ec0e8ef44c64bf9da8d9dd6008ac54dcd24b2501930b960e",
"created_at": 1672884467,
"kind": 1,
"tags": [
[
"e",
"f814d54b6a6ad0d83e74bba54a956668247bf317d8a6e64604591a90233dd212"
],
[
"p",
"925bed49d2eb61a7d42c8af73ab7ca0460f165d27c8e0d9ee3008cba100823b9"
]
],
"content": "Here is my tutorial:\n\n⚡️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": "f13b23fbc25b787da16a029f01691ea9f3f5589e6d0335c30e41b597fcfeab647d05ae9fc09ba2ec944b9a991312fdfa68ebf39afdf6e14f163a264af7e1f9b0"
}