https://github.com/feloex/vanity-onion
Easily generate tor vanity addresses
https://github.com/feloex/vanity-onion
darknet darkweb onion onion-service privacy tor
Last synced: 2 months ago
JSON representation
Easily generate tor vanity addresses
- Host: GitHub
- URL: https://github.com/feloex/vanity-onion
- Owner: feloex
- License: gpl-3.0
- Created: 2026-04-25T21:04:40.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-04-25T22:29:15.000Z (2 months ago)
- Last Synced: 2026-04-25T23:31:23.363Z (2 months ago)
- Topics: darknet, darkweb, onion, onion-service, privacy, tor
- Language: Go
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vanity-onion
[](https://github.com/feloex/vanity-onion)
[](https://github.com/feloex/vanity-onion/releases)
[](https://github.com/feloex/vanity-onion/releases/latest)
[](https://goreportcard.com/report/github.com/feloex/vanity-onion)
This tool easily generates a set amount of .onion addresses with a set prefix (vanity addresses).
## Usage
1. Download the latest release from the [releases page](https://github.com/feloex/vanity-onion/releases)
2. On Linux/MacOS, you need to give the binary execute permissions:
```bash
chmod +x vanity-onion-linux-amd64
```
3. Run the binary with the desired prefix and amount of addresses to generate:
```bashbash
./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](LICENSE).