mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-23 10:37:37 -07:00
rpc: assume randomx from v13 onwards
This commit is contained in:
parent
aefa7740c3
commit
5498142e8f
@ -1306,8 +1306,8 @@ namespace cryptonote
|
|||||||
case 1: res.pow_algorithm = "CNv1 (Cryptonight variant 1)"; break;
|
case 1: res.pow_algorithm = "CNv1 (Cryptonight variant 1)"; break;
|
||||||
case 2: case 3: res.pow_algorithm = "CNv2 (Cryptonight variant 2)"; break;
|
case 2: case 3: res.pow_algorithm = "CNv2 (Cryptonight variant 2)"; break;
|
||||||
case 4: case 5: res.pow_algorithm = "CNv4 (Cryptonight variant 4)"; break;
|
case 4: case 5: res.pow_algorithm = "CNv4 (Cryptonight variant 4)"; break;
|
||||||
case 6: case 7: res.pow_algorithm = "RandomX"; break;
|
case 6: case 7: case 8: case 9: res.pow_algorithm = "RandomX"; break;
|
||||||
default: res.pow_algorithm = "I'm not sure actually"; break;
|
default: res.pow_algorithm = "RandomX"; break; // assumed
|
||||||
}
|
}
|
||||||
if (res.is_background_mining_enabled)
|
if (res.is_background_mining_enabled)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user