smilodon
Member
Offline
Activity: 127
Merit: 10
|
|
June 05, 2016, 11:58:51 PM |
|
crakfoo please add nist5 powercoin and x11evo revolvercoin thanks.
|
|
|
|
JaredKaragen
Legendary
Offline
Activity: 1848
Merit: 1166
My AR-15 ID's itself as a toaster. Want breakfast?
|
|
June 06, 2016, 12:15:38 AM Last edit: June 06, 2016, 12:39:25 AM by JaredKaragen |
|
OK. The batch has been cleaned up, and im glad to report that a dos variable doesn't have a max value like the olden days..... So.... Its all streamlined, and a lot easier to manage/modify. The algo names show as the window titles to easier see what algo is working. No longer needing to bring it to the front. Need to edit profitability? no longer do you have to update all the scripts. And tuning intensity is a breeze. If you use your machine like I do, you will be able to just wait for the offending algo to be present, then make a change the batch intensity and close just the miner app, and it will restart automatically with the batch file changes updated. @echo off SETLOCAL EnableExtensions SET ADDY=1PHSDYvVp6HpqtuUPocK41DrdeHbbezaeP :start SET PASS=p690gtx980-1,c=BTC,x11=8.2,x13=6.8,qubit=12.5,x15=5.6,lyra2v2=9.6,neoscrypt=0.378,decred=1.7,blakecoin=1.4,c11=8.8,quark=11.5,groestl=24.5,blake2s=1.2,x14=7.0,x17=5.2,stats cls start "X13" /min ccminer176.exe -r 0 -a x13 -i 17.5 -o stratum+tcp://mine.zpool.ca:3633 -u %ADDY% -p %PASS%,d=0.004 start "X11" /min ccminer176.exe -r 0 -a x11 -i 17.5 -o stratum+tcp://mine.zpool.ca:3533 -u %ADDY% -p %PASS%,d=0.002 start "QUBIT" /min ccminer176.exe -r 0 -a qubit -i 17.2 -o stratum+tcp://mine.zpool.ca:4733 -u %ADDY% -p %PASS%,d=0.004 start "X15" /min ccminer176.exe -r 0 -a x15 -i 17.5 -o stratum+tcp://mine.zpool.ca:3733 -u %ADDY% -p %PASS%,d=0.01 start "LYRA2RE2" /min ccminer176.exe -r 0 -a lyra2v2 -i 17.2 -o stratum+tcp://mine.zpool.ca:4533 -u %ADDY% -p %PASS%,d=1 start "NEOSCRYPT"/min ccminer176.exe -r 0 -a neoscrypt -i 20 -o stratum+tcp://mine.zpool.ca:4233 -u %ADDY% -p %PASS% start "DECRED" /min ccminer176.exe -r 0 -a decred -i 23 -o stratum+tcp://mine.zpool.ca:5744 -u %ADDY% -p %PASS%,d=0.5 start "BLAKECOIN" /min ccminer176.exe -r 0 -a blakecoin -o stratum+tcp://mine.zpool.ca:5743 -u %ADDY% -p %PASS% start "C11" /min ccminer176.exe -r 0 -a c11 -i 19.5 -o stratum+tcp://mine.zpool.ca:3573 -u %ADDY% -p %PASS% start "QUARK" /min ccminer176.exe -r 0 -a quark -i 17.5 -o stratum+tcp://mine.zpool.ca:4033 -u %ADDY% -p %PASS% start "GROESTL" /min ccminer176.exe -r 0 -a groestl -o stratum+tcp://mine.zpool.ca:5333 -u %ADDY% -p %PASS% start "BLAKE2S" /min ccminer176.exe -r 0 -a blake2s -o stratum+tcp://mine.zpool.ca:5766 -u %ADDY% -p %PASS%,d=0.4 start "X14" /min ccminer176.exe -r 0 -a x14 -o stratum+tcp://mine.zpool.ca:3933 -u %ADDY% -p %PASS% start "X17" /min ccminer176.exe -r 0 -a x17 -o stratum+tcp://mine.zpool.ca:3737 -u %ADDY% -p %PASS% :wait1 set EXE=ccminer176.exe FOR /F %%x IN ('tasklist /NH /FI "IMAGENAME eq %EXE%"') DO IF %%x == %EXE% goto FOUND goto FIN1 :FOUND echo %EXE% still running. goto wait1 :FIN1 goto start
|
|
|
|
JarBinks
|
|
June 06, 2016, 02:11:12 AM |
|
OK. The batch has been cleaned up, and im glad to report that a dos variable doesn't have a max value like the olden days..... So.... Its all streamlined, and a lot easier to manage/modify. The algo names show as the window titles to easier see what algo is working. No longer needing to bring it to the front. Need to edit profitability? no longer do you have to update all the scripts. And tuning intensity is a breeze. If you use your machine like I do, you will be able to just wait for the offending algo to be present, then make a change the batch intensity and close just the miner app, and it will restart automatically with the batch file changes updated. @echo off SETLOCAL EnableExtensions SET ADDY=1PHSDYvVp6HpqtuUPocK41DrdeHbbezaeP :start SET PASS=p690gtx980-1,c=BTC,x11=8.2,x13=6.8,qubit=12.5,x15=5.6,lyra2v2=9.6,neoscrypt=0.378,decred=1.7,blakecoin=1.4,c11=8.8,quark=11.5,groestl=24.5,blake2s=1.2,x14=7.0,x17=5.2,stats cls start "X13" /min ccminer176.exe -r 0 -a x13 -i 17.5 -o stratum+tcp://mine.zpool.ca:3633 -u %ADDY% -p %PASS%,d=0.004 start "X11" /min ccminer176.exe -r 0 -a x11 -i 17.5 -o stratum+tcp://mine.zpool.ca:3533 -u %ADDY% -p %PASS%,d=0.002 start "QUBIT" /min ccminer176.exe -r 0 -a qubit -i 17.2 -o stratum+tcp://mine.zpool.ca:4733 -u %ADDY% -p %PASS%,d=0.004 start "X15" /min ccminer176.exe -r 0 -a x15 -i 17.5 -o stratum+tcp://mine.zpool.ca:3733 -u %ADDY% -p %PASS%,d=0.01 start "LYRA2RE2" /min ccminer176.exe -r 0 -a lyra2v2 -i 17.2 -o stratum+tcp://mine.zpool.ca:4533 -u %ADDY% -p %PASS%,d=1 start "NEOSCRYPT"/min ccminer176.exe -r 0 -a neoscrypt -i 20 -o stratum+tcp://mine.zpool.ca:4233 -u %ADDY% -p %PASS% start "DECRED" /min ccminer176.exe -r 0 -a decred -i 23 -o stratum+tcp://mine.zpool.ca:5744 -u %ADDY% -p %PASS%,d=0.5 start "BLAKECOIN" /min ccminer176.exe -r 0 -a blakecoin -o stratum+tcp://mine.zpool.ca:5743 -u %ADDY% -p %PASS% start "C11" /min ccminer176.exe -r 0 -a c11 -i 19.5 -o stratum+tcp://mine.zpool.ca:3573 -u %ADDY% -p %PASS% start "QUARK" /min ccminer176.exe -r 0 -a quark -i 17.5 -o stratum+tcp://mine.zpool.ca:4033 -u %ADDY% -p %PASS% start "GROESTL" /min ccminer176.exe -r 0 -a groestl -o stratum+tcp://mine.zpool.ca:5333 -u %ADDY% -p %PASS% start "BLAKE2S" /min ccminer176.exe -r 0 -a blake2s -o stratum+tcp://mine.zpool.ca:5766 -u %ADDY% -p %PASS%,d=0.4 start "X14" /min ccminer176.exe -r 0 -a x14 -o stratum+tcp://mine.zpool.ca:3933 -u %ADDY% -p %PASS% start "X17" /min ccminer176.exe -r 0 -a x17 -o stratum+tcp://mine.zpool.ca:3737 -u %ADDY% -p %PASS% :wait1 set EXE=ccminer176.exe FOR /F %%x IN ('tasklist /NH /FI "IMAGENAME eq %EXE%"') DO IF %%x == %EXE% goto FOUND goto FIN1 :FOUND echo %EXE% still running. goto wait1 :FIN1 goto start
|
|
|
|
crackfoo (OP)
Legendary
Offline
Activity: 3556
Merit: 1126
|
|
June 06, 2016, 02:31:26 AM |
|
crakfoo please add nist5 powercoin and x11evo revolvercoin thanks.
done
|
ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
|
|
|
citronick
Legendary
Offline
Activity: 1834
Merit: 1080
---- winter*juvia -----
|
|
June 06, 2016, 02:57:48 AM Last edit: June 06, 2016, 03:08:20 AM by citronick |
|
OK. The batch has been cleaned up, and im glad to report that a dos variable doesn't have a max value like the olden days..... So.... Its all streamlined, and a lot easier to manage/modify. The algo names show as the window titles to easier see what algo is working. No longer needing to bring it to the front. Need to edit profitability? no longer do you have to update all the scripts. And tuning intensity is a breeze. If you use your machine like I do, you will be able to just wait for the offending algo to be present, then make a change the batch intensity and close just the miner app, and it will restart automatically with the batch file changes updated. @echo off SETLOCAL EnableExtensions SET ADDY=1PHSDYvVp6HpqtuUPocK41DrdeHbbezaeP :start SET PASS=p690gtx980-1,c=BTC,x11=8.2,x13=6.8,qubit=12.5,x15=5.6,lyra2v2=9.6,neoscrypt=0.378,decred=1.7,blakecoin=1.4,c11=8.8,quark=11.5,groestl=24.5,blake2s=1.2,x14=7.0,x17=5.2,stats cls start "X13" /min ccminer176.exe -r 0 -a x13 -i 17.5 -o stratum+tcp://mine.zpool.ca:3633 -u %ADDY% -p %PASS%,d=0.004 start "X11" /min ccminer176.exe -r 0 -a x11 -i 17.5 -o stratum+tcp://mine.zpool.ca:3533 -u %ADDY% -p %PASS%,d=0.002 start "QUBIT" /min ccminer176.exe -r 0 -a qubit -i 17.2 -o stratum+tcp://mine.zpool.ca:4733 -u %ADDY% -p %PASS%,d=0.004 start "X15" /min ccminer176.exe -r 0 -a x15 -i 17.5 -o stratum+tcp://mine.zpool.ca:3733 -u %ADDY% -p %PASS%,d=0.01 start "LYRA2RE2" /min ccminer176.exe -r 0 -a lyra2v2 -i 17.2 -o stratum+tcp://mine.zpool.ca:4533 -u %ADDY% -p %PASS%,d=1 start "NEOSCRYPT"/min ccminer176.exe -r 0 -a neoscrypt -i 20 -o stratum+tcp://mine.zpool.ca:4233 -u %ADDY% -p %PASS% start "DECRED" /min ccminer176.exe -r 0 -a decred -i 23 -o stratum+tcp://mine.zpool.ca:5744 -u %ADDY% -p %PASS%,d=0.5 start "BLAKECOIN" /min ccminer176.exe -r 0 -a blakecoin -o stratum+tcp://mine.zpool.ca:5743 -u %ADDY% -p %PASS% start "C11" /min ccminer176.exe -r 0 -a c11 -i 19.5 -o stratum+tcp://mine.zpool.ca:3573 -u %ADDY% -p %PASS% start "QUARK" /min ccminer176.exe -r 0 -a quark -i 17.5 -o stratum+tcp://mine.zpool.ca:4033 -u %ADDY% -p %PASS% start "GROESTL" /min ccminer176.exe -r 0 -a groestl -o stratum+tcp://mine.zpool.ca:5333 -u %ADDY% -p %PASS% start "BLAKE2S" /min ccminer176.exe -r 0 -a blake2s -o stratum+tcp://mine.zpool.ca:5766 -u %ADDY% -p %PASS%,d=0.4 start "X14" /min ccminer176.exe -r 0 -a x14 -o stratum+tcp://mine.zpool.ca:3933 -u %ADDY% -p %PASS% start "X17" /min ccminer176.exe -r 0 -a x17 -o stratum+tcp://mine.zpool.ca:3737 -u %ADDY% -p %PASS% :wait1 set EXE=ccminer176.exe FOR /F %%x IN ('tasklist /NH /FI "IMAGENAME eq %EXE%"') DO IF %%x == %EXE% goto FOUND goto FIN1 :FOUND echo %EXE% still running. goto wait1 :FIN1 goto start thanks JK - the scripts is running well - good job this. My GTX980 Ti is stretching her legs now... Is the ccminer 1.8 any good?
|
If I provided you good and useful info or just a smile to your day, consider sending me merit points to further validate this Bitcointalk account ~ useful for future account recovery...
|
|
|
JaredKaragen
Legendary
Offline
Activity: 1848
Merit: 1166
My AR-15 ID's itself as a toaster. Want breakfast?
|
|
June 06, 2016, 03:31:00 AM |
|
Stable as I can tell. I know there are optimized versions for each algo, but I'm done chasing hash
|
|
|
|
Megaquake
|
|
June 06, 2016, 04:12:39 AM |
|
Alpa (sha256) 2 APC 943.141 k 30 218 18 secs 0.0068 Aurora (sha256) 2.5 AUR 3.902 M 277 926 76 secs 0.0039 Neos (sha256) 50 NEOS 15.132 M 189 968 4 mins 198.2 Th/s 0.0039 Digibyte (sha256) 1008.269 DGB 3.153 M 2 496 813 62 secs 17.9 Th/s 0.0032 Maza (sha256) 1000 MZC 910.824 k 577 952 17 secs 0.0029 Terra (sha256) 20 TRC 577.827 k 766 922 11 secs 2.2 Th/s 0.0028
No hash to the top profitable coins why is it like that and not the first i have seen this, been like this at least 15 minutes and no Neos block found for 26 min
|
Mines at Kano.is best profit in the world!
在Kano.is的BTC
|
|
|
JaredKaragen
Legendary
Offline
Activity: 1848
Merit: 1166
My AR-15 ID's itself as a toaster. Want breakfast?
|
|
June 06, 2016, 04:26:27 AM |
|
Im thinking theres an issue with hashrate/difficulty being assigned to a lower hash coin.
I.E. they peobably wont point an S7's amount of hashrate at a 1K diff coin; it would cause issues I would think.
Or it could be the fact that the pool software is calculating based on current exchange price which can fluctuate greatly in a short amount of time. Just because its selling for that now; doesnt mean it will when the coins mature and there will be a buyer at that price.....
Or: Maybe my guesses here are totally wrong.
But that profitability you copied over is pretty good for those coins.
|
|
|
|
AngryDwarf
|
|
June 06, 2016, 07:48:53 AM |
|
Alpa (sha256) 2 APC 943.141 k 30 218 18 secs 0.0068 Aurora (sha256) 2.5 AUR 3.902 M 277 926 76 secs 0.0039 Neos (sha256) 50 NEOS 15.132 M 189 968 4 mins 198.2 Th/s 0.0039 Digibyte (sha256) 1008.269 DGB 3.153 M 2 496 813 62 secs 17.9 Th/s 0.0032 Maza (sha256) 1000 MZC 910.824 k 577 952 17 secs 0.0029 Terra (sha256) 20 TRC 577.827 k 766 922 11 secs 2.2 Th/s 0.0028
No hash to the top profitable coins why is it like that and not the first i have seen this, been like this at least 15 minutes and no Neos block found for 26 min
The way the stratum's distribute hash rate can be a bit puzzling at times, especially how it assigns hash on myr-gr. It should be going hell for leather on AUR at times. I have done some experiments though, solo mining some easy diff/stuck block chains on skein, SKC/XDC. Throwing huge amounts of hash at a low diff coin simply makes it's difficulty go up. The stratums seem to throttle hash on low difficulty coins based on the network hash rate. Whether it tracks how much lucky quota has gone against the coin and then ignores it for a while I don't know. What is really needed is a small periodic coin support phase, where the lowest profitable coin is mined. That helps to keep the block chain moving otherwise some mined coins won't mature and confirm on the exchange. It also gives chance for the diff on the lowest profitable coin to drop.
|
|
|
|
tbearhere
Legendary
Offline
Activity: 3206
Merit: 1003
|
|
June 06, 2016, 10:43:51 AM Last edit: June 06, 2016, 11:23:19 AM by tbearhere |
|
Graph is showing nothing at all for the last 2 hours? ? ?
same here 5 hours in total, I hope i didn't loose all that shares Crackfoo the 24 payout graph still isn't working?
|
|
|
|
JaredKaragen
Legendary
Offline
Activity: 1848
Merit: 1166
My AR-15 ID's itself as a toaster. Want breakfast?
|
|
June 06, 2016, 10:53:40 AM Last edit: June 06, 2016, 11:16:17 AM by JaredKaragen |
|
he's been busy... I noticed two algos pop up yesterday.... *edit* http://cryptomining-blog.com/tag/x11evo-nvidia-miner/ For the version I am using for x11evo. Added x11evo and nist5 to my normalized script. Critiqued a few small things. Yes I have it purposely re-setting the PASS variable each loop so it can be updated without reloading the batch. IDK if it's windows 10 or what, but I never knew that they took the command interpreter out of the stone age =) Ill always be an old-skool guy wishing there was a local BBS I could dial up to for old times sake. On another note: Also added SKEIN line formatted that you can insert. If you do, don't forget to add it's normalization to the ADDY variable that I left ready to cut and paste into there. I have the SKEIN line outside the main loop so it stays inactive because it just didn't seem to be as profitable as the pool was telling me it was. Maybe it was just a run in low luck... but I think it was luck leveling out... who knows. I also suggest you guys don't comment my code segments; it will make it a LOT easier to spot my updates and keep the pages less cluttered @echo off SETLOCAL EnableExtensions SET ADDY=1PHSDYvVp6HpqtuUPocK41DrdeHbbezaeP :start SET PASS=p690gtx980-
1,c=BTC,x11=8.2,x13=6.8,qubit=12.5,x15=5.6,lyra2v2=9.6,neoscrypt=0.378,decred=1.7,blakecoin=1.4,c11=8.8,quark=11.5,groestl=24.5,blake2s=1.2,x14=7.0,x17=5.2,nist5=8.0,x11evo=8.2,stats cls start "X13" /min ccminer176.exe -r 0 -a x13 -i 17.5 -o stratum+tcp://mine.zpool.ca:3633 -u %ADDY% -p %PASS%,d=0.004 start "X11" /min ccminer176.exe -r 0 -a x11 -i 17.5 -o stratum+tcp://mine.zpool.ca:3533 -u %ADDY% -p %PASS%,d=0.002 start "QUBIT" /min ccminer176.exe -r 0 -a qubit -i 17.2 -o stratum+tcp://mine.zpool.ca:4733 -u %ADDY% -p %PASS%,d=0.004 start "X15" /min ccminer176.exe -r 0 -a x15 -i 17.5 -o stratum+tcp://mine.zpool.ca:3733 -u %ADDY% -p %PASS%,d=0.01 start "LYRA2RE2" /min ccminer176.exe -r 0 -a lyra2v2 -i 17.2 -o stratum+tcp://mine.zpool.ca:4533 -u %ADDY% -p %PASS%,d=1 start "NEOSCRYPT"/min ccminer176.exe -r 0 -a neoscrypt -i 20 -o stratum+tcp://mine.zpool.ca:4233 -u %ADDY% -p %PASS% start "DECRED" /min ccminer176.exe -r 0 -a decred -i 23 -o stratum+tcp://mine.zpool.ca:5744 -u %ADDY% -p %PASS%,d=0.5 start "BLAKECOIN" /min ccminer176.exe -r 0 -a blakecoin -o stratum+tcp://mine.zpool.ca:5743 -u %ADDY% -p %PASS% start "C11" /min ccminer176.exe -r 0 -a c11 -i 19.5 -o stratum+tcp://mine.zpool.ca:3573 -u %ADDY% -p %PASS% start "QUARK" /min ccminer176.exe -r 0 -a quark -i 17.5 -o stratum+tcp://mine.zpool.ca:4033 -u %ADDY% -p %PASS% start "GROESTL" /min ccminer176.exe -r 0 -a groestl -o stratum+tcp://mine.zpool.ca:5333 -u %ADDY% -p %PASS% start "BLAKE2S" /min ccminer176.exe -r 0 -a blake2s -i 22 -o stratum+tcp://mine.zpool.ca:5766 -u %ADDY% -p %PASS%,d=0.4 start "X14" /min ccminer176.exe -r 0 -a x14 -o stratum+tcp://mine.zpool.ca:3933 -u %ADDY% -p %PASS% start "X17" /min ccminer176.exe -r 0 -a x17 -i 17.5 -o stratum+tcp://mine.zpool.ca:3737 -u %ADDY% -p %PASS% start "NIST5" /min ccminer176.exe -r 0 -a nist5 -i 17.5 -o stratum+tcp://mine.zpool.ca:3833 -u %ADDY% -p %PASS% start "X11EVO" /min ccminerx11evo.exe -r 0 -a x11evo -o stratum+tcp://mine.zpool.ca:3553 -u %ADDY% -p %PASS%
set EXE=ccminer176.exe :wait1 FOR /F %%x IN ('tasklist /NH /FI "IMAGENAME eq %EXE%"') DO IF %%x == %EXE% goto FOUND goto FIN1 :FOUND echo %EXE% still running. goto wait1 :FIN1 set EXE=ccminerx11evo.exe :wait2 FOR /F %%x IN ('tasklist /NH /FI "IMAGENAME eq %EXE%"') DO IF %%x == %EXE% goto FOUND goto FIN2 :FOUND echo %EXE% still running. goto wait2 :FIN2 goto start
start "SKEIN" /min ccminer176.exe -r 0 -a skein -o stratum+tcp://mine.zpool.ca:4933 -u %ADDY% -p %PASS% ,skein=293.0
|
|
|
|
tbearhere
Legendary
Offline
Activity: 3206
Merit: 1003
|
|
June 06, 2016, 10:58:26 AM |
|
OK. The batch has been cleaned up, and im glad to report that a dos variable doesn't have a max value like the olden days..... So.... Its all streamlined, and a lot easier to manage/modify. The algo names show as the window titles to easier see what algo is working. No longer needing to bring it to the front. Need to edit profitability? no longer do you have to update all the scripts. And tuning intensity is a breeze. If you use your machine like I do, you will be able to just wait for the offending algo to be present, then make a change the batch intensity and close just the miner app, and it will restart automatically with the batch file changes updated. @echo off SETLOCAL EnableExtensions SET ADDY=1PHSDYvVp6HpqtuUPocK41DrdeHbbezaeP :start SET PASS=p690gtx980-1,c=BTC,x11=8.2,x13=6.8,qubit=12.5,x15=5.6,lyra2v2=9.6,neoscrypt=0.378,decred=1.7,blakecoin=1.4,c11=8.8,quark=11.5,groestl=24.5,blake2s=1.2,x14=7.0,x17=5.2,stats cls start "X13" /min ccminer176.exe -r 0 -a x13 -i 17.5 -o stratum+tcp://mine.zpool.ca:3633 -u %ADDY% -p %PASS%,d=0.004 start "X11" /min ccminer176.exe -r 0 -a x11 -i 17.5 -o stratum+tcp://mine.zpool.ca:3533 -u %ADDY% -p %PASS%,d=0.002 start "QUBIT" /min ccminer176.exe -r 0 -a qubit -i 17.2 -o stratum+tcp://mine.zpool.ca:4733 -u %ADDY% -p %PASS%,d=0.004 start "X15" /min ccminer176.exe -r 0 -a x15 -i 17.5 -o stratum+tcp://mine.zpool.ca:3733 -u %ADDY% -p %PASS%,d=0.01 start "LYRA2RE2" /min ccminer176.exe -r 0 -a lyra2v2 -i 17.2 -o stratum+tcp://mine.zpool.ca:4533 -u %ADDY% -p %PASS%,d=1 start "NEOSCRYPT"/min ccminer176.exe -r 0 -a neoscrypt -i 20 -o stratum+tcp://mine.zpool.ca:4233 -u %ADDY% -p %PASS% start "DECRED" /min ccminer176.exe -r 0 -a decred -i 23 -o stratum+tcp://mine.zpool.ca:5744 -u %ADDY% -p %PASS%,d=0.5 start "BLAKECOIN" /min ccminer176.exe -r 0 -a blakecoin -o stratum+tcp://mine.zpool.ca:5743 -u %ADDY% -p %PASS% start "C11" /min ccminer176.exe -r 0 -a c11 -i 19.5 -o stratum+tcp://mine.zpool.ca:3573 -u %ADDY% -p %PASS% start "QUARK" /min ccminer176.exe -r 0 -a quark -i 17.5 -o stratum+tcp://mine.zpool.ca:4033 -u %ADDY% -p %PASS% start "GROESTL" /min ccminer176.exe -r 0 -a groestl -o stratum+tcp://mine.zpool.ca:5333 -u %ADDY% -p %PASS% start "BLAKE2S" /min ccminer176.exe -r 0 -a blake2s -o stratum+tcp://mine.zpool.ca:5766 -u %ADDY% -p %PASS%,d=0.4 start "X14" /min ccminer176.exe -r 0 -a x14 -o stratum+tcp://mine.zpool.ca:3933 -u %ADDY% -p %PASS% start "X17" /min ccminer176.exe -r 0 -a x17 -o stratum+tcp://mine.zpool.ca:3737 -u %ADDY% -p %PASS% :wait1 set EXE=ccminer176.exe FOR /F %%x IN ('tasklist /NH /FI "IMAGENAME eq %EXE%"') DO IF %%x == %EXE% goto FOUND goto FIN1 :FOUND echo %EXE% still running. goto wait1 :FIN1 goto start Very good. You almost have a mini-minercontrol. If only it was windows 8.1.
|
|
|
|
JaredKaragen
Legendary
Offline
Activity: 1848
Merit: 1166
My AR-15 ID's itself as a toaster. Want breakfast?
|
|
June 06, 2016, 11:22:41 AM |
|
If only it was windows 8.1. I believe it should be fine all the way back to Windows XP as far as the batch scripting goes.... and if its XP64; I think it would work this exact same copy of miner apps and everything.... Not that I would consider ever running that OS since I switched from it to 7
|
|
|
|
tbearhere
Legendary
Offline
Activity: 3206
Merit: 1003
|
|
June 06, 2016, 11:25:07 AM |
|
If only it was windows 8.1. I believe it should be fine all the way back to Windows XP as far as the batch scripting goes.... and if its XP64; I think it would work this exact same copy of miner apps and everything.... Not that I would consider ever running that OS since I switched from it to 7 I'm running vista and it gives a higher hashrate. Where is your delay that is needed for ccminer before running the next algo?......is it the wait command?
|
|
|
|
crackfoo (OP)
Legendary
Offline
Activity: 3556
Merit: 1126
|
|
June 06, 2016, 11:39:19 AM |
|
Graph is showing nothing at all for the last 2 hours? ? ?
same here 5 hours in total, I hope i didn't loose all that shares Crackfoo the 24 payout graph still isn't working?Seems my loop script stopped processing again. Shares aren't lost, they just pile up unfortunately without updating the graphs and stats. Haven't put my finger on why it hung just yet.
|
ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
|
|
|
crackfoo (OP)
Legendary
Offline
Activity: 3556
Merit: 1126
|
|
June 06, 2016, 11:45:09 AM |
|
crakfoo please add nist5 powercoin and x11evo revolvercoin thanks.
done Any other nist5 coins I could add?
|
ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
|
|
|
tbearhere
Legendary
Offline
Activity: 3206
Merit: 1003
|
|
June 06, 2016, 11:52:16 AM |
|
Im thinking theres an issue with hashrate/difficulty being assigned to a lower hash coin.
I.E. they peobably wont point an S7's amount of hashrate at a 1K diff coin; it would cause issues I would think.
Or it could be the fact that the pool software is calculating based on current exchange price which can fluctuate greatly in a short amount of time. Just because its selling for that now; doesnt mean it will when the coins mature and there will be a buyer at that price.....
Or: Maybe my guesses here are totally wrong.
But that profitability you copied over is pretty good for those coins.
That is why I'm here..hit the low difficulty coins for more profit.
|
|
|
|
smilodon
Member
Offline
Activity: 127
Merit: 10
|
|
June 06, 2016, 11:57:10 AM |
|
crakfoo please add nist5 powercoin and x11evo revolvercoin thanks.
done Eίσαι ωραίoς!I know another currency in nist5 joincoin. don't know another good performance.Maybe I'm wrong, but if I see any I'll mention it.
|
|
|
|
crackfoo (OP)
Legendary
Offline
Activity: 3556
Merit: 1126
|
|
June 06, 2016, 12:05:22 PM |
|
crakfoo please add nist5 powercoin and x11evo revolvercoin thanks.
done Eίσαι ωραίoς! Eυχαριστώ!
|
ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
|
|
|
JarBinks
|
|
June 06, 2016, 03:02:50 PM |
|
I'm running vista and it gives a higher hashrate. So you are the one still running Vista!! lol!!! I would think that a clean/bare install of Window 8.1 and/or Window 7 would run faster than Vista. Vista had core modifications that were abandoned, due to stability, in favor of a new approach in Windows 7.
|
|
|
|
|