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/
Login to reply
Replies (10)
gotta find that npub somewhere
Looks like your NIP-05 is broken... are you the real Dan? ๐
Bookmark
View quoted note โ
go to https://bitgould.com/.well-known/nostr.json and tell me why my NIP 5 is broken ๐
You have to include the npub as hex: 2658362c3137eaa801fae404be36ffc80e16a61c43a891a3a046bec4b72e498a
(I used
to convert)

Nostrcheck Server
nostrcheck.me | Nostr key converter (npub โ hex)
Quickly convert your nostr keys to hex or npub in seconds. Free nostr key converter.
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.
How do I donate to him? @ODELL @Marty Bent
thanks for the help, I think Iโm still broken