Made 'use at own risk' more explicit
This commit is contained in:
parent
dd26293da2
commit
355646dc49
17
README.md
17
README.md
|
@ -2,7 +2,13 @@
|
|||
|
||||
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
|
||||
|
@ -10,7 +16,10 @@ Usage:
|
|||
|
||||
Prefix must include the `00` part.
|
||||
|
||||
Based on Jesper Balman Gravgaard's original version, which he kindly shared
|
||||
with me.
|
||||
## License
|
||||
|
||||
License: Beerware
|
||||
"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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user