I don’t know if you care, nostr:npub1dtf79g6grzc48jqlfrzc7389rx08kn7gm03hsy9qqrww8jgtwaqq64hgu0, but there is very little chance the Mencken quote or the one from Gandhi the other day are real. You can find them on a bunch of “crazy quotes” pages on the internet with it but there aren’t any pages that will tell the book, paper, or speech it’s from.
It needs to be on the server itself, it wouldn’t be through DNS. Your “hosting provider” (might also do your DNS, but might be separate) is where to look to see if it has server access available at all. If they provide you a full blown CMS (content management system) and never obviously offer server access then you might have to ask their support team. They likely can drop a file in if you need it. This file (format in that article) has nothing but public info and the point is to post it publicly, so you don’t have to worry about chain of custody or anything.
The json file gets uploaded to your website it looks like. This article has the json format and location specified. Most of its other details, like using GitHub, are use-case dependent. https://www.name.com/blog/how-to-get-nostr-verified-on-a-custom-domain
The end goal would be something like https://www.fakewomanwould.com/.wellknown/nostr.json. How you get it there depends on your access and software. If it was me I’d just do a file transfer. If you have software that deploys the whole site it might get removed, so you’d need to put it in with their code (such as in a repo like that page describes)
The json file gets uploaded to your website it looks like. This article has the json format and location specified. Most of its other details, like using GitHub, are use-case dependent. https://www.name.com/blog/how-to-get-nostr-verified-on-a-custom-domain
If you’re specifically using **Damus**, you *can* do some `formatting`, but it may not be respected ~in all clients~ (now let’s see if it works as the readme https://github.com/damus-io/damus claims)
Guess that’s a future feature.
If you’re specifically using **Damus**, you *can* do some `formatting`, but it may not be respected ~in all clients~ (now let’s see if it works as the readme https://github.com/damus-io/damus claims)
Oh now is entropy IS in bits, sorry.
Also entropy is not the same as bits, I believe it’s a measure of randomness
I thought maybe there were math reasons (that I don’t understand) but it might just be: “It is not safe to invent your own seed phrase because humans are bad at generating randomness. The best way is to allow the wallet software to generate a phrase which you write down.” https://en.bitcoin.it/wiki/Seed_phrase
I don’t know much bitcoin, but it appears that you need a mathematically rigorous algorithm with similar entropy to produce your phrase (so you can’t just pick words that might mean something to you, from the Electrum page) but that “easier to remember” is being worked on in the wallet space. If you care to it appears you can dig in pretty deep in how it works.