Open Technifocal opened 5 years ago
This would additionally have the benefit of being to take one large UTXO and pushing it to cold storage anonymously/privately.
For example, a third party application via the API could:
mixsTarget
between 10 and 1,000outputAddress
from a cold wallet zpub
(sequentially, for example)Obviously timing attacks could potentially be used on both the inputs and outputs to correlate which UTXOs are owned by each user, however this threat model exists with all Bitcoin mixers (that I've seen).
As of current it is trivial to identify that an address is controlled by a hot wallet: if it is an output of a whirlpool, it's part of the whirlpool's mnemonic.
A feature I would like to see is the ability to provide an address to the API of
whirlpool-client-cli
that makes the lastmixsTarget
round spend to that address. For privacy's sake, the address would have to be the same type of address thatwhirlpool-client-cli
generates internally (bech 32).This would confuse potential watchers of the blockchain if the address is a cold wallet (I.E. fully offline) or simply a UTXO that has hit it's
mixsTarget
/gone offline.