Fixed hugepages/memory printout for CN-Turtle/Ultralite
- Added more names to the algo parse CN-Turtle/Ultralite
This commit is contained in:
parent
25b1e2e223
commit
61778ab4c2
4 changed files with 7 additions and 5 deletions
|
@ -1098,7 +1098,7 @@ bool Options::setAlgo(const char *algo)
|
|||
}
|
||||
|
||||
|
||||
if (i == ARRAY_SIZE(algo_names) - 1 && (!strcmp(algo, "cn-ultra-lite") || !strcmp(algo, "cryptonight-ultra-lite") || !strcmp(algo, "cryptonight-ultralight"))) {
|
||||
if (i == ARRAY_SIZE(algo_names) - 1 && (!strcmp(algo, "cn-ultra-lite") || !strcmp(algo, "cryptonight-ultra-lite") || !strcmp(algo, "cryptonight-ultralight") || !strcmp(algo, "cryptonight-turtle") || !strcmp(algo, "cn-turtle") || !strcmp(algo, "cryptonight-pico") || !strcmp(algo, "cn-pico"))) {
|
||||
m_algo = ALGO_CRYPTONIGHT_ULTRALITE;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue