Add Mem class.
This commit is contained in:
parent
ef3af1c4fd
commit
30642881bf
5 changed files with 107 additions and 27 deletions
|
@ -29,6 +29,7 @@
|
|||
#include "Console.h"
|
||||
#include "Cpu.h"
|
||||
#include "crypto/CryptoNight.h"
|
||||
#include "Mem.h"
|
||||
#include "net/Client.h"
|
||||
#include "net/Network.h"
|
||||
#include "Options.h"
|
||||
|
@ -67,6 +68,7 @@ App::exec()
|
|||
return 1;
|
||||
}
|
||||
|
||||
Mem::allocate(m_options->algo(), m_options->threads(), m_options->doubleHash());
|
||||
Summary::print();
|
||||
|
||||
m_network->connect();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue