Abstract: Bitcoin is a kind of decentralized cryptocurrency on a peer-to-peer network. Anonymity makes Bitcoin widely used in online payment but it is a disadvantage for regulatory purposes. We aim to de-anonymize Bitcoin to assist regulation. Many previous studies have used heuristic clustering or machine learning to analyze historical transactions and identify user behaviors. However, the accuracy of user identification is not ideal. Heuristic clustering only uses the topological structure of the transaction graph and ignores many transaction information, and supervised machine learning methods are limited by the size of labeled datasets. To identify user behaviors, we propose a community detection model based on attribute propagation, combining the topological structure of the transaction graph and additional transaction information. We first parse the transaction data of public ledger and construct a bipartite graph to describe correlations between addresses and transactions. We also extract address attributes from historical transactions to construct an attributed graph with the previous bipartite graph. Then, we design an adaptive weighted attribute propagation algorithm named AWAP running on the attributed graph to classify bitcoin addresses, and further identify user behaviors. Extensive experiments highlight that the proposed detection model based on AWAP achieves 5% higher accuracy on average compared to state-of-the-art address classification methods in Bitcoin. AWAP also achieves 25% higher F-score on average compared to previous community detection algorithms on two datasets.
Wang, J., Xie, X., Fang, Y., Lu, Y., Li, T., Wang, G. (2020). Attribute Propagation Enhanced Community Detection Model for Bitcoin De-anonymizing. In: Chen, X., Yan, H., Yan, Q., Zhang, X. (eds) Machine Learning for Cyber Security. ML4CS 2020. Lecture Notes in Computer Science(), vol 12486. Springer, Cham. https://doi.org/10.1007/978-3-030-62223-7_53
@inproceedings{wang2020attribute,
title={Attribute Propagation Enhanced Community Detection Model for Bitcoin De-anonymizing},
author={Wang, Jiming and Xie, Xueshuo and Fang, Yaozheng and Lu, Ye and Li, Tao and Wang, Guiling},
booktitle={Machine Learning for Cyber Security: Third International Conference, ML4CS 2020, Guangzhou, China, October 8--10, 2020, Proceedings, Part I 3},
pages={607--622},
year={2020},
organization={Springer}
}