This tool easily generates a set amount of .onion addresses with a set prefix (vanity addresses).
You can try the web version of this tool at https://feloex.github.io/vanity-onion
- 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.
Great video to understand how .onion addresses are generated: https://www.youtube.com/watch?v=kRQvE5x36t4
Tor specification: https://spec.torproject.org/
This project is licensed under the GNU General Public License v3.0.