1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-04-18 05:22:28 -04:00

Removed rx/keva

Keva coin is too small now.
This commit is contained in:
SChernykh
2024-07-31 08:28:05 +02:00
parent f5095247e8
commit 86f5db19d2
16 changed files with 3795 additions and 3989 deletions

View File

@@ -44,9 +44,6 @@ const RandomX_ConfigurationBase *xmrig::RxAlgo::base(Algorithm::Id algorithm)
case Algorithm::RX_SFX:
return &RandomX_SafexConfig;
case Algorithm::RX_KEVA:
return &RandomX_KevaConfig;
default:
break;
}