Author

Topic: clustering addresses, what's the most effective way? (Read 354 times)

staff
Activity: 3374
Merit: 6530
Just writing some code
The Fistful of Bitcoins paper [1] by Meiklejohn et al has some nice heuristics. i.e.

HEURISTIC 1. If two (or more) addresses are inputs to the same transaction, they are controlled by the same user; i.e., for any transaction t, all pk ∈ inputs(t) are controlled by the same user.

HEURISTIC 2. The one-time change address is controlled by the same user as the input addresses; i.e., for any transaction t, the controller of inputs(t) also controls the one-time change address pk ∈ outputs(t) (if such an address exists).

Are there any others that are particularly effective?
AFAIK, no, only those two methods can actually work. But even so, they are nowhere near definitive. Both will break if a mixer is used. Heuristic 1 can be broken if CoinJoin transactions are used. Heuristic 2 itself is a little shaky as it is hard to tell which output is change and which is the real payment.

Is it possible to bootstrap my clustering, for instance, maybe if some people have already associated a certain cluster with Kraken or Satoshi Dice, is this information available?
Checkout walletexplorer.com.
newbie
Activity: 28
Merit: 5
The Fistful of Bitcoins paper [1] by Meiklejohn et al has some nice heuristics. i.e.

HEURISTIC 1. If two (or more) addresses are inputs to the same transaction, they are controlled by the same user; i.e., for any transaction t, all pk ∈ inputs(t) are controlled by the same user.

HEURISTIC 2. The one-time change address is controlled by the same user as the input addresses; i.e., for any transaction t, the controller of inputs(t) also controls the one-time change address pk ∈ outputs(t) (if such an address exists).

Are there any others that are particularly effective?

Is it possible to bootstrap my clustering, for instance, maybe if some people have already associated a certain cluster with Kraken or Satoshi Dice, is this information available?



[1] https://cseweb.ucsd.edu/~smeiklejohn/files/imc13.pdf
Jump to: