Nevermind, it looks like you covered it here: https://github.com/Blagodarenko/miner-burst/issues/8
I'll try this and see if I can get it building.
codingbrian
@codingbrian
Posts made by codingbrian
-
RE: Blago's Burst-Miner (Win)posted in Miner
-
RE: Blago's Burst-Miner (Win)posted in Miner
I was curious how miners worked, so I downloaded the code. I had quite a few problems, though I might be doing something wrong. I tried multiple versions of Visual Studio (2010, 2013, 2017).
For some reason, the miner.sln file couldn't open properly. Visual Studio just says "The project file or web cannot be found."
So, I tried the miner.vcxproj file. That opened successfully, but the folders are all in Russian (perhaps this is set from the miner.rc file?). When I tried to Build the solution, I got a bunch of errors in the shabal.asm file (most were "undefined symbol" errors for rsp, rbp, rax, etc.).For example:
Severity Code Description Project File Line Suppression State
Error A2006 undefined symbol : rsp miner D:\GitHub\miner-burst\shabal.asm 181There were also a few sytnax errors like the following:
Severity Code Description Project File Line Suppression State
Error A2008 syntax error : rep miner D:\GitHub\miner-burst\shabal.asm 1063There was one other error on Build in the masm.targets file:
Severity Code Description Project File Line Suppression State
Error MSB3721 The command "ml.exe /c /nologo /Zi /Fo"Debug\shabal.obj" /W3 /errorReport:prompt /Tashabal.asm" exited with code 1. miner C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\BuildCustomizations\masm.targets 50