From 0f1c71450f4e5e6880dc2a1ab00c76ff34d6d2b3 Mon Sep 17 00:00:00 2001 From: Abraham Hinteregger Date: Sun, 22 Jul 2018 12:19:55 +0200 Subject: [PATCH] TX spent DL links --- csv/tx_spent.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/csv/tx_spent.md b/csv/tx_spent.md index c85f7d1..646f5d3 100644 --- a/csv/tx_spent.md +++ b/csv/tx_spent.md @@ -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).