|
3 | 3 | usage: ./ERADICATE2 [OPTIONS] |
4 | 4 |
|
5 | 5 | Input: |
6 | | - -A, --address Target address |
7 | | - -I, --init-code Init code |
8 | | - -i, --init-code-file Read init code from this file |
| 6 | + -A, --address Target address |
| 7 | + -I, --init-code Init code |
| 8 | + -i, --init-code-file Read init code from this file |
9 | 9 |
|
10 | | - The init code should be expressed as a hexadecimal string having the |
11 | | - prefix 0x both when expressed on the command line with -I and in the |
12 | | - file pointed to by -i if used. Any whitespace will be trimmed. If no |
13 | | - init code is specified it defaults to an empty string. |
| 10 | + The init code should be expressed as a hexadecimal string having the |
| 11 | + prefix 0x both when expressed on the command line with -I and in the |
| 12 | + file pointed to by -i if used. Any whitespace will be trimmed. If no |
| 13 | + init code is specified it defaults to an empty string. |
14 | 14 |
|
15 | 15 | Basic modes: |
16 | | - --benchmark Run without any scoring, a benchmark. |
17 | | - --zeros Score on zeros anywhere in hash. |
18 | | - --letters Score on letters anywhere in hash. |
19 | | - --numbers Score on numbers anywhere in hash. |
20 | | - --mirror Score on mirroring from center. |
21 | | - --leading-doubles Score on hashes leading with hexadecimal pairs |
| 16 | + --benchmark Run without any scoring, a benchmark. |
| 17 | + --zeros Score on zeros anywhere in hash. |
| 18 | + --letters Score on letters anywhere in hash. |
| 19 | + --numbers Score on numbers anywhere in hash. |
| 20 | + --mirror Score on mirroring from center. |
| 21 | + --leading-doubles Score on hashes leading with hexadecimal pairs |
22 | 22 |
|
23 | 23 | Modes with arguments: |
24 | | - --leading <single hex> Score on hashes leading with given hex character. |
25 | | - --matching <hex string> Score on hashes matching given hex string. |
| 24 | + --leading <single hex> Score on hashes leading with given hex character. |
| 25 | + --matching <hex string> Score on hashes matching given hex string. |
26 | 26 |
|
27 | 27 | Advanced modes: |
28 | | - --leading-range Scores on hashes leading with characters within |
29 | | - given range. |
30 | | - --range Scores on hashes having characters within given |
31 | | - range anywhere. |
| 28 | + --leading-range Scores on hashes leading with characters within |
| 29 | + given range. |
| 30 | + --range Scores on hashes having characters within given |
| 31 | + range anywhere. |
32 | 32 |
|
33 | 33 | Range: |
34 | | - -m, --min <0-15> Set range minimum (inclusive), 0 is '0' 15 is 'f'. |
35 | | - -M, --max <0-15> Set range maximum (inclusive), 0 is '0' 15 is 'f'. |
| 34 | + -m, --min <0-15> Set range minimum (inclusive), 0 is '0' 15 is 'f'. |
| 35 | + -M, --max <0-15> Set range maximum (inclusive), 0 is '0' 15 is 'f'. |
36 | 36 |
|
37 | 37 | Device control: |
38 | | - -s, --skip <index> Skip device given by index. |
39 | | - -n, --no-cache Don't load cached pre-compiled version of kernel. |
| 38 | + -s, --skip <index> Skip device given by index. |
| 39 | + -n, --no-cache Don't load cached pre-compiled version of kernel. |
40 | 40 |
|
41 | 41 | Tweaking: |
42 | | - -w, --work <size> Set OpenCL local work size. [default = 64] |
43 | | - -W, --work-max <size> Set OpenCL maximum work size. [default = -i * -I] |
44 | | - -S, --size <size> Set number of salts tried per loop. |
45 | | - [default = 16777216] |
| 42 | + -w, --work <size> Set OpenCL local work size. [default = 64] |
| 43 | + -W, --work-max <size> Set OpenCL maximum work size. [default = -i * -I] |
| 44 | + -S, --size <size> Set number of salts tried per loop. |
| 45 | + [default = 16777216] |
46 | 46 |
|
47 | 47 | Examples: |
48 | | - ./ERADICATE2 -A 0x00000000000000000000000000000000deadbeef -I 0x00 --leading 0 |
49 | | - ./ERADICATE2 -A 0x00000000000000000000000000000000deadbeef -I 0x00 --zeros |
| 48 | + ./ERADICATE2 -A 0x00000000000000000000000000000000deadbeef -I 0x00 --leading 0 |
| 49 | + ./ERADICATE2 -A 0x00000000000000000000000000000000deadbeef -I 0x00 --zeros |
50 | 50 |
|
51 | 51 | About: |
52 | | - ERADICATE2 is a vanity address generator for CREATE2 addresses that |
| 52 | + ERADICATE2 is a vanity address generator for CREATE2 addresses that |
53 | 53 | utilizes computing power from GPUs using OpenCL. |
54 | 54 |
|
55 | | - Author: Johan Gustafsson <johan@johgu.se> |
56 | | - Beer donations: 0x000dead000ae1c8e8ac27103e4ff65f42a4e9203 |
| 55 | + Author: Johan Gustafsson <johan@johgu.se> |
| 56 | + Beer donations: 0x000dead000ae1c8e8ac27103e4ff65f42a4e9203 |
57 | 57 | ``` |
0 commit comments