This commit is contained in:
mowoe 2018-10-10 22:05:32 +00:00 committed by GitHub
commit e7df9435d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -111,7 +111,7 @@ void MultiWorker<N>::start()
Workers::submit(JobResult(m_state.job.poolId(), m_state.job.id(), *nonce(i), m_hash + (i * 32), m_state.job.diff(), m_state.job.algorithm()));
}
*nonce(i) += 1;
*nonce(i) += rand();
}
m_count += N;