Rename "cn/xtlv9" to "cn/half".

This commit is contained in:
XMRig
2019-01-13 19:42:27 +07:00
parent 0a3282bb61
commit 998a79a57c
9 changed files with 35 additions and 31 deletions

View File

@@ -125,7 +125,10 @@ bool Job::setBlob(const char *blob)
m_algorithm.setVariant(variant());
}
else if (m_algorithm.variant() == xmrig::VARIANT_XTL && m_blob[0] >= 9) {
m_algorithm.setVariant(xmrig::VARIANT_XTL2);
m_algorithm.setVariant(xmrig::VARIANT_HALF);
}
else if (m_algorithm.variant() == xmrig::VARIANT_MSR && m_blob[0] >= 8) {
m_algorithm.setVariant(xmrig::VARIANT_HALF);
}
# ifdef XMRIG_PROXY_PROJECT