mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-13 01:52:50 -05:00
Conceal (CCX) support
This commit is contained in:
@@ -127,6 +127,7 @@ static AlgoName const algorithm_names[] = {
|
||||
{ "kawpow", nullptr, Algorithm::KAWPOW_RVN },
|
||||
{ "kawpow/rvn", nullptr, Algorithm::KAWPOW_RVN },
|
||||
# endif
|
||||
{ "cryptonight/ccx", "cn/ccx", Algorithm::CN_CCX },
|
||||
};
|
||||
|
||||
|
||||
@@ -292,6 +293,7 @@ xmrig::Algorithm::Family xmrig::Algorithm::family(Id id)
|
||||
case CN_RWZ:
|
||||
case CN_ZLS:
|
||||
case CN_DOUBLE:
|
||||
case CN_CCX:
|
||||
return CN;
|
||||
|
||||
# ifdef XMRIG_ALGO_CN_LITE
|
||||
|
||||
Reference in New Issue
Block a user