Supercharged payment batching to save you fees and preserve your privacy
pull down to refresh
7 sats \ 0 replies \ @ama 30 Dec 2024
Bull Bitcoin becomes the first mobile Bitcoin wallet that allows users to send and receive asynchronous Payjoin transactions without needing to run their own server, using BIP77!
reply
0 sats \ 1 reply \ @OT 30 Dec 2024
What other wallets have payjoin now? I only know of BTCpay.
reply
0 sats \ 0 replies \ @Roll OP 30 Dec 2024
Payjoin Development Kit (PDK) is a full and completely standalone Payjoin implementation with supporting modules enabling greater flexibility.
You can support Payjoin without needing to worry about getting all of the Payjoin state machine, coin selection, and attack prevention code (and other privacy preserving details) exactly correct. PDK tends to be suitable for use cases where a degree of customization is desired, e.g. your own chain sync, your own key management and/or your own storage/backup logic.
The payjoin-cli sample (opens new window)showcases how PDK can be customised. It fetches blockchain data and transacts on-chain via Bitcoin Core RPC/REST. The individual components of the sample are composable. For example, the sample writes counterparty state to the local filesystem, but this component could be replaced with one that writes this data to the cloud or to multiple locations. You can pick the off-the-shelf parts you want and replace the rest.
https://payjoindevkit.org/introduction/
reply