A v3 .onion address vanity URL generator written in Rust.
This implementation generates random ed25519 keys on all CPU cores. If the address generated matches your prefix, the hostname, public key, and private key are written to a new directory.
cargo install oniongen-rs
oniongen-rs -t <threads> -o <output> <prefix>
Only prefix is required. The thread flag is the number of worker threads that will. The default is the number of CPU cores.. The output flag is where to output the directories. The default is the current directory.
oniongen-rs -n 100 -o data/ rust