/oniongen

Generate vanity .onion URLs with your CPU

Primary LanguageCBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

oniongen

Generate vanity .onion URLs (i.e. they match a pattern you specify) with your CPU.

Compiling

Compile with any C compiler, link with libcrypto.

Example:

$ gcc oniongen.c -o oniongen -lcrypto

Usage

$ ./oniongen pattern

Will search for an .onion URL that begins with pattern.

Example:

$ ./oniongen onion

This will find an .onion URL for you that begins with "onion".