Post
Topic
Board Service Announcements
Re: [ANN] Deepmix: High Privacy Bitcoin Mixing Service
by
DeepMix
on 15/09/2015, 18:30:29 UTC
I have run a sample mix and am providing it for clarity on how the service works.  

This first section is what appears when you submit your mix.

Code:
$ ./mixercli submit
Account to send from? [""]: Input1
Account for returned mixed coins? [mixed]: Mixed1

Mixer info:
Request fee             0.0001 BTC
Mixing fee              2.00%
Max inputs              10 outputs
Max outputs             500 chunks

Wallet account "Input1":
Balance                 XX.XXXXXXXX BTC (X outputs)

Recommended mix:
Chunk size              0.01 BTC
Input amount            0.9894 BTC
Output amount           0.97 BTC (97 chunks)
Network fees            0.001 BTC
Unmixed change          0.0096 BTC
Selected previous outputs for mixer input:
  XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XX (0.1 BTC)
  XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XX (0.1 BTC)
  XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XX (0.1 BTC)
  XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XX (0.1 BTC)
  XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XX (0.1 BTC)
  XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XX (0.1 BTC)
  XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XX (0.1 BTC)
  XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XX (0.1 BTC)
  XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XX (0.1 BTC)
  XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XX (0.1 BTC)

Use recommended mix? (y/n/yes/no) [yes]: no
Target input amount to mix (in BTC, includes fees) [0.9894]: 0.1

Only possible output chunk size: 0.01 BTC

Custom mix:
Chunk size              0.01 BTC
Input amount            0.0918 BTC
Output amount           0.09 BTC (9 chunks)
Network fees            0.0001 BTC
Unmixed change          0.0081 BTC
Selected previous outputs for mixer input:
  3ad2a9588ba254021160b335c7fdeec22778cf7e339463e2aa57a055b8ee7ec2:6 (0.1 BTC)

Use custom mix? (y/n/yes/no) [yes]: yes

Creating transaction to pay request fee...
Wallet passphrase:
Wallet passphrase:

Warranty:

Input deadline:         2015-09-13 01:01:03 +0000 UTC (24h0m0.10185541s from now)
Output deadline:        2015-09-19 01:01:03 +0000 UTC

Send inputs for warranty? (y/n/yes/no) [yes]: yes

Warranty 0 payment 0: sent transaction 758ac9d226955e36f5ff0d69ada7de80c9eb0632b6fa96b0d696344fdc17340a

Below is an example of the warranty JSON that is generated for your mix. You can see the JSON files for each mix on your machine at ~/.mixercli/warranties/.

The input warranty payment for this mix can be viewed at blockchain.info's hidden service here.

Code:
{
        "Warranty": {
                "PayInAmount": 0.0918,
                "ChunkSize": 0.01,
                "PayInAddr": [
                        "12FBBk39ohMyDZq7BzLNnVfMh28ZAQ7Mxb"
                ],
                "PayOutAddr": [
                        "13eCD3ViKWv6mrd7KKDZ9ATBRGRhFFqjQ6",
                        "1KsymmaXpidUvP2e9rHFV7mos7FHMdtKrJ",
                        "1P5DH1hMLqLyhKgVH569oXyJ1U4CAMsyTL",
                        "1F7tihnmNMcHXErTGEw3neKRQte86s8ith",
                        "1AH9DXjs2SQCCPAqKT9RkV7d7vUhehx9ma",
                        "1CciAzfUK52mRaL2u9VpaDQKECChxD2B2R",
                        "1Daee3856ktqcHpiNvoHLr2Afodab8VWY4",
                        "17ttRnHxcqLRjrMWt2brHcrF9RxohiDkgB",
                        "14oHXo3HC3b1cYq7uTarTf7fUZzzZHB1EE"
                ],
                "ReturnAddr": "1CMwCwJ4vEsN4Dciz6ACm2uNoXF5X1dzSu",
                "PayInTime": 1442106063,
                "PayOutTime": 1442624463
        },
        "R": 272845341636814152276256312347765214609943446422006191100460275322831618732599359613256457223932192681043005019608855720265227804274203889360318556222287946,                                      
        "S": 907781659804852867488638736401692625947518044242669515899277186180337846433439738677136091592386534143839173238268577795344156185077274863612682758559199846

This is what an in progress mix looks like

Code:
$ ./mixercli status

Warranty ID [0]: 0
5/9 chunks received.
Remaining 4 chunks should be paid out by 2015-09-19 01:01:03 +0000 UTC  

Warranty ID [0]

Completed sample payouts are below, with links to blockchain.info's hidden service.  As this mix has not completed some addresses have not received their chunk yet.

13eCD3ViKWv6mrd7KKDZ9ATBRGRhFFqjQ6
1KsymmaXpidUvP2e9rHFV7mos7FHMdtKrJ
1P5DH1hMLqLyhKgVH569oXyJ1U4CAMsyTL
1F7tihnmNMcHXErTGEw3neKRQte86s8ith
1AH9DXjs2SQCCPAqKT9RkV7d7vUhehx9ma
1CciAzfUK52mRaL2u9VpaDQKECChxD2B2R
1Daee3856ktqcHpiNvoHLr2Afodab8VWY4
17ttRnHxcqLRjrMWt2brHcrF9RxohiDkgB
14oHXo3HC3b1cYq7uTarTf7fUZzzZHB1EE

Let me know if you have any questions.  

Thank you,

DeepMix