NEOSCRYPT HASH RATES FOR SP_ Private Miner 5--
Our favorite coder has made a substantial increase in the hash rate for Neoscrypt algo in his Private Miner #5. Below is an initial picture:
EVGA GTX 960 SC miniing Neoscrypt at 420kh/s
Earlier today, the rate was 335-350kh/s on the same card with Private Miner #4. I do notice some CPU validation errors. Further, this is an initial result, after less than 5 minutes of mining.
I'll modify my auto-switch batch file in a few minutes with the new hash rate values and see which algo pops up as top paying. --scryptr
scryptr how you going to do that with Neoscrypt as the exe along with ccminer.exe .... can I see your bat file when your done ?
thx
BATCH FILE--
I modified my auto-switching batch file with the new hash rates for Neoscrypt. Simply copy and paste the lines between the "CUT LINE" notations into notepad and save the results as "switch.bat":
==========CUT LINE==========
:loop
C:\work\mine\spminer\ccminer.exe -r 0 -a x11 -i 20.5 -C --cpu-priority 5 -o stratum+tcp://hashpower.co:3533 -u Yourcoinaddy -p x11=5.5,quark=11.5,neoscrypt=0.425,lyra2v2=6.5,qubit=8.35 -b 0.0.0.0:4068
timeout /t 3
C:\work\mine\spminer\ccminer.exe -r 0 -a quark -i 23.9 -C --cpu-priority 5 -o stratum+tcp://hashpower.co:4033 -u Yourcoinaddy -p x11=5.5,quark=11.5,noscrypt=0.425,lyray2v2=6.5,qubit=8.35 -b 0.0.0.0:4068
timeout /t 3
C:\work\mine\spminer\ccminer.exe -r 0 -a neoscrypt -i 15.5 -C --cpu-priority 5 -o stratum+tcp://hashpower.co:4233 -u Yourcoinaddy -p x11=5.5,quark=11.5,neoscrypt=0.425,lyra2v2=6.5,qubit=8.35 -b 0.0.0.0:4068
timeout /t 3
C:\work\mine\spminer\ccminer.exe -r 0 -a lyra2v2 -i 19.1 -C --cpu-priority 5 -o stratum+tcp://hashpower.co:5433 -u Yourcoinaddy -p x11=5.5,quark=11.5,neoscrypt=0.425,lyra2v2=6.5,qubit=8.35 -b 0.0.0.0:4068
timeout /t 3
C:\work\mine\spminer\ccminer.exe -r 0 -a qubit -i 19.7 -C --cpu-priority 5 -o stratum+tcp://hashpower.co:4733 -u Yourcoinaddy -p x11=5.5,quark=11.5,neoscrypt=0.425,lyra2v2=6.5,qubit=8.35 -b 0.0.0.0:4068
timeout /t 3
goto loop
==========CUT LINE==========
The real difference is in the hash rate value for Neoscrypt in each launch line. Another difference, from my earlier posting of this batch file, is that x13 and x15 algos have been removed, as HashPower no longer mines them. Make sure to use the correct PATH for your personal copy of CCminer.
--scryptr