Skip to content

Commit

Permalink
TX spent DL links
Browse files Browse the repository at this point in the history
  • Loading branch information
oerpli authored Jul 22, 2018
1 parent e83dbdb commit 0f1c714
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions csv/tx_spent.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Spent and risky transaction outputs
# Spent and risky transaction outputs [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1304032.svg)](https://doi.org/10.5281/zenodo.1304032)

Monero's untraceability is based on the sampling of decoy inputs for each real transaction input.
If a decoy input is a reference to an output which is known to be spent, it does not contribute to the size of the anonymity set of the real input.
To prevent the sampling of spent outputs as decoys, the blackballing tool (released together with Monero v.0.12) can be used.

Lists of outputs which should be avoided can be obtained by following the links (which will be added soon).

* Provably spent: [Link](#TODO)
* (Probably) spent on a forked chain: [Link](#TODO)
* At risk of being identified as spent: [Link](#TODO)
* Provably spent: [spent_outputs.csv](https://zenodo.org/record/1304033/files/spent_outputs.csv?download=1)
* (Probably) spent on a forked chain: [referenced_on_fork.csv](https://zenodo.org/record/1304033/files/referenced_on_fork.csv?download=1)
* At risk of being identified as spent: [risky_outputs.csv](https://zenodo.org/record/1304033/files/risky_outputs.csv?download=1)

The queries for these files can be found here: [../sql/queries/spent_outputs.sql](https://github.com/oerpli/MONitERO/blob/master/sql/queries/spent_outputs.sql)

The CSV files cannot be included in the repo due to their size.
The CSV files cannot be included in the repo due to their size and are therefore published on [Zenodo.org](https://zenodo.org/record/1304033).

0 comments on commit 0f1c714

Please sign in to comment.