Bitcoin Forum
May 11, 2024, 03:57:52 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Recipe for limiting bitcoin trackability  (Read 1124 times)
wwh (OP)
Member
**
Offline Offline

Activity: 160
Merit: 10


View Profile
June 05, 2011, 06:59:40 PM
 #1

Recipe for Bitcoin limiting trackability

- Fred has 10 BTC addresses with 1 BTC each
- He wants to buy a widget from Sally for 2 BTC.
- Fred creates a transaction where the 10 BTC from his account are sent to
  10 different BTC addresses.
- 2 of those addresses are generated by Sally
- 8 of those addresses are generated by Fred
- Fred and Sally can now create new bitcoin addresses,
  one address for each coin, and send their coins to the new addresses.
- The laundering transactions can be sent at random time
- The amount of coins laundered in each laundering transaction can
  either be random or at amounts common to other transaction on the network
- Neith Fred or Sally would be able to know if the coins were being spent
  or just laundered

Anyone see any holes in this strategy?  I'm thinking about implementing it as an interface on top of the Bitcoin client.

Thanks!
1715399872
Hero Member
*
Offline Offline

Posts: 1715399872

View Profile Personal Message (Offline)

Ignore
1715399872
Reply with quote  #2

1715399872
Report to moderator
1715399872
Hero Member
*
Offline Offline

Posts: 1715399872

View Profile Personal Message (Offline)

Ignore
1715399872
Reply with quote  #2

1715399872
Report to moderator
1715399872
Hero Member
*
Offline Offline

Posts: 1715399872

View Profile Personal Message (Offline)

Ignore
1715399872
Reply with quote  #2

1715399872
Report to moderator
Unlike traditional banking where clients have only a few account numbers, with Bitcoin people can create an unlimited number of accounts (addresses). This can be used to easily track payments, and it improves anonymity.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
wwh (OP)
Member
**
Offline Offline

Activity: 160
Merit: 10


View Profile
June 05, 2011, 07:02:01 PM
 #2

Also, assume addresses are only used once and the parties forget the addresses they previously created for themselves.
wwh (OP)
Member
**
Offline Offline

Activity: 160
Merit: 10


View Profile
June 05, 2011, 08:06:29 PM
 #3

Also, assume a large number of transactions are done this way on the network.
Gavin Andresen
Legendary
*
qt
Offline Offline

Activity: 1652
Merit: 2216


Chief Scientist


View Profile WWW
June 05, 2011, 10:09:15 PM
 #4

Start here for possible holes:
  http://scholar.google.com/scholar?q=%22mix+networks%22

How often do you get the chance to work on a potentially world-changing project?
ByteCoin
Sr. Member
****
expert
Offline Offline

Activity: 416
Merit: 277


View Profile
June 05, 2011, 10:26:24 PM
 #5

Recipe for Bitcoin limiting trackability
...
Anyone see any holes in this strategy?  I'm thinking about implementing it as an interface on top of the Bitcoin client.

The scheme outlined in http://forum.bitcoin.org/index.php?topic=5965.0 gives much better anonymity guarantees than any solution based on mix nets. Mix nets also inflate the number of transactions needed to transfer bitcoins.

There's a strong tendency to succumb to the "not invented here" syndrome when choosing what technology to implement. Fight it!

ByteCoin
wwh (OP)
Member
**
Offline Offline

Activity: 160
Merit: 10


View Profile
June 06, 2011, 01:13:43 AM
 #6

Gavin, "Go read some academic literature to find out" sounds much more promising than "I can easily see through that technique by doing X", thanks.

ByteCoin, your technique is interesting.  It's more efficient with addresses than what I came up with, and it can limit tracking of transactions to/from publicly published bitcoin addresses.  However, the parties to the transaction have at least some ability to link the other's future transactions(see the example below).

1. Sender sends 100 BTC to receiver through the transfer address.
2. Receiver moves the 100 BTC from the transfer address to a new address they control(address1).
3. Receiver makes a payment to 3rd-party address with "change" going to a new address(address2) receiver controls.
4. Sender can see the transaction but they have to guess which address belongs to receiver.  They don't know who 3rd-party is, either.
5. Sender makes a second payment to receiver via transfer address.
6. Receiver moves the second payment to address3.
7. Receiver makes a payment to 4th-party using address2 and address3 with the "change" going to address4.
8. Sender can now link address2 to receiver.

So far it seems to me that the best way to limit block chain tracking without using a third party "proxy" is to split a transaction into smaller "network standard size" chunks that get sent to multiple addresses.
wwh (OP)
Member
**
Offline Offline

Activity: 160
Merit: 10


View Profile
June 07, 2011, 12:13:33 AM
 #7

I thought more about my proposition, and transaction fees throw a wrench in the plan.

I came up with a new idea, though.  Currently, the each block includes a list of transactions like this:

trans1, fee, from accts/amts, to accts/amts
trans2, fee, from accts/amts, to accts/amts
... etc

Wouldn't it be nice if the block chain looks like this:

from acct1, amt
from acct2, amt
from acct3, amt
to acct4, amt
to acct5, amt
to acct6, amt
fee
fee
fee



Not sure how to do this without trusting the systems generating the block chain, though.  Group coordination while trusting no one is hard work!
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!