Merge e23dad0f1d
into 4bf248f513
This commit is contained in:
commit
e7df9435d3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue