Defect Description: reboot.bat fails to load config file
Command Output:
GPU7 not responding
Thread(s) not responding. Restarting.
Eth speed: 215.464 MH/s, shares: 216/0/0, time: 1:00
GPUs: 1: 31.246 MH/s (24) 2: 30.626 MH/s (34) 3: 30.510 MH/s (34) 4: 31.255 MH/s (33) 5: 30.694 MH/s (27) 6: 31.212 MH/s (21) 7: 0.000 MH/s (24) 8: 29.920 MH/s (19)
C:\dev\Ethereum\PhoenixMiner_2.9e>PhoenixMiner.exe config-ms05.bat
Phoenix Miner 2.9e Windows/msvc - Release
-----------------------------------------
Unable to open configuration file config-ms05.bat
C:\dev\Ethereum\PhoenixMiner_2.9e>pause
Press any key to continue . . .
reboot.bat:
----
PhoenixMiner.exe config-ms05.bat
pause
----
The initial startup of the miner is started using the same command: PhoenixMiner.exe config-ms05.bat
Workaround: Updated reboot.bat to:
----
echo Last miner reboot at: %DATE% %TIME% >>reboot.log
copy config-ms05.txt config-ms05-reboot.txt
PhoenixMiner.exe config-ms05-reboot.txt
pause
----