Added workaround for nicehash.com if you use cryptonightv7.<region>.nicehash.com option variant=1 will be set automatically.
This commit is contained in:
parent
90a09f20b3
commit
38874fbb0a
2 changed files with 5 additions and 0 deletions
|
@ -180,6 +180,10 @@ void Url::adjust(int algo)
|
|||
if (strstr(m_host, ".nicehash.com")) {
|
||||
m_keepAlive = false;
|
||||
m_nicehash = true;
|
||||
|
||||
if (strstr(m_host, "cryptonightv7.")) {
|
||||
m_variant = xmrig::VARIANT_V1;
|
||||
}
|
||||
}
|
||||
|
||||
if (strstr(m_host, ".minergate.com")) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue