Minor change #01
This commit is contained in:
parent
1982d221e6
commit
ac6868faee
2 changed files with 2 additions and 3 deletions
|
@ -80,7 +80,7 @@ For failover you can add multiple pools, maximum count not limited.
|
|||
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
|
||||
Since version 0.8.0.
|
||||
Since version 0.8.0.1
|
||||
* `--av=1` For CPUs with hardware AES.
|
||||
* `--av=2` Lower power mode (double hash) of `1`.
|
||||
* `--av=3` Software AES implementation.
|
||||
|
|
|
@ -26,8 +26,7 @@
|
|||
#include <signal.h>
|
||||
#include <errno.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
||||
//---
|
||||
#include "App.h"
|
||||
#include "Cpu.h"
|
||||
#include "log/Log.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue