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

Merge xmrig v6.16.0 into master

This commit is contained in:
MoneroOcean
2021-11-26 21:58:55 +00:00
84 changed files with 72411 additions and 233 deletions

View File

@@ -51,7 +51,7 @@ bool xmrig::AutoClient::parseLogin(const rapidjson::Value &result, int *code)
}
const Algorithm algo(Json::getString(result, "algo"));
if (algo.family() != Algorithm::KAWPOW) {
if (algo.family() != Algorithm::KAWPOW && algo.family() != Algorithm::GHOSTRIDER) {
*code = 6;
return false;
}