Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

Commit

Permalink
Add usage to README
Browse files Browse the repository at this point in the history
  • Loading branch information
tdemin committed Jul 28, 2020
1 parent 2d84026 commit d53753f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Expand Up @@ -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).

0 comments on commit d53753f

Please sign in to comment.