Merge branch 'dev' into feature-opencl

This commit is contained in:
XMRig 2019-08-30 16:47:51 +07:00
commit 71329718e4
23 changed files with 536 additions and 339 deletions

View file

@ -90,6 +90,8 @@ void xmrig::CpuWorker<N>::allocateRandomX_VM()
if (Nonce::sequence(Nonce::CPU) == 0) {
return;
}
dataset = Rx::dataset(m_job.currentJob(), m_node);
}
if (!m_vm) {