Bitcoin Forum
June 21, 2024, 09:01:49 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 ... 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 [260] 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 »
  Print  
Author Topic: EWBF's CUDA Zcash miner  (Read 2164087 times)
Vispilio
Legendary
*
Offline Offline

Activity: 2086
Merit: 1631



View Profile WWW
November 18, 2017, 06:53:49 AM
 #5181

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...

mettalmag
Legendary
*
Offline Offline

Activity: 1084
Merit: 1003


≡v≡


View Profile
November 18, 2017, 06:58:43 AM
 #5182

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
Vispilio
Legendary
*
Offline Offline

Activity: 2086
Merit: 1631



View Profile WWW
November 18, 2017, 08:54:37 AM
 #5183

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

mettalmag
Legendary
*
Offline Offline

Activity: 1084
Merit: 1003


≡v≡


View Profile
November 18, 2017, 08:57:38 AM
 #5184

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
crypper
Member
**
Offline Offline

Activity: 239
Merit: 12


View Profile
November 18, 2017, 01:02:49 PM
 #5185


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


+1
U253
Member
**
Offline Offline

Activity: 76
Merit: 10


View Profile
November 18, 2017, 04:23:42 PM
 #5186

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.
N0pr3s3n7
Member
**
Offline Offline

Activity: 107
Merit: 11


View Profile
November 18, 2017, 05:45:12 PM
 #5187

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
QuintLeo
Legendary
*
Offline Offline

Activity: 1498
Merit: 1030


View Profile
November 18, 2017, 07:51:23 PM
 #5188

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.


I'm no longer legendary just in my own mind!
Like something I said? Donations gratefully accepted. LYLnTKvLefz9izJFUvEGQEZzSkz34b3N6U (Litecoin)
1GYbjMTPdCuV7dci3iCUiaRrcNuaiQrVYY (Bitcoin)
slackert
Newbie
*
Offline Offline

Activity: 53
Merit: 0


View Profile
November 18, 2017, 10:43:05 PM
 #5189

I can set the drivers to not update in win10. Which nvidia drivers are the most stable?
jpl
Member
**
Offline Offline

Activity: 154
Merit: 11


View Profile
November 19, 2017, 02:44:12 AM
 #5190

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
jpl
Member
**
Offline Offline

Activity: 154
Merit: 11


View Profile
November 19, 2017, 03:21:42 AM
 #5191

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/

QuintLeo
Legendary
*
Offline Offline

Activity: 1498
Merit: 1030


View Profile
November 19, 2017, 05:45:50 AM
 #5192

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.

I'm no longer legendary just in my own mind!
Like something I said? Donations gratefully accepted. LYLnTKvLefz9izJFUvEGQEZzSkz34b3N6U (Litecoin)
1GYbjMTPdCuV7dci3iCUiaRrcNuaiQrVYY (Bitcoin)
Creamss
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
November 19, 2017, 07:08:05 PM
 #5193

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
QuintLeo
Legendary
*
Offline Offline

Activity: 1498
Merit: 1030


View Profile
November 19, 2017, 09:25:14 PM
 #5194

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).


I'm no longer legendary just in my own mind!
Like something I said? Donations gratefully accepted. LYLnTKvLefz9izJFUvEGQEZzSkz34b3N6U (Litecoin)
1GYbjMTPdCuV7dci3iCUiaRrcNuaiQrVYY (Bitcoin)
Creamss
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
November 19, 2017, 09:40:05 PM
 #5195

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.
QuintLeo
Legendary
*
Offline Offline

Activity: 1498
Merit: 1030


View Profile
November 20, 2017, 12:12:50 AM
 #5196

"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.


I'm no longer legendary just in my own mind!
Like something I said? Donations gratefully accepted. LYLnTKvLefz9izJFUvEGQEZzSkz34b3N6U (Litecoin)
1GYbjMTPdCuV7dci3iCUiaRrcNuaiQrVYY (Bitcoin)
Vispilio
Legendary
*
Offline Offline

Activity: 2086
Merit: 1631



View Profile WWW
November 20, 2017, 01:00:27 AM
 #5197

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...

GustETH
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
November 20, 2017, 02:45:20 AM
 #5198

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
jpl
Member
**
Offline Offline

Activity: 154
Merit: 11


View Profile
November 20, 2017, 03:38:46 AM
 #5199

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? 

Ranger4R
Jr. Member
*
Offline Offline

Activity: 48
Merit: 10


View Profile
November 20, 2017, 03:45:45 AM
 #5200

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
Pages: « 1 ... 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 [260] 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!