Name for reference RandomX configuration changed to rx/text to avoid potential conflicts in future.

This commit is contained in:
XMRig 2019-08-09 14:26:00 +07:00
parent 4583d979db
commit 5cb3ef9068
4 changed files with 12 additions and 1 deletions

View file

@ -107,6 +107,8 @@ static AlgoName const algorithm_names[] = {
{ "cryptonight_turtle", "cn_turtle", Algorithm::CN_PICO_0 },
# endif
# ifdef XMRIG_ALGO_RANDOMX
{ "randomx/test", "rx/test", Algorithm::RX_0 },
{ "randomx/0", "rx/0", Algorithm::RX_0 },
{ "randomx/0", "rx/0", Algorithm::RX_0 },
{ "RandomX", "rx", Algorithm::RX_0 },
{ "randomx/wow", "rx/wow", Algorithm::RX_WOW },