Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/demox-labs/aleo-vanity
https://github.com/demox-labs/aleo-vanity
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/demox-labs/aleo-vanity
- Owner: demox-labs
- License: mit
- Created: 2024-06-25T16:54:10.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-25T16:55:44.000Z (8 months ago)
- Last Synced: 2024-06-25T18:47:24.728Z (8 months ago)
- Language: Rust
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.