Added Graft RandonX
This commit is contained in:
parent
230ff87634
commit
5fdf5516ff
11 changed files with 127 additions and 1 deletions
|
@ -52,6 +52,7 @@ static CoinName const coin_names[] = {
|
|||
{ "arqma", Coin::ARQMA },
|
||||
{ "arq", Coin::ARQMA },
|
||||
{ "dero", Coin::DERO },
|
||||
{ "graft", Coin::GRAFT },
|
||||
{ "keva", Coin::KEVA },
|
||||
{ "ravencoin", Coin::RAVEN },
|
||||
{ "raven", Coin::RAVEN },
|
||||
|
@ -80,6 +81,9 @@ xmrig::Algorithm::Id xmrig::Coin::algorithm(uint8_t blobVersion) const
|
|||
case KEVA:
|
||||
return (blobVersion >= 11) ? Algorithm::RX_KEVA : Algorithm::CN_R;
|
||||
|
||||
case GRAFT:
|
||||
return Algorithm::RX_GRAFT;
|
||||
|
||||
case RAVEN:
|
||||
return Algorithm::KAWPOW_RVN;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue