burst-miner
burst-miner copied to clipboard
Problems compiling in debian
When I tried to compile I got:
src/Miner.cpp: In member function 'void Burst::Miner::nonceSubmitterThread()': src/Miner.cpp:155:9: error: 'sleep_for' is not a member of 'std::this_thread' make: *** [bin/Miner.o] Error 1
I solved adding -D_GLIBCXX_USE_NANOSLEEP to the CFLAGS in the Make file.