Pages:
Author

Topic: EWBF's CUDA Zcash miner - page 34. (Read 2164326 times)

jpl
member
Activity: 154
Merit: 11
November 20, 2017, 12:23:43 AM
ewbf twitter thread?.. https://twitter.com/radix42

jr. member
Activity: 48
Merit: 10
November 19, 2017, 10:45:45 PM
Still the most stable Zcash miner out there, especially on Windows 10, EWBF could very likely outclass the current competition if he resumes with his updates...

yes, I can agree here, that ewbf is the best !
but in fact there is no completion - dtsm is not stable, and if minus the donate has same speed
so we need  more better equihash miner  Roll Eyes
jpl
member
Activity: 154
Merit: 11
November 19, 2017, 10:38:46 PM
when the miner is running but gpu's are mining 0 sols because of any reason, error or miner can't initalize, etc. what is the simplest way to make sure the .exe file can automatically relaunch after x seconds of 0 mining ?..

what is the simple script for this ? if anyone has a free file for this would be great...
here's what I'm using
Code:
:restart
TIMEOUT 8
miner --server eu1-zcash.flypool.org --port 3333 --user ****.* --pass x --eexit 3 --log 2 --logfile C:\*\0.3.4b\log-%DATE:~-4%-%DATE:~4,2%-%DATE:~7,2%_%time:~0,2%%time:~3,2%%time:~6,2%.txt --pec  --api 127.0.0.1:****2
goto :restart

thanks, what's the benefit of detailing the logfile like that ? would something like below work ?..

:restart
TIMEOUT 8
miner --server [SERVER] --port [PORT] --user [USER] --pass x --eexit 3 --log 2 --pec
goto :restart
Test it, run miner wait untill it starts mining, unplug ethernet cable and see if it will try to recover.
Logs for me are important, I'm not 24/7 monitoring in real time my rigs and logs help me to see what was going on

Thankyou,. seems to be working.  but what is this asterik for in the log?.. logfile C:\*     Is that for me to just make a folder for it to send out the log? 

newbie
Activity: 19
Merit: 0
November 19, 2017, 09:45:20 PM
Still the most stable Zcash miner out there, especially on Windows 10, EWBF could very likely outclass the current competition if he resumes with his updates...
Agree
legendary
Activity: 2128
Merit: 1657
November 19, 2017, 08:00:27 PM
Still the most stable Zcash miner out there, especially on Windows 10, EWBF could very likely outclass the current competition if he resumes with his updates...
legendary
Activity: 1498
Merit: 1030
November 19, 2017, 07:12:50 PM
"Monitor one rig" is WORTHLESS - and that $2 is per rig PER 30 DAYS.

 If it was a one-time "per rig" fee that wouldn't be so bad.

newbie
Activity: 33
Merit: 0
November 19, 2017, 04:40:05 PM
Hi. How can I monitor the farm remotely? Is there a prog analogue of EthMan?
awesomeminer.com

 Looks nice but WAY too bloody expen$ive.


