Update README.md
This commit is contained in:
parent
143da8380e
commit
52e871b810
21
README.md
21
README.md
@ -87,11 +87,22 @@ Use [config.xmrig.com](https://config.xmrig.com/xmrig) to generate, edit or shar
|
|||||||
Also you can use configuration via config file, default **config.json**. You can load multiple config files and combine it with command line options.
|
Also you can use configuration via config file, default **config.json**. You can load multiple config files and combine it with command line options.
|
||||||
|
|
||||||
## Algorithm variations
|
## Algorithm variations
|
||||||
Since version 0.8.0.
|
|
||||||
* `--av=1` For CPUs with hardware AES.
|
- `av` option used for automatic and simple threads mode (when you specify only threads count).
|
||||||
* `--av=2` Lower power mode (double hash) of `1`.
|
- For [advanced threads mode](https://github.com/xmrig/xmrig/issues/563) each thread configured individually and `av` option not used.
|
||||||
* `--av=3` Software AES implementation.
|
|
||||||
* `--av=4` Lower power mode (double hash) of `3`.
|
| av | Hashes per round | Hardware AES |
|
||||||
|
|----|------------------|--------------|
|
||||||
|
| 1 | 1 (Single) | yes |
|
||||||
|
| 2 | 2 (Double) | yes |
|
||||||
|
| 3 | 1 (Single) | no |
|
||||||
|
| 4 | 2 (Double) | no |
|
||||||
|
| 5 | 3 (Triple) | yes |
|
||||||
|
| 6 | 4 (Quard) | yes |
|
||||||
|
| 7 | 5 (Penta) | yes |
|
||||||
|
| 8 | 3 (Triple) | no |
|
||||||
|
| 9 | 4 (Quard) | no |
|
||||||
|
| 10 | 5 (Penta) | no |
|
||||||
|
|
||||||
## Common Issues
|
## Common Issues
|
||||||
### HUGE PAGES unavailable
|
### HUGE PAGES unavailable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user