Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/demox-labs/aleo-vanity


https://github.com/demox-labs/aleo-vanity

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Aleo Vanity address generator

Want an Aleo address with a specific suffix? Now you can.

## Usage

`cargo run --release -- "suffix" `

for example:

`cargo run --release -- dem0x 1`

## Considerations

* This code has not be audited at all. You should review the source youself.
* Bech32 encoding is used and the suffix is not checked so it'll spin forever if you try to find a suffix with invalid Bech32 characters ie "b"
* Number of guesses and some statistical information are printed in addition to the found private keys
* It'll require on average 32^(number_characters) => `dem0x` takes ~33M guesses or about 10 min on a Macbook Pro.