Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid uncommon CoinJoin output amounts #1751

Merged
merged 1 commit into from
Jun 9, 2020
Merged

Commits on Jun 9, 2020

  1. Avoid uncommon CoinJoin output amounts

    When large UTXOs are mixed, the mixed output amount was chosen as the
    smallest preprogramed amount which would result in one or more mixed
    outputs.  This had the unfortunate side effect of advertising seldom
    used mixed output amounts to a CoinShuffle++ server which were
    uncommon relative to amounts advertised by clients participating in
    mixed ticket buying.
    
    As a workaround, the current sdiff is queried, and a decision is made
    whether to use an even smaller mixed amount which will allow for
    better pairings.
    jrick committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    8a3c4fc View commit details
    Browse the repository at this point in the history