You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

15 lines
298 B

#include "Miner.h"
#include "EthashAux.h"
using namespace dev;
using namespace eth;
unsigned dev::eth::Miner::s_dagLoadMode = 0;
volatile unsigned dev::eth::Miner::s_dagLoadIndex = 0;
unsigned dev::eth::Miner::s_dagCreateDevice = 0;
volatile void* dev::eth::Miner::s_dagInHostMemory = NULL;