ccminer-cryptonight icon indicating copy to clipboard operation
ccminer-cryptonight copied to clipboard

Windows binary

Open minerja opened this issue 7 years ago • 4 comments

Hello there. Sorry to trouble you. Could you please compile a windows binary of the nvidia xmr miner. I desperately need to be able to solo mine. I also have a 750ti same as you, so hopefully it will work fine. In anticiaption Thanks minerja

minerja avatar May 11 '17 13:05 minerja

Look here: https://github.com/tsiv/ccminer-cryptonight/releases/

rickduarte avatar May 19 '17 01:05 rickduarte

Release is broken, both Chrome and Antivirus picks up.

naillizard avatar Jun 12 '17 13:06 naillizard

hyc's version fails to compile in its current situation.

make  all-recursive
make[1]: Entering directory '/home/erkinalp/ccminer-cryptonight-daemon'
Making all in compat
make[2]: Entering directory '/home/erkinalp/ccminer-cryptonight-daemon/compat'
make[3]: Entering directory '/home/erkinalp/ccminer-cryptonight-daemon/compat'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/erkinalp/ccminer-cryptonight-daemon/compat'
make[2]: Leaving directory '/home/erkinalp/ccminer-cryptonight-daemon/compat'
make[2]: Entering directory '/home/erkinalp/ccminer-cryptonight-daemon'
gcc -DHAVE_CONFIG_H -I.  -msse2  -fopenmp -pthread -fno-strict-aliasing  -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME   -g -O2 -MT ccminer-cpu-miner.o -MD -MP -MF .deps/ccminer-cpu-miner.Tpo -c -o ccminer-cpu-miner.o `test -f 'cpu-miner.c' || echo './'`cpu-miner.c
mv -f .deps/ccminer-cpu-miner.Tpo .deps/ccminer-cpu-miner.Po
gcc -DHAVE_CONFIG_H -I.  -msse2  -fopenmp -pthread -fno-strict-aliasing  -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME   -g -O2 -MT ccminer-util.o -MD -MP -MF .deps/ccminer-util.Tpo -c -o ccminer-util.o `test -f 'util.c' || echo './'`util.c
mv -f .deps/ccminer-util.Tpo .deps/ccminer-util.Po
make[2]: *** No rule to make target 'sph/bmw.c', needed by 'ccminer-bmw.o'. Durdu.
make[2]: Leaving directory '/home/erkinalp/ccminer-cryptonight-daemon'
Makefile:744: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/erkinalp/ccminer-cryptonight-daemon'
Makefile:305: recipe for target 'all' failed
make: *** [all] Error 2

erkinalp avatar Jan 16 '18 10:01 erkinalp