GMinerRelease
GMinerRelease copied to clipboard
can watchdog reboot the system?
OS: hiveos 0.6-206@210723 When a gpu crashes the Gminer's watchdog catches it and restarts Gminer. (Other miners on the same rigs are still mining.)
On my system the restarted process sometimes hangs at the startup like shown below. I think it makes sense because the crash came from gpu, not Gminer. Only restarting Gminer shouldn't fix the root cause.
This problem happens every one to two weeks. Now I use hiveos' watchdog to remedy this problem. But can Gminer's watchdog support rebooting like teamredminer or t-rex? Thanks.
> +---+-------+------+-----+-----------+----------+----+-----+-----+-------------+
| ID GPU Temp Fan Speed Shares Core Mem Power Efficiency | +---+-------+------+-----+-----------+----------+----+-----+-----+-------------+ | 0 2060S 56 70 % 42.60 MH/s 2750/0/0 1110 7675 86 W 495.30 KH/W | | 1 1080Ti 67 90 % 41.97 MH/s 2732/0/1 1873 4498 180 W 233.18 KH/W | | 2 1080Ti 67 90 % 41.41 MH/s 2684/0/3 1822 4498 166 W 249.48 KH/W | | 3 3070 52 60 % 61.77 MH/s 4076/1/1 1110 8060 122 W 506.31 KH/W | | 5 5600XT 54/80 74 % 43.54 MH/s 2804/0/0 1063 930 73 W 596.45 KH/W | | 231.29 MH/s 15046/1/5 627 W 368.89 KH/W | +---+-------+------+-----+-----------+----------+----+-----+-----+-------------+ 03:05:25 Pool: 139.99.108.18:24443 Shares/Minute: 5.42 03:05:25 Pool Hashrate: 228.23 MH/s Efficiency: 98.67% 03:05:25 Contest: 72/72 03:05:25 Uptime: 1d 22:16:10 Electricity: 29.273kWh 03:05:26 New Job: 62b4cf2b Epoch: #430 Diff: 5.000G 03:05:28 New Job: d7a8a6a7 Epoch: #430 Diff: 5.000G 03:05:29 New Job: bef0fffc Epoch: #430 Diff: 5.000G 03:05:30 New Job: ba9e3b06 Epoch: #430 Diff: 5.000G 03:05:31 New Job: 03e633a2 Epoch: #430 Diff: 5.000G 03:05:32 New Job: e7188d65 Epoch: #430 Diff: 5.000G 03:05:34 New Job: 51ceecb0 Epoch: #430 Diff: 5.000G 03:05:35 GPU3: Share #4079 verified on CPU, difficulty: 7.214G 03:05:35 GPU3: Share #4079 accepted 93 ms 03:05:37 New Job: 5ff54c6b Epoch: #430 Diff: 5.000G 03:05:39 New Job: 64e344b9 Epoch: #430 Diff: 5.000G 03:05:42 New Job: c0b7631e Epoch: #430 Diff: 5.000G 03:05:44 Error on GPU5: Device not responding, check overclocking settings 03:05:45 New Job: 27b047be Epoch: #430 Diff: 5.000G 03:05:48 Miner terminated, watchdog will restart process after 10 seconds +----------------------------------------------------------------+ | GMiner v2.63 | +----------------------------------------------------------------+ Algorithm: Ethash DevFee: 0.65% Stratum server #1: host: ssl://139.99.108.18:24443 user:
password: x Power calculator: on Color output: on Watchdog: on API: http://127.0.0.1:42010 Log to file: /var/log/miner/gminer/gminer.log Selected devices: GPU0 GPU1 GPU2 GPU3 GPU5 Intensity: 100 100 100 100 100 Temperature limits: 90/120 90/120 90/120 90/120 90/12003:06:02 AMD Driver: 20.40 03:06:02 Nvidia Driver: 460.84
(I found it hanging at 08:30, so I lost 5.5hrs profit)
--watchdog_mode - watchdog action on miner quits (0 - restart miner, 1 - reboot system), default value is '0' (for example: '1') Change it to 1 try?