1
0

Made 'use at own risk' more explicit

This commit is contained in:
Jon Michael Aanes 2024-03-10 23:16:37 +01:00
parent dd26293da2
commit 78f93bd8b4
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA

View File

@ -2,15 +2,16 @@
Tiny vanity address generator for [Partisia Blockchain](https://www.partisiablockchain.com/).
Usage:
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.
Based on Jesper Balman Gravgaard's original version, which he kindly shared
with me.
License: Beerware