i2p_vanity

Crates.ioi2p_vanity
lib.rsi2p_vanity
version0.2.0
created_at2025-10-15 11:16:10.929355+00
updated_at2025-10-15 11:16:10.929355+00
descriptionA simple I2P vanity address generator
homepage
repositoryhttps://codeberg.org/NiceBoat/i2p_vanity
max_upload_size
id1884205
size63,563
NiceBoat (NaisuBooto)

documentation

README

I2P vanity

A tool that generates vanity addresses for I2P destinations.

Build

Build using cargo in release mode: cargo build --release

Build with native instructions: RUSTFLAGS="-C target-cpu=native" cargo build --release

Usage

Command line arguments will override config ones.

Via command line

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.

Via config file

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.

Commit count: 0

cargo fmt