granex

Crates.iogranex
lib.rsgranex
version0.2.2
sourcesrc
created_at2018-10-01 01:29:53.697259
updated_at2019-09-20 18:52:58.191069
descriptionTor v3 Vanity Address Generator
homepagehttps://github.com/dotcypress/granex
repositoryhttps://github.com/dotcypress/granex
max_upload_size
id87349
size30,194
Vitaly Domnikov (dotcypress)

documentation

https://github.com/dotcypress/granex

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:

$ git clone https://github.com/dotcypress/granex
$ cd granex
$ cargo build --release
$ cp target/release/granex ~/.bin # assuming .bin is in your path
Commit count: 1

cargo fmt