I can't even get it to run. I get unable to load cuda module error. When I try compile the module myself per the instructions...I get this error:
LIBCMT.lib(crt0.obj) : error LNK2019: unresolved external symbol _main reference
d in function ___tmainCRTStartup
a.exe : fatal error LNK1120: 1 unresolved externals
No one can tell me how to fix it. I'm not much for a programmer..
This is a mismatch between the runtime libraries, I guess the project has an error. Make sure you are building a Release/x64 build. In the meantime, can you download the Debug branch from
https://github.com/cdmackie/rpcminer-mod/tree/Debug/bin and see if you get the same problems, and post any output.