Will this miner work with different pools? Or is it only for mining with Nicehash?
Cant seem to find a place to put the pool’s address, etc.
The source is publicly available, you can modify it and put in URL of another pool.
There is ASM solver by xenon which is much faster. We will implement it in this miner eventually.
Guia step by step, i downloaded the miner, but i can’t star the miner,
You should reach out to @voxelot who is compiling for AMD and roll that into a Windows binary when ready.
Got 5.61H/s on my I5-2310 @2.9GHz
Use
nheqminer_x64_AVX.exe -l usa -u BITCOINADRESS.worker1
If you are on windows
That’s odd, Im getting the same result with i7-4790k @ 4.00 ghz
And well, i’m not using 100% of my I5, yes, its pretty odd
How many threads are you running? You should try -t 6
I’m trying to build the solution in Visual Studio Community 2015 (2013 isn’t available to download). I’ve had to upgrade the project to the 2015 C++ tools because CTP_2013 didn’t want to install alongside VS 2015.
When I try and build the project I get the following errors. Any tips?

This “miner” is useless to anyone that actually wants to mine zcash. All you can do is rent out hash power. Are you guys planning on changing that or do we have to wait for someone to fork it?
nheqminer -b -t 6
Gives me the same results as not running -t at all.
actually that is pretty easy, all you need to do is to set host and port based on parameters instead of hardcoded values (main.cpp)
edit: and someone already did it
You can just edit the config to point at any Zcash pool instead if you don’t want to run it on the nice hash pool.
Getting 4.65 H/s with i7 4470k 3.50 GHz.
How use this miner for pool supernova.cc?
./nhegminer -o stratum+tcp://zec.supernova.cc:2142 -u wes.wes -p x ---------------no work.
./nheqminer -o stratum=stratum+tcp://zec.supernova.cc:2142 -u wes.wes -p x
Equihash CPU Miner for NiceHash v0.1c
Thanks to Zcash developers for providing most of the code
Special thanks to tromp for providing optimized CPU equihash solver
Setting log level to 2
[07:34:35][0x00007f1ce38bd700] stratum | Connecting to stratum server equihash.eu.nicehash.com:3357
[07:34:35][0x00007f1ce38bd700] stratum | Connected!
[07:34:35][0x00007f1ce38bd700] stratum | Starting miner
[07:34:35][0x00007f1ce2885700] miner#0 | Starting thread #0
[07:34:35][0x00007f1ce38bd700] stratum | Subscribed to stratum server
[07:34:35][0x00007f1ce38bd700] miner | Extranonce is f8f9ff1f00000000000000001ffff9f72d
[07:34:35][0x00007f1ce38bd700] stratum | Worker not authorized: wes.wes
[07:34:35][0x00007f1ce38bd700] stratum | Disconnecting
[07:34:35][0x00007f1ce38bd700] stratum | Stopping miner
terminate called without an active exception
Aborted (core dumped)
Thats hardcoded coinmine.pl …
ld$ ./nheqminer -l zec.supernova.cc:2142 -u wes.wes -p x
Equihash CPU Miner for NiceHash v0.1c
Thanks to Zcash developers for providing most of the code
Special thanks to tromp for providing optimized CPU equihash solver
Setting log level to 2
[10:37:05][0x00007f59a151b700] stratum | Connecting to stratum server equihash.zec.supernova.cc:2142.nicehash.com:3357
[10:37:06][0x00007f59a151b700] stratum | resolve: Host not found (authoritative)
[10:37:06][0x00007f59a151b700] stratum | Reconnecting in 3 seconds…
[10:37:09][0x00007f59a151b700] stratum | Connecting to stratum server equihash.zec.supernova.cc:2142.nicehash.com:3357
[10:37:09][0x00007f59a151b700] stratum | resolve: Host not found (authoritative)
[10:37:09][0x00007f59a151b700] stratum | Reconnecting in 3 seconds…
[10:37:12][0x00007f59a151b700] stratum | Connecting to stratum server equihash.zec.supernova.cc:2142.nicehash.com:3357
[10:37:12][0x00007f59a151b700] stratum | resolve: Host not found (authoritative)
[10:37:12][0x00007f59a151b700] stratum | Reconnecting in 3 seconds…
[10:37:15][0x00007f59a151b700] stratum | Connecting to stratum server equihash.zec.supernova.cc:2142.nicehash.com:3357
[10:37:15][0x00007f59a151b700] stratum | resolve: Host not found (authoritative)
[10:37:15][0x00007f59a151b700] stratum | Reconnecting in 3 seconds…
zec.supernova.cc:2142.nicehash.com:3357 --how delete nicehash.com:3357?
It’s not my code but I had a look.
coinmine.pl is a default if the -l parameter isn’t specified.