Ademan's avatar
Ademan
npub19jes...pt7r
Neanderthal hacking on Bitcoin stuff. LNHANCE please!
Ademan's avatar
Ademan 2 years ago
Is there a kind for markdown notes? I miss the expressiveness of markdown posts in fedi.
Ademan's avatar
Ademan 2 years ago
Made my first signet musig transaction using my (WIP) rust library!
Ademan's avatar
Ademan 2 years ago
If you were writing a command line tool to process PSBTs, how would you handle accepting base 64 encoded PSBT strings? 1. as a command line argument? ( --psbt-base64 bUnChOfBaSe64... ) 2. on stdin? (with a prompt, or not?) 3. Both? ( --psbt-base64 - means read from stdin, otherwise try to interpret the argument as base64 )
Ademan's avatar
Ademan 2 years ago
I just tried using coracle with only my npub on my phone. It's mostly good but it seems to show me I have notifications, but not let me see them. It also made me realize it would be nice to be able to write replies and posts, but in a way that they are queued up to publish once you get home/to a computer with your nsec on it. Probably would want it encrypted, NIP-04 DMs are probably "good enough" for this, the metadata leak is hardly fatal. You'd want a key handshake so that your nsec-having client knows what to do with them. I guess this kinda looks like NIP-46 but with manual review, and persisted signing requests (and very likely you might perform an edit during review).