It is possible to use bitcoin with good privacy assurances, but it isn't easy at the moment. Luckily, @bitgould has launched the Payjoin Dev Kit to make it easy for people to integrate better native privacy into their apps via Payjoin. https://tftc.io/tftc-podcast/431/

Replies (6)

You should add an entry for "_: <npub-hex>" too so you can just use the top level domain as your NIP-05 Examples: - blink.sv/.well-known/nostr.json - stackorspend.com/.well-known/nostr.json?name=_
It's broken because you used a bech32 encoded public key "npub1..." That's good for humans but for protocol stuff on nostr you have to decode it then encode it to hex.
โ†‘