mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-07 16:05:05 -05:00
#1212 Fixed RandomX dataset re-initialization.
This commit is contained in:
@@ -100,6 +100,7 @@ void xmrig::Workers<T>::start(const std::vector<T> &data)
|
||||
}
|
||||
|
||||
d_ptr->hashrate = new Hashrate(m_workers.size());
|
||||
Nonce::touch(T::backend());
|
||||
|
||||
for (Thread<T> *worker : m_workers) {
|
||||
worker->start(Workers<T>::onReady);
|
||||
|
||||
Reference in New Issue
Block a user