From 78f93bd8b48b94496dd0a9d439f6e81587d5e381 Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Sun, 10 Mar 2024 23:16:37 +0100 Subject: [PATCH] Made 'use at own risk' more explicit --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c68c712..6d6403b 100644 --- a/README.md +++ b/README.md @@ -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