There has been some progress in the Silent Payments development, the ecosystem seems slowly growing at pace since my First Thoughts on it, let's have a look.
Here on SN, the protocol has been mentioned multiple times:
- #688894 Getting Started | Silent Payments (with BlueWallet and Cake on mobile)
- #541840 All you need to know about Silent Payments in one site
- #799341 Silent Payments?
- #1005590 New booklet about silent payments
- #754883 Bitcoin Silent Payments, a step in the right direction
From a dev perspective, here some npm packages and these are the only two libraries I found:
- TypeScript: https://github.com/Bitshala-Incubator/silent-pay
- Rust: https://github.com/cygnet3/rust-silentpayments
- Go: https://github.com/setavenger/go-bip352
- Javascript: https://github.com/shakesco/shakesco-silent Leave a comment with more if you know about it
Wallets
Bitcoin Core is near to merge both, the send and receive functionalities. BlueWallet seems working on it, here a non-custodial bitcoin wallet from BitShala. Blidbbitd a desktop wallet written in Go, seems able to scan, send and receive. @yashrajd from the Bitcoin.Design community has been working some UX improvements and published its findings here, BitPolito is working on a PoC... What else?1
Dana, that I previously, and today again reviewed, is one of few projects that have adopted been built as PoC for Silent Payments's BIP352 and is looking better and better. That I know, still only other two implementations of the protocol have functional: one being the commercially known Cake Wallet #779074, and Silentium webapp #540780, unfortunately no longer maintained open-source project, such pity.
Cake only run on
mainnet
and Silenium is still available in both mainnet
and testnet
, so testing Dana without loss risk has been a bit tricky. Initially, I had to install the app in two different droid phones to silently exchange some sats in Signet.BitBox was the first hardware wallets (last year in Sept) to implement the
send-to
silent payments option2. More recently Sparrow desktop wallet implemented the send-to-sp1
3 too, that's good news. Still, the protocol have a way long way to run. Here are some open bounties available for developers that want to take a challenge:-
Implement sending to Silent Payment addresses in Sparrow - 0.01 BTC - Implement sending to Silent Payment addresses in Samourai - 0.01 BTC
- Implement sending to Silent Payment addresses in Electrum - 0.01 BTC
-
Implement sending to Silent Payment addresses in BitBox - 0.01 BTC - Implement sending to Silent Payment addresses in Foundation Passport - 0.01 BTC
- Implement sending to Silent Payment addresses in SeedSigner - 0.01 BTC
- Implement sending to Silent Payment addresses in BDK - 0.011 BTC
As of today, for what I know, the best and most open source way to send and receive bitcoin payments silently is with this setup:
- BitBox02 as hardware wallet
- Sparrow wallet for sending BTC silently from desktop
- Dana wallet to spread the QRcode and
sp1address
and receive BTC onchain in your mobile
⚠Note:
importing your Dana wallet seed into Sparrow will generate a new wallet —the inverse is also true— as by default, the apps are using different oracles. Respectively https://silentpayments.dev/blindbit/signet
and https://mempool.space/signet
. Make sure the oracle url is the same in both appsHere's my take for now, if you feel I missed something, leave it in the comments below!
Want to test silent payments?
Give it a try! Here are the faucet for some signet sats4, share your 
sp1
address in the comments below, and I'll send some sat. Here's mine in case you want to send some back:
signet:tsp1qqvlkvumla3gk3ggwcz9kxj04naykcr585l9rhtk45nguy0dyhs49kqe9fn5784fz9lz6g69yud5xuwwjglxwshkta2qua3jr93g03jhsl5py3rkv
While you are trying your preferred tools, think about what you'd expect and compare it with what you experience when using it. Does the two things coincide? Or it could have been different? How?
Share how below, there's still a lot of work to make this protocol more functional and accessible to everyone. Your inputs and feedback helps a lot.
Footnotes
-
More detailed info available at https://github.com/macgyver13/silent-payments-hub ↩
-
will work only when using the oracle
https://silentpayments.dev/blindbit/signet
↩
daydate or block are new in this "silent" space. Once user set up the birthdate or birthblock in the wallet, it literally takes few minutes to sync: meaning the wallet will check for any transaction with addresses derived from the seed phrase.XX
minutes to complete.blindbit
, even if raw and experimental it offers both, and it just works! Available with any network, just need some ~Design work.