2024-03-10 22:21:30 +00:00
|
|
|
# Vanity Address Generator for Partisia Blockchain
|
2024-03-10 19:23:25 +00:00
|
|
|
|
|
|
|
Tiny vanity address generator for [Partisia Blockchain](https://www.partisiablockchain.com/).
|
|
|
|
|
2024-03-10 22:16:37 +00:00
|
|
|
To my understanding, it _should_ generate secure private keys, but **use at your
|
|
|
|
own risk**. The codebase is tiny, feel free to inspect it for your own.
|
|
|
|
|
|
|
|
Based on Jesper Balman Gravgaard's original version. Substantially reworked and
|
|
|
|
expanded with command line interface and suffix search.
|
|
|
|
|
|
|
|
## Usage
|
2024-03-10 19:23:25 +00:00
|
|
|
|
|
|
|
```bash
|
2024-03-10 19:52:46 +00:00
|
|
|
./run.sh --prefix 00PREFIX --suffix SUFFIX
|
2024-03-10 19:23:25 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
Prefix must include the `00` part.
|