From a8e53924e346bf43c8f003f6bbeb8822dfd74c23 Mon Sep 17 00:00:00 2001 From: zhizhong Date: Tue, 16 Mar 2021 12:24:58 +0800 Subject: [PATCH] mix a special unspent transaction output dcrctl command used to mix UTXO --- docs/privacy/cspp/how-to-cspp.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/privacy/cspp/how-to-cspp.md b/docs/privacy/cspp/how-to-cspp.md index 36ebcc8ad..031eb8c57 100644 --- a/docs/privacy/cspp/how-to-cspp.md +++ b/docs/privacy/cspp/how-to-cspp.md @@ -96,6 +96,15 @@ Alternatively, the `mixaccount` JSON-RPC may be used instead of the `--mixchange Non-stakers are able to use this mechanism to mix received funds by using the unmixed account to provide receiving addresses and mix them as if it was CoinShuffle++ change. The wallet will participate in CoinShuffle++ sessions by submitting only one UXTO per epoch until all unmixed funds have been mixed. Depending on the current epoch, users may have to wait for a while before seeing any mixing activity. +Mix a special unspent transaction output: + +``` +# search transaction associated address +$ dcrctl --wallet listunpsent 0 0xffffff '["$address"]' + +# mix unspent transaction output +$ dcrctl --wallet mixoutput txid:vout +``` --- ## Tor Hidden Service