Hacker News new | ask | show | jobs
by daeken 5526 days ago
Tor type attacks won't work here. Why? Because transactions go to everyone. Bitcoin "addresses" are really key fingerprints -- it's impossible to know who has the key to decrypt a given Bitcoin. It's equivalent to sending everyone in the world an encrypted email; if you send it to everyone, how do you know who the intended recipient is?
1 comments

On the other hand, once you receive bitcoins at an address, you have to reuse that address in order to finally spend them, which interrelates the transactions in a way that's visible to everyone. The only way to limit traffic analysis is to use and trust some service like the bitcoin laundry, which will accept coins from one address and send distinct coins to another address.
Not true - you can generate a new address for each transaction without affecting your "wallet".
But the block chain remembers the current owning address of coins. You can't create a new address and use it to spend coins which you received at an old address, for the same reason I can't spend coins which belong to you. (You could transfer coins between your own addresses, but that's also publicly visible and wouldn't solve the traffic analysis problem.)