From a7a890ef999da156db8bcd5a0419c019ebde36f2 Mon Sep 17 00:00:00 2001 From: Elation Date: Mon, 9 Feb 2026 19:24:03 -0500 Subject: [PATCH] Clarify output directory for wallet JSON files Update README to clarify output directory for saved wallets. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b0d1b9c..7460e61 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,6 @@ cargo build --release --prefix prefix the address must start with (case-insensitive) --suffix suffix the address must end with (case-insensitive) -t, --threads number of worker threads (default: CPU core count) --o, --output directory to save wallet JSON files (default: .) ``` At least one of `--prefix` or `--suffix` is required. Both can be combined. Patterns are limited to 8 characters and must only contain valid base58 characters (no `0`, `O`, `I`, `l`). @@ -65,12 +64,12 @@ At least one of `--prefix` or `--suffix` is required. Both can be combined. Patt ``` ./blocknet-vanity --prefix dead ./blocknet-vanity --suffix cat -./blocknet-vanity --prefix ab --suffix cd -t 8 -o wallets/ +./blocknet-vanity --prefix ab --suffix cd -t 8 ``` ### output -Found wallets are saved as JSON files named after their address: +Found wallets are saved in ./wallets/{pattern}-{prefix|suffix}/{pattern}.json ```json {