-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README to reflect new support.
- Loading branch information
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,12 @@ usage: ./ERADICATE2 [OPTIONS] | |
Input: | ||
-A, --address Target address | ||
-I, --init-code Init code | ||
-i, --init-code-file Read init code from this file | ||
The init code should be expressed as a hexadecimal string having the | ||
prefix 0x both when expressed on the command line with -I and in the | ||
file pointed to by -i if used. Any whitespace will be trimmed. If no | ||
init code is specified it defaults to an empty string. | ||
Basic modes: | ||
--benchmark Run without any scoring, a benchmark. | ||
|
@@ -44,7 +50,7 @@ usage: ./ERADICATE2 [OPTIONS] | |
About: | ||
ERADICATE2 is a vanity address generator for CREATE2 addresses that | ||
utilizes computing power from GPUs using OpenCL. | ||
utilizes computing power from GPUs using OpenCL. | ||
Author: Johan Gustafsson <[email protected]> | ||
Beer donations: 0x000dead000ae1c8e8ac27103e4ff65f42a4e9203 | ||
|