Algo switch at Graft fork

This commit is contained in:
SChernykh 2019-03-05 18:05:19 +01:00
parent 6a77a27e7f
commit fb3129c67d

View file

@ -137,6 +137,9 @@ bool xmrig::Job::setBlob(const char *blob)
else if (m_algorithm.variant() == VARIANT_WOW && m_blob[0] < 11) {
m_algorithm.setVariant(VARIANT_2);
}
else if (m_algorithm.variant() == VARIANT_RWZ && m_blob[0] < 12) {
m_algorithm.setVariant(VARIANT_2);
}
}
# ifdef XMRIG_PROXY_PROJECT