https://github.com/blocksecteam/bitcoinmixing
https://github.com/blocksecteam/bitcoinmixing
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/blocksecteam/bitcoinmixing
- Owner: blocksecteam
- Created: 2021-02-13T08:35:35.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-15T03:54:48.000Z (about 5 years ago)
- Last Synced: 2025-01-28T19:46:23.046Z (over 1 year ago)
- Size: 2.02 MB
- Stars: 15
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dataset
This repository contains the dataset introduced in the paper: Towards Understanding and Demystifying Bitcoin Mixing Services, accepted on The Web Conference (WWW'21).
[Link to the paper.](http://yajin.org/papers/www21_mixing.pdf)
Repository organization:
* `Mixing Record.md`: mixing records for experiments with mixing services using real Bitcoins, as mentioned in the paper.
* `data`: directory containing mixing transactions data (to be organized).
* `chipmixer_mixing_transactions.json`: collected mixing transactions from Chipmixer using our proposed algorithm.
* `shapeshift_full_records.json`: full records of our ShapeShift crawler.
* `shapeshift_mixing_transactions.json`: mixing transactions using refined matching algorithm based on crawled records.
* `wasbi_tx.json`: crawled records of Wasabi Wallet transactions.
To cite this paper:
```
@inproceedings{
title={Towards Understanding and Demystifying Bitcoin Mixing Services},
author={Wu, Lei and Hu, Yufeng and Zhou, Yajin and Wang, Haoyu and Luo, Xiapu and Wang, Zhi and Zhang, Fan and Ren, Kui},
booktitle={Proceedings of the World Wide Web Conference},
year={2021},
organization={The Web Conference}
}
```