Post
Topic
Board Bitcoin Technical Support
Re: How do I combine small transactions in a ledger wallet
by
Captain-Cryptory
on 24/08/2020, 15:40:41 UTC
Then,  he might probably try to consolidate (in a few tries) those UTXOs separately, starting from one address and moving to the next when finishing.
That doesn't really help his privacy. If I have a bunch of UTXOs on addresses A, B, and C, for example, I could either do the following:
  • A+B+C -> D
  • A+B -> D, followed by C+D -> E

Either way, it is entirely obviously from looking at the blockchain records that addresses A, B, and C are linked, especially if they are clearly consolidation transactions with multiple inputs and no change output.

If you want to keep the addresses unlinked on the blockchain, then you need to combine all the UTXOs from each address separately and then pass those consolidated UTXOs through a mixer or similar prior to further consolidating everything together in to a single UTXO.

I meant all "A" UTXOs --> D, all B --> E,   all  C --> F doing this by several  transaction  for every address from A BC set so that initial UTXOs would not mixed. Then you can gradually  consolidate UTXOs on DEF set either by moving fund to new addresses or using some of UTXOs for the payment needs.