26 lines
794 B
Markdown
26 lines
794 B
Markdown
# PBC Vanity Address
|
|
|
|
Tiny vanity address generator for [Partisia Blockchain](https://www.partisiablockchain.com/).
|
|
|
|
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
|
|
|
|
```bash
|
|
./run.sh --prefix 00PREFIX --suffix SUFFIX
|
|
```
|
|
|
|
Prefix must include the `00` part.
|
|
|
|
## License
|
|
|
|
"THE BEER-WARE LICENSE" (Revision 42):
|
|
<jonjmaa@gmail.com> wrote this program. As long as you retain
|
|
this notice you can do whatever you want with this stuff. If we
|
|
meet some day, and you think this stuff is worth it, you can buy
|
|
me a beer in return.
|