Post
Topic
Board Wallet software
Re: WasabiWallet.io | Open-source, non-custodial Bitcoin Wallet for desktop
by
witcher_sense
on 22/06/2022, 12:20:53 UTC
Then read the Bitcoin white paper again, section 10 Privacy. It states:

Quote
The necessity to announce all transactions publicly precludes this method, but privacy can still be maintained by breaking the flow of information in another place: by keeping public keys anonymous.

A Coin Mixer can benefit this goal, since through exchanges it is possible that you can actually decrypt the owner of a public key. Coin Mixing prevents that.

"Keeping public keys anonymous" means you never share publicly that you are somehow connected to a certain address. You can use one of your public keys in transactions with your counterparty, but outside observers won't be able to determine who the participants of the transaction are. Undergoing KYC on a centralized exchange is the opposite of keeping your public key anonymous because the exchange will know that particular public keys belong to a particular identity. But you can't use aexchange without revealing the information about yourself and your transactions! When you combine multiple public keys in a single transaction you also reveal the fact that you control them all; it's called a "common ownership heuristic." CoinJoin tries to break this particular heuristic by combining inputs from different users and creating outputs of equal amounts.