https://github.com/dotcypress/granex
[WIP] Vanity address generator for TOR onion v3 (ed25519)
https://github.com/dotcypress/granex
Last synced: about 1 month ago
JSON representation
[WIP] Vanity address generator for TOR onion v3 (ed25519)
- Host: GitHub
- URL: https://github.com/dotcypress/granex
- Owner: dotcypress
- License: apache-2.0
- Created: 2018-10-01T01:25:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-02T21:40:04.000Z (over 6 years ago)
- Last Synced: 2025-03-25T05:35:11.677Z (about 2 months ago)
- Language: Rust
- Homepage:
- Size: 8.79 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Tor Vanity Address Generator
Granex lets you create vanity .onion addresses for Tor's hidden services.
🚧 Work in progress
## Installation
You can use the `cargo install` command:
$ cargo install granex
or a classic build and run:
```bash
$ git clone https://github.com/dotcypress/granex
$ cd granex
$ cargo build --release
$ cp target/release/granex ~/.bin # assuming .bin is in your path
```