-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
watchdog does not work #79
Comments
add -f 2 -z 1 to your script |
Merci, Thank's you |
Yeah...same here. All machines have gpus that go to 0S/s and no "auto-fix". Machines: Win10, 6xRX470 |
-f 2 actualy helps at given time , just run miner in loop . something like this title MinerX |
I have it on a respawn timer but since it takes 3-4mins to just load the binaries for 6gpus...I'd be spending more time booting the miner than actually hashing. |
that bat file tends to crash after a few hours. So try this rather. @echo off goto :check pause |
thats my scrypt, the problem is that genoil sometimes fail, and sometimes get 0 S/s and dont fail, so I restart it every 1200 sec or 20 minutes, one script for each gpu so I can see it, and the commands is for start minimized and dont apear in screen :restart |
My have a log file for jy genoil 0.6. it is really random how ot restarts. started genoil at Thu 11/03/2016 15:44:04.28 On 3 November 2016 at 16:01, pelelademadera [email protected]
Hannes Zietsman |
Here's a log of a typical failure mode...6gpus drop to 3 over 10mins...then this happens: 22:03:32 main : zec-sa#0: 0.0S/s zec-sa#1: 25.3S/s zec-sa#2: 25.5S/s zec-sa#3: 0.0S/s zec-sa#4: 0.0S/s zec-sa#5: 21.1S/s total: 72.0S/s It's on a respawn timer but limping along on ONE gpu for the rest of the period is killing my effective hash rate. Note the watchdogs activate...but do nothing. Hope this helps diagnose and fix. Win 10, 6xRX470s, 1840, 4GB, 16.10.1 drivers |
@pelelademadera Stability is very much improved when running 6 separate processes (one per gpu) than running a single process with all 6 gpus. The binary load time is instant with separate processes as well. So, to maximize output, I have the script re-spawning all 6 processes every 15min to catch any strays that may drop off. This seems to be the only way to maximize multi gpu output with the current software. |
The minor crash at random on random, I would like to know they was your solution?
WIN 10 15.12 AND 16.1.1
The text was updated successfully, but these errors were encountered: