This package browser is in early development. Mind the rough edges.

oniongen-rs

V3 .onion vanity URL generator

This package provides a v3 .onion vanity URL generator written in Rust. Regex can be used to filter URLs. The thread count and output directory can be specified. If the address generated matches your prefix, the hostname, public key, and private key are written to a new directory.

Installation

Install the latest version of oniongen-rs as follows:

guix install oniongen-rs

Or install a particular version:

guix install oniongen-rs@0.6.6

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of oniongen-rs about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/oniongen-rs'><img src='https://packages.guix.gnu.org/packages/oniongen-rs/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/oniongen-rs/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/oniongen-rs)

Example Org:

[[https://packages.guix.gnu.org/packages/oniongen-rs][https://packages.guix.gnu.org/packages/oniongen-rs/badges/latest-version.svg]]