Updated version

This commit is contained in:
MoneroOcean 2019-08-30 19:17:07 -07:00
commit 4f758f460f
27 changed files with 563 additions and 346 deletions

View file

@ -91,6 +91,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) {