its for http://burst-pool.cryptoport.io and http://burst-pool2.cryptoport.io or any pool that use my code
binaries and source available here : https://github.com/uraymeiviar/burst-miner/releases/tag/1.0
for [ osx ], [ linux64 ] and [ win64 ]
If I try to compile it under Linux (Linux i7 3.2.0-4-amd64 ) I got:
//root/burst-miner-1.0:# make
g++ -O3 -march=native -std=c++11 -Wall -Isrc/rapidjson -Isrc/sphlib -Isrc/nxt -Isrc -c src/Miner.cpp -o bin/Miner.o
src/Miner.cpp: In member function ‘void Burst::Miner::updateGensig(std::string, uint64_t, uint64_t)’:
src/Miner.cpp:66:66: error: expected primary-expression before ‘)’ token
src/Miner.cpp: In member function ‘void Burst::Miner::nonceSubmitterThread()’:
src/Miner.cpp:133:74: error: expected primary-expression before ‘)’ token
make: *** [bin/Miner.o] Error 1
Any idea how to fix it?
please re-pull from git, i fixed it
It seems hasn't fixed yet.