Implemented verification on CPU.
This commit is contained in:
parent
e2d2591281
commit
eef5d91606
15 changed files with 1164 additions and 999 deletions
|
@ -60,7 +60,7 @@ xmrig::Network::Network(Controller *controller) :
|
|||
m_donate(nullptr),
|
||||
m_timer(nullptr)
|
||||
{
|
||||
JobResults::setListener(this);
|
||||
JobResults::setListener(this, controller->config()->cpu().isHwAES());
|
||||
controller->addListener(this);
|
||||
|
||||
# ifdef XMRIG_FEATURE_API
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue