Send supported algorithms to pool in login request.
This commit is contained in:
parent
bc2660f509
commit
41e8c4f887
9 changed files with 89 additions and 43 deletions
|
@ -69,7 +69,7 @@ bool MultiWorker<N>::selfTest()
|
|||
return false;
|
||||
}
|
||||
|
||||
m_thread->fn(xmrig::VARIANT_IBPC)(test_input, 76, m_hash, m_ctx);
|
||||
m_thread->fn(xmrig::VARIANT_IPBC)(test_input, 76, m_hash, m_ctx);
|
||||
return memcmp(m_hash, test_output_ipbc_lite, sizeof m_hash) == 0;
|
||||
}
|
||||
# endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue