mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-07 16:05:05 -05:00
Job flow WIP.
This commit is contained in:
@@ -74,7 +74,7 @@ App::exec()
|
||||
Mem::allocate(m_options->algo(), m_options->threads(), m_options->doubleHash());
|
||||
Summary::print();
|
||||
|
||||
Workers::start(m_options->threads());
|
||||
Workers::start(m_options->threads(), m_options->affinity(), m_options->nicehash());
|
||||
|
||||
m_network->connect();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user