ethmonitoring.com

 Playing with that one right now - it seems to work OK but it would be nice if it would save how I set the display.
 I'm also wondering (the web site wasn't real clear) if that $2/rig/month applies to the MONITOR program (in which case it's a ripoff BIGtime) or if it is only for the "remote control console" stuff (IMO still way high but not nearly AS bad for what it does).



Im not sure either but what i have understood is that you get one rig you can connect for free and then you have to pay $2 per extra rig.
legendary
Activity: 1498
Merit: 1030
November 19, 2017, 04:25:14 PM
Hi. How can I monitor the farm remotely? Is there a prog analogue of EthMan?
awesomeminer.com

 Looks nice but WAY too bloody expen$ive.


ethmonitoring.com

 Playing with that one right now - it seems to work OK but it would be nice if it would save how I set the display.
 I'm also wondering (the web site wasn't real clear) if that $2/rig/month applies to the MONITOR program (in which case it's a ripoff BIGtime) or if it is only for the "remote control console" stuff (IMO still way high but not nearly AS bad for what it does).

newbie
Activity: 33
Merit: 0
November 19, 2017, 02:08:05 PM
Hi. How can I monitor the farm remotely? Is there a prog analogue of EthMan?
awesomeminer.com

 Looks nice but WAY too bloody expen$ive.


ethmonitoring.com
legendary
Activity: 1498
Merit: 1030
November 19, 2017, 12:45:50 AM
Hi. How can I monitor the farm remotely? Is there a prog analogue of EthMan?
awesomeminer.com

 Looks nice but WAY too bloody expen$ive.
jpl
member
Activity: 154
Merit: 11
November 18, 2017, 10:21:42 PM
anyone gets problem after recently win10 update?

used to be very stably but got problem 1~2 times every day with both two PCs now.

 Check to make sure Win 10 didn't "auto-update" your drivers - VERY widely known issue with 10.

 Among the many other issues that make it totally unstable worthless junk IMO.



Yeah.. turn off all updates, and turn off all sharing etc... like this       https://windows.gadgethacks.com/how-to/everything-you-need-disable-windows-10-0163552/

jpl
member
Activity: 154
Merit: 11
November 18, 2017, 09:44:12 PM
when the miner is running but gpu's are mining 0 sols because of any reason, error or miner can't initalize, etc. what is the simplest way to make sure the .exe file can automatically relaunch after x seconds of 0 mining ?..

what is the simple script for this ? if anyone has a free file for this would be great...
here's what I'm using
Code:
:restart
TIMEOUT 8
miner --server eu1-zcash.flypool.org --port 3333 --user ****.* --pass x --eexit 3 --log 2 --logfile C:\*\0.3.4b\log-%DATE:~-4%-%DATE:~4,2%-%DATE:~7,2%_%time:~0,2%%time:~3,2%%time:~6,2%.txt --pec  --api 127.0.0.1:****2
goto :restart

thanks, what's the benefit of detailing the logfile like that ? would something like below work ?..

:restart
TIMEOUT 8
miner --server [SERVER] --port [PORT] --user [USER] --pass x --eexit 3 --log 2 --pec
goto :restart
Test it, run miner wait untill it starts mining, unplug ethernet cable and see if it will try to recover.
Logs for me are important, I'm not 24/7 monitoring in real time my rigs and logs help me to see what was going on

Will try tonight.. interesting.  I did try the '--eexit 3' and it did exit.. just didn't restart.
Thanks
newbie
Activity: 53
Merit: 0
November 18, 2017, 05:43:05 PM
I can set the drivers to not update in win10. Which nvidia drivers are the most stable?
legendary
Activity: 1498
Merit: 1030
November 18, 2017, 02:51:23 PM
anyone gets problem after recently win10 update?

used to be very stably but got problem 1~2 times every day with both two PCs now.

 Check to make sure Win 10 didn't "auto-update" your drivers - VERY widely known issue with 10.

 Among the many other issues that make it totally unstable worthless junk IMO.

member
Activity: 107
Merit: 11
November 18, 2017, 12:45:12 PM
anyone gets problem after recently win10 update?

used to be very stably but got problem 1~2 times every day with both two PCs now.
yes though I currently run dstm zm miner . I notice performance decrease and very recent interrupts and problems. Before that a month straight without issues Sad hope windows guys can do something about it
member
Activity: 76
Merit: 10
November 18, 2017, 11:23:42 AM
anyone gets problem after recently win10 update?

used to be very stably but got problem 1~2 times every day with both two PCs now.
member
Activity: 239
Merit: 12
November 18, 2017, 08:02:49 AM

nope, I'm using simple script for it, I don't think it needs this complex solutions, dunno.


+1
legendary
Activity: 1084
Merit: 1003
≡v≡
November 18, 2017, 03:57:38 AM
when the miner is running but gpu's are mining 0 sols because of any reason, error or miner can't initalize, etc. what is the simplest way to make sure the .exe file can automatically relaunch after x seconds of 0 mining ?..

what is the simple script for this ? if anyone has a free file for this would be great...
here's what I'm using
Code:
:restart
TIMEOUT 8
miner --server eu1-zcash.flypool.org --port 3333 --user ****.* --pass x --eexit 3 --log 2 --logfile C:\*\0.3.4b\log-%DATE:~-4%-%DATE:~4,2%-%DATE:~7,2%_%time:~0,2%%time:~3,2%%time:~6,2%.txt --pec  --api 127.0.0.1:****2
goto :restart

thanks, what's the benefit of detailing the logfile like that ? would something like below work ?..

:restart
TIMEOUT 8
miner --server [SERVER] --port [PORT] --user [USER] --pass x --eexit 3 --log 2 --pec
goto :restart
Test it, run miner wait untill it starts mining, unplug ethernet cable and see if it will try to recover.
Logs for me are important, I'm not 24/7 monitoring in real time my rigs and logs help me to see what was going on
legendary
Activity: 2128
Merit: 1657
November 18, 2017, 03:54:37 AM
when the miner is running but gpu's are mining 0 sols because of any reason, error or miner can't initalize, etc. what is the simplest way to make sure the .exe file can automatically relaunch after x seconds of 0 mining ?..

what is the simple script for this ? if anyone has a free file for this would be great...
here's what I'm using
Code:
:restart
TIMEOUT 8
miner --server eu1-zcash.flypool.org --port 3333 --user ****.* --pass x --eexit 3 --log 2 --logfile C:\*\0.3.4b\log-%DATE:~-4%-%DATE:~4,2%-%DATE:~7,2%_%time:~0,2%%time:~3,2%%time:~6,2%.txt --pec  --api 127.0.0.1:****2
goto :restart

thanks, what's the benefit of detailing the logfile like that ? would something like below work ?..

:restart
TIMEOUT 8
miner --server [SERVER] --port [PORT] --user [USER] --pass x --eexit 3 --log 2 --pec
goto :restart
legendary
Activity: 1084
Merit: 1003
≡v≡
November 18, 2017, 01:58:43 AM
when the miner is running but gpu's are mining 0 sols because of any reason, error or miner can't initalize, etc. what is the simplest way to make sure the .exe file can automatically relaunch after x seconds of 0 mining ?..

what is the simple script for this ? if anyone has a free file for this would be great...
here's what I'm using
Code:
:restart
TIMEOUT 8
miner --server eu1-zcash.flypool.org --port 3333 --user ****.* --pass x --eexit 3 --log 2 --logfile C:\*\0.3.4b\log-%DATE:~-4%-%DATE:~4,2%-%DATE:~7,2%_%time:~0,2%%time:~3,2%%time:~6,2%.txt --pec  --api 127.0.0.1:****2
goto :restart
Pages:
Jump to: