vanity-onion

This tool easily generates a set amount of .onion addresses with a set prefix (vanity addresses).
Try the web version
You can try the web version of this tool at https://feloex.github.io/vanity-onion
CLI Usage
- Download the latest release from the releases page
- On Linux/MacOS, you need to give the binary execute permissions:
chmod +x vanity-onion-linux-amd64
- Run the binary with the desired prefix and amount of addresses to generate:
./vanity-onion-linux-amd64 hello 5
This will generate 5 .onion addresses that start with "hello"
The generated addresses and their corresponding keys will be saved in the keys directory.
Sources
Great video to understand how .onion addresses are generated:
https://www.youtube.com/watch?v=kRQvE5x36t4
Tor specification:
https://spec.torproject.org/
License
This project is licensed under the GNU General Public License v3.0.