| Crates.io | armory_wallet_checksum_searcher |
| lib.rs | armory_wallet_checksum_searcher |
| version | 0.5.0 |
| created_at | 2024-05-03 04:55:48.884051+00 |
| updated_at | 2026-01-24 23:20:27.319124+00 |
| description | A tool to locate and extract Armory wallets on corrupted and deleted hard drives |
| homepage | https://github.com/RecRanger/armory-wallet-checksum-searcher |
| repository | https://github.com/RecRanger/armory-wallet-checksum-searcher.git |
| max_upload_size | |
| id | 1228378 |
| size | 204,670 |
A tool to locate and extract Armory wallets on corrupted and deleted hard drives.
dd-style).ku to convert them to usable keys.Install from crates.io, and then run:
cargo install armory_wallet_checksum_searcher
armory_wallet_checksum_searcher -i input_file.img --log ./output_log.log --ndjson ./output_records.ndjson
Or, clone from source and run:
git clone https://github.com/RecRanger/armory-wallet-checksum-searcher
cargo run --release -- -i input_file.img --log ./output_log.log --ndjson ./output_records.ndjson
sudo cargo run --release -- -i /dev/sda --log ./output_log.log --ndjson ./output_records.ndjson
Please Star this repo if it's helpful. Open Issues.