BIP351 Private Payments Support #2229
privatepayments
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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:
OP_RETURN
or to some other bulletin board systemImprovements over BIP47:
For more context, check out privatepayments.org and the Rust reference implementation.
Beta Was this translation helpful? Give feedback.
All reactions