#word #bit #bit-digger

bit-digger

A simple, and fast Rust library to look for Bitcoin hidden in arrays of words

4 releases

Uses new Rust 2024

0.2.0 Mar 28, 2025
0.1.2 Mar 23, 2025
0.1.1 Mar 22, 2025
0.1.0 Mar 22, 2025

#29 in #words

Download history 295/week @ 2025-03-21 120/week @ 2025-03-28 5/week @ 2025-04-04

420 downloads per month

MIT license

39KB
662 lines

bit-digger

A simple, and fast Rust library to look for Bitcoin hidden in arrays of words

Note:
This project is a work in progress. Some features may not be fully implemented, and the API is subject to change. Please check back regularly for updates.

Features

  • Given a vector (M) of bip39::Mnemonic (m) and a set (A) of addresses (a), discover wether some ms generate any of the given as.

TODOs

  • Module that is able to, given different types of word inputs, generate a vector of bip39::Mnemonic.

How to use

Generate and read Rust documentation with

cargo doc --open

Contributing

Feel free to contribute to this project.

Dependencies

~9.5MB
~139K SLoC