Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows binary #15

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Windows binary #15

wants to merge 6 commits into from

Conversation

minerja
Copy link

@minerja minerja commented May 11, 2017

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

hyc and others added 6 commits April 1, 2016 12:49
Use precomputed RPC commands, they're always the same.
Use getblockcount for the periodic change-detection polls, it has
less processing cost in the daemon and less parsing cost in the miner.
Use a graduated delay between polls - longer right after a new block
is announced, shortening with each successive poll. New blocks are
unlikely to occur in rapid succession, so frequent polls are wasted
right after a new block is announced.
Get a new job if we spent too long on the current one.
@rickduarte
Copy link

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

@naillizard
Copy link

Release is broken, both Chrome and Antivirus picks up.

@erkinalp
Copy link

erkinalp commented Jan 16, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants