Pages:
Author

Topic: █▓▒░-< [ZPOOL.CA][BTC Multipool] The miners multipool >-░▒▓█ Paid 925+ BTC - page 78. (Read 217685 times)

member
Activity: 127
Merit: 10
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.
legendary
Activity: 3164
Merit: 1003
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. Wink
legendary
Activity: 3486
Merit: 1126
crakfoo please add nist5 powercoin and x11evo revolvercoin thanks.

done

Any other nist5 coins I could add?
legendary
Activity: 3486
Merit: 1126
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 Sad

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.

legendary
Activity: 3164
Merit: 1003
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  Wink
I'm running vista and it gives a higher hashrate.  Grin
Where is your delay that is needed for ccminer before running the next algo?......is it the wait command?
legendary
Activity: 1848
Merit: 1166
My AR-15 ID's itself as a toaster. Want breakfast?
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  Wink
legendary
Activity: 3164
Merit: 1003
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.

Code:
@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.
legendary
Activity: 1848
Merit: 1166
My AR-15 ID's itself as a toaster. Want breakfast?
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 Wink

Code:
@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
legendary
Activity: 3164
Merit: 1003
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 Sad

Crackfoo the 24 payout graph still isn't working?
sr. member
Activity: 476
Merit: 501
   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.
legendary
Activity: 1848
Merit: 1166
My AR-15 ID's itself as a toaster. Want breakfast?
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.
hero member
Activity: 630
Merit: 506
   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
legendary
Activity: 1848
Merit: 1166
My AR-15 ID's itself as a toaster. Want breakfast?
Stable as I can tell.

I know there are optimized versions for each algo, but I'm done chasing hash Wink
legendary
Activity: 1834
Merit: 1080
---- winter*juvia -----
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.

Code:
@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?
legendary
Activity: 3486
Merit: 1126
crakfoo please add nist5 powercoin and x11evo revolvercoin thanks.

done
full member
Activity: 144
Merit: 100
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.

Code:
@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

 Grin
legendary
Activity: 1848
Merit: 1166
My AR-15 ID's itself as a toaster. Want breakfast?
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.

Code:
@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
member
Activity: 127
Merit: 10
crakfoo please add nist5 powercoin and x11evo revolvercoin thanks.
legendary
Activity: 1848
Merit: 1166
My AR-15 ID's itself as a toaster. Want breakfast?
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 Sad


If you were paying attention you would have seen the coin credits still rolling in with share percentage while it was happening.
hero member
Activity: 710
Merit: 502
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 Sad
Pages:
Jump to: