Add block version check for pools without algorithm negotiation.
This commit is contained in:
parent
42e0d35207
commit
8d316c17f0
@ -134,6 +134,9 @@ bool Job::setBlob(const char *blob)
|
||||
else if (m_algorithm.variant() == xmrig::VARIANT_MSR && m_blob[0] >= 8) {
|
||||
m_algorithm.setVariant(xmrig::VARIANT_HALF);
|
||||
}
|
||||
else if (m_algorithm.variant() == xmrig::VARIANT_WOW && m_blob[0] < 11) {
|
||||
m_algorithm.setVariant(xmrig::VARIANT_2);
|
||||
}
|
||||
}
|
||||
|
||||
# ifdef XMRIG_PROXY_PROJECT
|
||||
|
||||
Loading…
Reference in New Issue
Block a user