Skip to content

Commit d417aaa

Browse files
committed
Add new command-line options for summary, timeout, JSON output, and version
1 parent a47f06e commit d417aaa

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,22 @@ and not whether the search matches anywhere in the public key. The concept is ba
1717
- Search multiple prefixes at once
1818
- Exit after results limit reached (defaults to 1)
1919
- Displays probability and estimated runtime based on quick benchmark
20+
- Optional JSON output of results to file
2021

2122
## Usage options
2223

2324
```
2425
Usage: wireguard-vanity-keygen [OPTIONS] <SEARCH> [<SEARCH>...]
2526
2627
Options:
28+
-s, --summary print results when all are found (default false)
2729
-c, --case-sensitive case sensitive match (default false)
28-
-t, --threads int threads (defaults to all available cores minus 1)
30+
-t, --threads int threads (default 3)
2931
-l, --limit int limit results to n (exists after) (default 1)
32+
-T, --timeout string quit after n minutes (allowed suffixes: s/m/h) (default "")
33+
-j, --json string write results to JSON file
34+
-v, --version show app version
35+
-u, --update update to latest release
3036
```
3137

3238
## Example

0 commit comments

Comments
 (0)