Thx I'm trying nicehash then going to a pool now to get started... but I'm using this bat file and it just closes even without the -l usa.
nheqminer.exe -o stratum+tcp://equihash.usa.nicehash.com:3357 -u mywallet -p x -cd 0 -t 0 -l usa
nicehash miner 0.2a
use miner 0.3a
Thx but it just opens and closes... should I put anything for algo ?
EDIT: I have to update the driver........
NICEHASH IS HARDCODED FOR THE POOL--
Your launch line is for the other coins and generic miners. Here is my Win 7 batch file for one 980ti and an i7 2600 capable of 8 CPU threads:
=======cut line=======
:loop
c:\zcash\nheqminer.exe -cd 0 -t 6 -l usa -u 1Fs4uZ6a9ABYBTaHGUfqcwCQmeBRxkKRQT.rig1 -p x
pause
goto loop
=======cut line=======
if you have three CUDA cards, use "nheqminer.exe -cd 0 1 2 -t 6 -l usa -u 1Fs4uZ6a9ABYBTaHGUfqcwCQmeBRxkKRQT.rig1 -p x". The "-cd flag is for the CUDA Devices, the cards. The "-t" flag is for the CPU threads. The "-l usa" flag is ALL that you need for the pool. This miner does not need a complete address.
The launch line that you are using is killing your launch. --scryptr
EDIT: I have taken my two lightest rigs, a 4 card R7 265 rig, and my 750ti rig, and shifted them onto Zcash (ZEC). My Win 7 box (above) is earning between 8-10 dollars per day in BitCoin on NiceHash, at ~ 0.0125 BTC/day. The other two miners are both using "CoinsForAll.io" and the propriatary miner that they offer. Together, they generate about 2X the Sols/s that my Win 7 box generates, or close to 70 Sols/s. I'll be paid in Zcash from "CoinsForAll.io", so the comparison may be apples to oranges. The intersting thing is that the same miner drives both the GTX 750ti cards, and the R7 265 cards. Both small rigs are running Linux. The R7 265 cards are running 20 deg C cooler (in the 50 deg C range now) than when mining ETH + SIA with Claymore's miner.
If the pay rate holds out, the ~100 Sols/s for all three boxes mining ZEC should earn more than possible mining Ethereum (ETH) or CryptoNight (XMR). The R7 265 rig (2GB cards) mined ETH at 40MH/s, the 750ti rig mined CryptoNight at 1150H/s. --scryptr