From d53753ff72f4953d71fb5c85b34fb94fe609cd34 Mon Sep 17 00:00:00 2001 From: Timur Demin Date: Wed, 29 Jul 2020 00:32:04 +0500 Subject: [PATCH] Add usage to README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index be2304d..ae401b3 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,21 @@ With 8 threads on Ryzen 1700X while searching for `::` this program reaches: * 100 000 000 iterations in 25 minutes, 58 seconds * 500 000 000 iterations in 2 hours, 10 minutes +### Usage + +``` +% syg_go -help +Usage of syg_go: + -iter uint + per how many iterations to output status (default 100000) + -regex string + regex to match addresses against (default "::") + -threads int + how many threads to use for mining (default 16) + -version + display version +``` + ### License See [LICENSE](LICENSE).