Initial multiple pools support [2/2].
This commit is contained in:
parent
952017ae7a
commit
c0dcfc2a97
7 changed files with 35 additions and 54 deletions
|
@ -105,7 +105,7 @@ int App::exec()
|
|||
Mem::allocate(m_options->algo(), m_options->threads(), m_options->doubleHash());
|
||||
Summary::print();
|
||||
|
||||
Workers::start(m_options->affinity(), m_options->nicehash());
|
||||
Workers::start(m_options->affinity(), false);
|
||||
|
||||
m_network->connect();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue