NVIDIA GTX 970 = 50 Sol/s

Program shut off when .bat run :frowning:

g1 1070 71 sol each. nice

I do have a dual cpu system at home to test this on with a pair of xeon 2699v3’s with hyper treading off (as previous cpu miners only take 64 threads. Will test later. Though you mention enabling locked pages on my account. How do you do that?

And no when mining with the cpu load is going from 70 - 85%.

750ti is up to 22.8 sols/s

-w zcash address
error invalid bitcoin address

Locked pages: Enable the Lock Pages in Memory Option (Windows) - SQL Server | Microsoft Learn (you may have to restart OS after changing)

If your CPU is not fully utilized, then you are not running on all possible cores? Use -t to set correct number of threads. And having HT enabled shall benefit.

If having HT can benefit how many threads does this miner support? Can I enable and use all 72 threads on my home rig?

Ah that locked pages! You said on your account so was a bit confused.

i3 6100 getting 14 sols/s

It supports unlimited number of threads/cpus, because it uses more advanced handling of everything, such as NUMA memory allocations, groupthread affinity sets etc…

So this could be the best cpu miner yet! I’ve used the nicehash gui for a while and was always frusted with the 64 thread limit. I’ll test and get back to you. Thanks for the help!

So, this miner does not work on zcash pool?
http://zcash.nicehash.com/

bitcoin mining only?
stratum+tcp://equihash.eu.nicehash.com:3357

well right now with curreny public miners it is… if you can get me a miner that can do + 100 sol/s on Nvidia cards 900 or 1000 series than… sure… but I dont have that right now so…

and im waiting for 1080ti to come out anyways

was told it shoud come out in december… hope it does

1060 3GB - 50sol/s!!!

1 Like

1060 3gb - 50sol
1070 - 68-72sol

Pretty good indeed !!!

I am hearing great things in CUDA land. I am however waiting for a repo to go back up on GitHub.

You have a link to download this ? work on suprnova ? its for windows x64 ?

I have gtx 1070 , thanks .

as far as i known they currently locked to Nicehash only

Thanks 1000!

I download it , but dont understand the .bat to create .

I want mining on suprnova .

scrolling upper you will find sample .bat file

Getting 42 sol/s on my MSI GTX 970, cpu’s a 5820k, so definitely not that. What’s cp supposed to do?

Just tested this on a few systems

i7 4790 still only 15 sols, regardless of HT etc. Bios settings much be messed up some how.

i3 6100 default 14 sols, locked pages gave me 1 more sol, turning HT off gave me another 1.5 sols. So i3 6100 now getting 16.5 sols

Itiching to get home to try this on my 2699’s and a 980ti.

Link to win 64 bins: NiceHash - Leading Cryptocurrency Platform for Mining and Trading

Here are some examples, how to run.

If you have only 1 card in your system and you want only to mine with it:

eqm -u YOURBTCADDRESS -t 0 -cd 0

If you have 2 cards:

eqm -u YOURBTCADDRESS -t 0 -cd 0 1

If you want to mine with CPU and two cards (this auto sets threads to allavail-1, so one thread is left spare for GPU handling, so GPUs can reach max speed):

eqm -u YOURBTCADDRESS -cd 0 1

If you have a server with 2 cpus, each having 16 cores:

eqm -u YOURBTCADDRESS -p 2 -t 16

For max CPU performance, you may enabled locked pages: Enable the Lock Pages in Memory Option (Windows) - SQL Server | Microsoft Learn (restart of OS is needed after change).