Add MoneroV (rx/v) algorithm [based on MoneroOcean/master]

This commit is contained in:
Tony Butler 2019-12-18 16:17:22 -07:00
parent f4cedd7b63
commit 45412a2ace
8 changed files with 117 additions and 2 deletions

View file

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