I found it is very difficult to maintain privacy on my transactions because it is difficult to keep the address separated. I’m trying to prevent my addresses to cluster together, based on the following definition:
Usually an adversary will try to link together multiple addresses which they believe belong to the same wallet. Such address collections are called “clusters”, “closures” or “wallet clusters”, and the activity of creating them is called “wallet clustering”. (source)
While the coin control feature helps with that, it does not show all the transaction tree, listing just the coin sources.
I would like the coin control window display all the clustered addresses belonging to any given tree so I can chose better which coins to use.
An example tree
Given the following transaction tree (where up-case letters are owned addresses)
0a -> B
1 -> C -> e
2 |--> D
There are two UTXOs that can be spend: B
and D
, both are change addresses, within the coin-control I can see that the coins were received from a
, but there is no mention of e
, and that could be actually quite important, if for example e
does know my name. That would allow for example, prioritizing those UTXO to send more money to e
.
Could it be possible to add that information in the tree?