1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-06-24 20:42:39 -04:00

Merge xmrig v6.14.0 into master

This commit is contained in:
MoneroOcean
2022-02-04 15:35:26 +00:00
14 changed files with 96 additions and 19 deletions

View File

@@ -66,6 +66,12 @@ bool xmrig::AutoClient::parseLogin(const rapidjson::Value &result, int *code)
m_mode = ETH_MODE;
setAlgo(algo);
# ifdef XMRIG_ALGO_GHOSTRIDER
if (algo.family() == Algorithm::GHOSTRIDER) {
setExtraNonce2Size(Json::getUint64(result, "extra_nonce2_size"));
}
# endif
return true;
}