mirror of
https://github.com/albertobsd/keyhunt.git
synced 2025-10-10 13:03:39 +02:00
repair readme
This commit is contained in:
@@ -946,9 +946,10 @@ To get optimal performance the k values need to be base 2^x values, this is 1,2,
|
|||||||
|
|
||||||
### Valid n and k values
|
### Valid n and k values
|
||||||
|
|
||||||
|
```
|
||||||
+---------------------------+-------------+---------------------------+
|
+---------------------------+-------------+---------------------------+
|
||||||
| bits | n in hexadecimal | k max value | Amount of RAM with k = 1 |
|
| bits | n in hexadecimal | k max value | Amount of RAM with k = 1 |
|
||||||
+---------------------------+-------------+---------------------------+
|
| +-------------------------+-------------+---------------------------+
|
||||||
| 20 | 0x100000 | 1 (default) | |
|
| 20 | 0x100000 | 1 (default) | |
|
||||||
| 22 | 0x400000 | 2 | |
|
| 22 | 0x400000 | 2 | |
|
||||||
| 24 | 0x1000000 | 4 | |
|
| 24 | 0x1000000 | 4 | |
|
||||||
@@ -972,7 +973,7 @@ To get optimal performance the k values need to be base 2^x values, this is 1,2,
|
|||||||
| 60 | 0x1000000000000000 | 1048576 | ~4.5 GB |
|
| 60 | 0x1000000000000000 | 1048576 | ~4.5 GB |
|
||||||
| 62 | 0x4000000000000000 | 2097152 | ~9 GB |
|
| 62 | 0x4000000000000000 | 2097152 | ~9 GB |
|
||||||
+---------------------------+-------------+---------------------------+
|
+---------------------------+-------------+---------------------------+
|
||||||
|
```
|
||||||
|
|
||||||
*if you exceed the Max value of K the program can have a unknow behavior, the program can have a suboptimal performance, or in the wrong cases you can missing some hits and have an incorrect SPEED.*
|
*if you exceed the Max value of K the program can have a unknow behavior, the program can have a suboptimal performance, or in the wrong cases you can missing some hits and have an incorrect SPEED.*
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user