| Crates.io | i2p_vanity |
| lib.rs | i2p_vanity |
| version | 0.2.0 |
| created_at | 2025-10-15 11:16:10.929355+00 |
| updated_at | 2025-10-15 11:16:10.929355+00 |
| description | A simple I2P vanity address generator |
| homepage | |
| repository | https://codeberg.org/NiceBoat/i2p_vanity |
| max_upload_size | |
| id | 1884205 |
| size | 63,563 |
A tool that generates vanity addresses for I2P destinations.
Build using cargo in release mode:
cargo build --release
Build with native instructions:
RUSTFLAGS="-C target-cpu=native" cargo build --release
Command line arguments will override config ones.
Use i2p_vanity --help to see detailed instructions.
Example: i2p_vanity -r "^(abc|def)" will search for addresses that starts with abc or def.
The regex provided will not be modified in any way. You are in full control, so be aware of invalid patterns.
Base32 addresses can only contain characters from A-Z and 2-7.
See src/config-sample.toml for a sample config file.
Use -c to specify the path to your configuration file.
By default, it loads config.toml in the current working directory.