An open API service indexing awesome lists of open source software.

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)

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
```