-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |