Always reset nonce on RandomX dataset change
Also never get a new job when mining is paused
This commit is contained in:
parent
7e4caa8929
commit
17a52fb418
4 changed files with 10 additions and 3 deletions
|
@ -359,7 +359,9 @@ void xmrig::CpuWorker<N>::start()
|
|||
}
|
||||
}
|
||||
|
||||
consumeJob();
|
||||
if (!Nonce::isPaused()) {
|
||||
consumeJob();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue