mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-16 11:12:47 -05:00
Integrated RandomX, added RandomXL (Loki)
This commit is contained in:
@@ -72,6 +72,7 @@ static AlgoData const algorithms[] = {
|
||||
|
||||
# ifdef XMRIG_ALGO_RANDOMX
|
||||
{ "randomx/wow", "rx/wow", xmrig::RANDOM_X, xmrig::VARIANT_RX_WOW },
|
||||
{ "randomx/loki", "rx/loki", xmrig::RANDOM_X, xmrig::VARIANT_RX_LOKI },
|
||||
{ "randomx", "rx", xmrig::RANDOM_X, xmrig::VARIANT_RX_WOW },
|
||||
# endif
|
||||
|
||||
@@ -145,6 +146,7 @@ static const char *variants[] = {
|
||||
"zls",
|
||||
"double",
|
||||
"rx/wow",
|
||||
"rx/loki",
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user