Fix nicehash support, please note --nicehash option now specified per pool.
This commit is contained in:
parent
263634f585
commit
8ec58a8394
12 changed files with 23 additions and 26 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(), false);
|
||||
Workers::start(m_options->affinity());
|
||||
|
||||
m_network->connect();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue