mirror of
https://github.com/GOSTSec/ccminer
synced 2025-01-10 14:57:53 +00:00
lyra2v2: aliases and readme
This commit is contained in:
parent
c9a66b696f
commit
4b04ca8027
@ -224,7 +224,8 @@ features.
|
|||||||
>>> RELEASE HISTORY <<<
|
>>> RELEASE HISTORY <<<
|
||||||
|
|
||||||
August 2015...
|
August 2015...
|
||||||
Restore WhirlpoolX algo
|
Add Lyra2REv2 algo (Vertcoin/Zoom)
|
||||||
|
Restore WhirlpoolX algo (VNL)
|
||||||
|
|
||||||
July 06th 2015 v1.6.5-C11
|
July 06th 2015 v1.6.5-C11
|
||||||
Nvml api power limits
|
Nvml api power limits
|
||||||
|
@ -2464,6 +2464,10 @@ void parse_arg(int key, char *arg)
|
|||||||
i = opt_algo = ALGO_DMD_GR;
|
i = opt_algo = ALGO_DMD_GR;
|
||||||
else if (!strcasecmp("doom", arg))
|
else if (!strcasecmp("doom", arg))
|
||||||
i = opt_algo = ALGO_LUFFA;
|
i = opt_algo = ALGO_LUFFA;
|
||||||
|
else if (!strcasecmp("lyra2re", arg))
|
||||||
|
i = opt_algo = ALGO_LYRA2;
|
||||||
|
else if (!strcasecmp("lyra2rev2", arg))
|
||||||
|
i = opt_algo = ALGO_LYRA2v2;
|
||||||
else if (!strcasecmp("ziftr", arg))
|
else if (!strcasecmp("ziftr", arg))
|
||||||
i = opt_algo = ALGO_ZR5;
|
i = opt_algo = ALGO_ZR5;
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user