If anyone is interested, new simplified scrypt based in JK's one for Nvidia 960 cards. Hashrates calculated with slight overclocking to the card. Displayed version (-V) of the miners used is this:
ccminer1.8
ccminer v1.8
pthreads static 2, 9, 1, 0
libcurl/7.38.0 OpenSSL/1.0.1i zlib/1.2.8
ccminer181
ccminer v1.8.1
pthreads static 2, 9, 1, 0
libcurl/7.38.0 OpenSSL/1.0.1i zlib/1.2.8
ccminer176
ccminer v1.7.6
pthreads static 2, 9, 1, 0
libcurl/7.38.0 OpenSSL/1.0.1i zlib/1.2.8
ccminer1580
ccminer v1.5.80-git(SP-MOD)
pthreads static 2, 9, 1, 0
libcurl/7.40.0
Attention, this one displays all the help menu after the version when parameter -V used.
@echo off
SETLOCAL EnableExtensions
PATH=C:\Minado
SET ADDY=33R52ceGSXxWUbZvW7iVsNA3Wj2keoCfCM
SET ID=960,
SET A=ccminer18.exe
SET B=ccminer181.exe
SET C=ccminer176.exe
SET D=ccminer1580.exe
SET POOL1=stratum+tcp://
SET POOL2=.mine.zpool.ca
SET COUNTER=0
SET A16=skein
SET A05=lyra2v2
SET A06=neoscrypt
SET A14=x17
SET A18=lbry
SET A20=x11evo
SET A19=myr-gr
COLOR 0B
:start
SET /A COUNTER=%COUNTER%+1
SET PASS=%ID%,c=BTC,skein=186,lyra2v2=15.0,neoscrypt=0.405,x17=3.32,lbry=96.0,x11evo=4.89,myr-gr=27.1,stats
ECHO Starting miner processes....
ECHO off
%D% -r 0 -i 20.5 -a %A16% -o %POOL1%%A16%%POOL2%:4933 -u %ADDY% -p %PASS%,d=0.5 -c ccminer180.conf
%A% -r 0 -i 19.5 -a %A05% -o %POOL1%%A05%%POOL2%:4533 -u %ADDY% -p %PASS%,d=8 -c ccminer180.conf
%A% -r 0 -a %A06% -o %POOL1%%A06%%POOL2%:4233 -u %ADDY% -p %PASS%,d=72 -c ccminer180.conf
%C% -r 0 -i 19.5 -a %A14% -o %POOL1%%A14%%POOL2%:3737 -u %ADDY% -p %PASS%,d=0.008 -c ccminer180.conf
%B% -r 0 -a %A18% -o %POOL1%%A18%%POOL2%:3334 -u %ADDY% -p %PASS%,d=52 -c ccminer180.conf
%A% -r 0 -i 20 -a %A20% -o %POOL1%%A20%%POOL2%:3553 -u %ADDY% -p %PASS%,d=0.012 -c ccminer180.conf
%A% -r 0 -i 19 -a %A19% -o %POOL1%%A19%%POOL2%:5433 -u %ADDY% -p %PASS%,d=0.06 -c ccminer180.conf
ECHO -------------------------------------------------------------------------------
ECHO Total number of round robins: %COUNTER%
GOTO start
Remember to replace your PATH to the path in which you have your mining software installed. Only algos with estimate profit consistently over 125000 sat/day has been added. Blake2s could be also included, maybe in some days when I found time to get a good hashrate read from it. Decred is not included because the associated impossibility of control diff of the algos due to the (d)ecred bug.
If you find faster miners, better intensity parameters or any of that, please share. Ah, my afterburner conf is +100 core clock, +125 memory clock. I'm playing with it for the moment (not very concerned about burning an already old card) so if you know, you think you know a better conf, please share.
Salute