Setor on Nostr: #bitcoin #building #coffeechain ...
#bitcoin #building #coffeechain
quoting note1khk…te6gBuilt a new thingy. Checkout my wallet implementation for Bip352 silent payments. Currently runs as a daemon and can connect to it via a cli.
The daemon is a light client and requires an indexer for tweaks and an electrum server. I’m hosting both of those on signet for testing.
Check it out here:
https://github.com/setavenger/blindbitd
Silent payments enable you to share a single address while not giving up any privacy. Unlike xpubs where all prior or future addresses are known. Silent payments generate a unique new key that only the sender and the receiver can identify.
I do not recommend running it on mainnet yet!