| Crates.io | wallet-fingerprint |
| lib.rs | wallet-fingerprint |
| version | 0.0.1 |
| created_at | 2025-09-25 01:01:19.416857+00 |
| updated_at | 2025-09-25 01:01:19.416857+00 |
| description | A library for detecting wallet fingerprints in Bitcoin transactions |
| homepage | |
| repository | https://github.com/arminsabouri/rust-wallet-fingerprint |
| max_upload_size | |
| id | 1854007 |
| size | 49,837 |
Wallet fingerprints are identifiable patterns in transaction structure that can reveal the use of specific wallet software. While these patterns alone may not yield actionable insights, they enhance the effectiveness of other privacy heuristics. By combining fingerprinting with techniques from Resurrecting Address Clustering in Bitcoin and How to Peel a Million, analysts can cluster related transactions and addresses more accurately.
This project is a Rust port of the original Python implementation. We plan to extend the existing heuristic set and automate fingerprint discovery by applying methods from WalletProbe.
Disclaimer: This project is a work in progress and is not yet ready for production use.