-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Two ethminer V12 systems crashed on 11/12 at 01:01 (version V9 ran w/o error) #378
Comments
windows update ? ( just a wild guess) check your systemlog |
Did you notice nVidia driver crash? You overclocking? I seem to recall that error in past, but I had overclocked too much and Windows display driver crashed (tray does popup) - anything mining on device or monitoring device will suddenly shows nothing (Ethminer crashes/freezes, GPU temp shows 0, Afterburner blank, etc) because card(s) 'disappears'. For me this requires a reboot to get it back. Also, not a bad idea to make a script to monitor the output and restart if needed. I have had it die under Linux occasionally and use a cronjob script. I also redirect all ethminer (or whatever miner) output to a 'log' file. On a restart it copies the last 100 lines to a different text file thus preserving the error and then restarts process with a new log file. |
Thanks derubm for the idea to look at the system log. I don't allow Microsoft automatic updating. However, there was a "security audit logon" event logged around that time. A "security audit" event can occur for all sorts of reasons, e.g., just accessing a shared disc from another computer. Do not know why that would cause a CUDA error on two machines at the same time. |
Thanks bmattewshea for the restart idea via task manager. I already log all output using "2>>logfile.txt" so the ">>" operator will cause output to be added to the log file and not overwrite it. I clear the log file every few days after collecting statistics if there are no unusual events or errors. |
Reduce overclock a little bit on whichever card goes offline. |
I think this issue can be closed. |
Last night on 11/12 (Sun morning) at 01:01 I had two separate computer systems running ethminer V12 crash -- at the same time -- with the following error: CUDA error in func 'ethash-cuda-miner::search' at line 346:: unknown error. Both systems are running Windows 7 with Nvidia cards (GTX 1080 Ti and GTX 1080). I had one other system (also Win 7) running ethminer V9 with two AMD cards (570, 580) which continued to run without any problems.
At first I thought that it might be due to a switch to a new DAG block, but I believe that the switch from DAG #150 (block 4529999) to #151 (block 4530000) occurred on 11/10 -- is that correct?
So, what happened at 01:01 on the morning of 11/12 that killed two of my ethminer V12 NVIDIA systems? Any ideas would be appreciated.
The text was updated successfully, but these errors were encountered: