Skip to content

Commit

Permalink
Update till 2021 Nov
Browse files Browse the repository at this point in the history
  • Loading branch information
nopara73 committed Dec 10, 2021
1 parent 84ae374 commit 91d7c2d
Showing 1 changed file with 8 additions and 17 deletions.
25 changes: 8 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,20 @@ After synchronization you can create statistics as follows: `dotnet run -- COMMA

Total monthly volume of CoinJoin transactions.

![](https://i.imgur.com/Au987Cc.png)
![](https://i.imgur.com/RG5rfmD.png)
![](https://i.imgur.com/edcV7Vg.png)

## FreshBitcoins

> Best proxy for user adoption.
How many non-remixed bitcoins get to CoinJoined monthly.

![](https://i.imgur.com/AM15zV1.png)
![](https://i.imgur.com/IPg0F8c.png)

Average count of remixes is a derived metric, which shows how many times a bitcoin participated in mixes in average: `total volume/fresh bitcoins`.

![](https://i.imgur.com/0Qs4Glf.png)
![](https://i.imgur.com/8MlTyWr.png)

## NeverMixed

Expand All @@ -69,35 +70,25 @@ Bitcoins those were intended to be mixed, but were not.
- For Wasabi and Otheri, it counts CoinJoin change outputs those have been spent, but not in other CoinJoins. (Note 1: the software does not currently examine if the change is coming from CoinJoined inputs. Note 2: more related metrics and more detailed explanation on Wasabi's inefficiency can be found under the [WasabiCjEfficiency repository](https://github.com/nopara73/WasabiCjEfficiency).)
- For Samuri, it counts TX0 transaction outputs those have been spent, but not in other TX0 or Coinoin transactions.

![](https://i.imgur.com/5FLjdRu.png)
![](https://i.imgur.com/Y6bPNi8.png)
![](https://i.imgur.com/ObAe8Xw.png)

The following is a derived metric: it's the percentage of nevermixed coins to fresh bitcoins.

![](https://i.imgur.com/kzJmjSo.png)
![](https://i.imgur.com/aGD81yP.png)

# CoinJoinIncome

Note: Without sophisticated algorithms it is hard to tell how much income Wasabi makes after it changed its fee address to dynamic calculations, so that's why the data is discontinued at some point.

![](https://i.imgur.com/KM4TMSC.png)
![](https://i.imgur.com/AJXqBS6.png)

The next is a derived metric. It's the percentage of monthly income where the total is the fresh bitcoins coming into mix monthly.

![](https://i.imgur.com/7PUyw3v.png)
![](https://i.imgur.com/uYyAsUY.png)

# PostMixConsolidation

Average number of inputs in the first non-coinjoin transactions after coinjoins.

![](https://i.imgur.com/b7IOdew.png)

# SmallerThanMinimum

Percentage of inputs those are smaller than the base denomination in Wasabi coinjoins.

![](https://i.imgur.com/pUuA0fh.png)
![](https://i.imgur.com/GT2pwu9.png)

# FAQ

Expand Down

0 comments on commit 91d7c2d

Please sign in to comment.