Blockstream / green_android

Blockstream Green Wallet for Android
GNU General Public License v3.0
177 stars 74 forks source link

Feature Request: BIP351 Private Payments Support #163

Open privatepayments opened 1 year ago

privatepayments commented 1 year ago

Private Payments (BIP351) is a stealth address system for Bitcoin that allows the user to post a static code and receive payments to a separate address space for each sender.

There are multiple use cases for Private Payments, but the static donation code seems to be the most compelling. A user wishing so solicit donations from the public may safely associate a payment code with her identity and receive funds in a relatively private manner.

The user story is similar to BIP47:

Improvements over BIP47:

For more context, check out privatepayments.org and the Rust reference implementation.