Building the Blagodarenko/miner-burst in GIT hub
-
Hi,
I am trying to build the project from the GIT hub using visual studio 2015 community edition, but I am facing a quite a lot of errors.
The miner repeatedly gets into a drive read error, if an USB drive is disconnected during mining and stops mining(In my case its an hardware issue). I want miner to reset itself and start from beginning if this happens.
I want to try to find out if I can do something about it.
Thanks in advance
-
you can change/add case to https://github.com/Blagodarenko/miner-burst/blob/master/miner.cpp#L1844
I'm not written it, because it cause slow reading(for compilation I use MSVC 2013)
-
Thanks a lot!!! I will give it a go :)