wallet-fingerprint

Crates.iowallet-fingerprint
lib.rswallet-fingerprint
version0.0.1
created_at2025-09-25 01:01:19.416857+00
updated_at2025-09-25 01:01:19.416857+00
descriptionA library for detecting wallet fingerprints in Bitcoin transactions
homepage
repositoryhttps://github.com/arminsabouri/rust-wallet-fingerprint
max_upload_size
id1854007
size49,837
Armin Sabouri (arminsabouri)

documentation

https://docs.rs/wallet-fingerprint

README

Rust Wallet Fingerprinting

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.

Commit count: 0

cargo fmt