I just added a little Microsoft' ism into the code (scrypt.cpp): I use a parallel for construct around the HMAC SHA256 hashes. This takes the load off a single CPU core and allows the mining to go above ~120 kHash/s without choking the CPU. For Linux compilation I would have to use either OpenMP or turn this feature off via #ifdef. But Microsoft Visual Studio is not supporting OpenMP in the Express versions...
Christian
Hi, do you have a readme or guide for compiling from source on windows? I have VS 2010 Ultimate and I'm having the hardest time trying to compile the source. I have all the dependencies installed from the 7z provided, installed CUDA 5.5, VS 2010 Ultimate and using 2013-12-18.zip as the source and simply trying to make clean (works) rebuild and getting lots of errors. I can post the error logs here but I wanted to ask if there's a guide readme first as I must be missing something if I can't get the solution explorer to rebuild without any mods to the source. I've tried code generation compute_10,sm_10, compute_20,sm_20, compute_35,sm_35 and they all give me errors (different errors). Any help welcomed, thanks!