mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-25 13:42:54 -05:00
Panthera algo implementation
This commit is contained in:
@@ -115,6 +115,8 @@ static AlgoName const algorithm_names[] = {
|
||||
{ "RandomKEVA", nullptr, Algorithm::RX_KEVA },
|
||||
{ "defyx", "defyx", Algorithm::RX_DEFYX },
|
||||
{ "DefyX", nullptr, Algorithm::RX_DEFYX },
|
||||
{ "panthera", "panthera", Algorithm::RX_XLA },
|
||||
{ "Panthera", "panthera", Algorithm::RX_XLA },
|
||||
# endif
|
||||
# ifdef XMRIG_ALGO_ARGON2
|
||||
{ "argon2/chukwa", nullptr, Algorithm::AR2_CHUKWA },
|
||||
|
||||
@@ -78,6 +78,7 @@ public:
|
||||
ASTROBWT_DERO, // "astrobwt" AstroBWT (Dero)
|
||||
KAWPOW_RVN, // "kawpow/rvn" KawPow (RVN)
|
||||
RX_DEFYX, // "defyx" DefyX (Scala).
|
||||
RX_XLA, // "panthera" Panthera (Scala2).
|
||||
MAX,
|
||||
MIN = 0,
|
||||
INVALID = -1,
|
||||
|
||||
Reference in New Issue
Block a user