Added "calc_pow" RPC support

This commit is contained in:
SChernykh
2021-11-20 11:51:22 +01:00
parent 2f659c8ecf
commit f9def6cb73
16 changed files with 201 additions and 28 deletions

View File

@@ -81,6 +81,10 @@ Params::Params(int argc, char* argv[])
if (strcmp(argv[i], "--no-color") == 0) {
log::CONSOLE_COLORS = false;
}
if (strcmp(argv[i], "--no-randomx") == 0) {
m_disableRandomX = true;
}
}
if (m_stratumAddresses.empty()) {