And old cryptonight miners will not work correctly on NiceHash - we had to add small protocol adjustment to be able to redistribute hashing power because cryptonight algo does not have extranonce. Besides that, these miners also send additional newlines (bug), which our implementation will not tolerate and would kill con.
THANKS FOR THE REPLY--
I was not able to compile the NiceHash CryptoNight CCminer, either. I run Lubuntu 14.04, and am able to compile tsiv's original CCminer with no problem. Your code is based on his miner, but cloning git from the NiceHash repository, then compiling with the same steps used for tsiv's miner only results in errors.
I'd appreciate some help in compilation, or Linux binaries available for download. --scryptr
EDIT: I tried the "-msse2" switch, and no "cpuminer" executable was produced. The "march=core2" flag works, but the result is a miner that produces an "illegal instruction" and dumps core. If there is an appropriate command flag for Athlon X II CPUs, please let me know. Thanks... -scryptr
We use this build script on mingw for building for SSE2: https://github.com/nicehash/cpuminer-opt/blob/master/mingw64sse2.sh
There are no issues and executable is built.