File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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```
2425Usage: wireguard-vanity-keygen [OPTIONS] <SEARCH> [<SEARCH>...]
2526
2627Options:
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
You can’t perform that action at this time.
0 commit comments