Post
Topic
Board Mining (Altcoins)
Re: PhoenixMiner 2.9e: fastest Ethereum/Ethash miner with lowest devfee (Windows)
by
cmd_whoami
on 08/06/2018, 01:32:06 UTC
Is anyone else having a issue with reboot.bat not executing when miner crashes?

I've only been having this problem with my 9 card Zotac GTX 1070 AMP Extreme Rig.

Ive been running Phoenix 2.6 up until last week because I had the same problem with the reboot.bat not executing with 2.9e.

I'd say >75% of the time the reboot.bat executes. It makes no sense to me why it gets hung up every once in a while.

With 2.9e it would hang on the windows reboot screen.

Now with 3.0 it hangs on the miner and says "Hit any key to continue".

Log of when 1070 rig crashed and would not execute reboot.bat

Code:
2018.06.07:12:26:08.469: main GPU1: 61C 36%, GPU2: 62C 33%, GPU3: 65C 50%, GPU4: 60C 20%, GPU5: 64C 41%, GPU6: 61C 34%, GPU7: 63C 38%, GPU8: 62C 33%, GPU9: 62C 35%
2018.06.07:12:26:09.282: main Eth speed: 300.204 MH/s, shares: 2537/4/10, time: 23:58
2018.06.07:12:26:09.282: main GPUs: 1: 33.616 MH/s (272) 2: 33.204 MH/s (296) 3: 33.895 MH/s (283) 4: 32.512 MH/s (283) 5: 33.382 MH/s (271/4) 6: 33.917 MH/s (297/6) 7: 34.196 MH/s (304) 8: 31.658 MH/s (251) 9: 33.825 MH/s (284)
2018.06.07:12:26:14.015: GPU9 CUDA error in CudaProgram.cu:329 : unknown error (999)
2018.06.07:12:26:14.015: GPU9 GPU9 search error: unknown error
2018.06.07:12:26:14.030: GPU5 CUDA error in CudaProgram.cu:329 : unknown error (999)
2018.06.07:12:26:14.030: GPU5 GPU5 search error: unknown error
2018.06.07:12:26:14.039: GPU7 CUDA error in CudaProgram.cu:329 : unknown error (999)
2018.06.07:12:26:14.039: GPU7 GPU7 search error: unknown error
2018.06.07:12:26:14.046: GPU6 CUDA error in CudaProgram.cu:329 : unknown error (999)
2018.06.07:12:26:14.046: GPU6 GPU6 search error: unknown error
2018.06.07:12:26:14.062: GPU8 CUDA error in CudaProgram.cu:329 : unknown error (999)
2018.06.07:12:26:14.062: GPU8 GPU8 search error: unknown error
2018.06.07:12:26:14.077: GPU3 CUDA error in CudaProgram.cu:329 : unknown error (999)
2018.06.07:12:26:14.077: GPU3 GPU3 search error: unknown error
2018.06.07:12:26:14.109: GPU2 CUDA error in CudaProgram.cu:329 : unknown error (999)
2018.06.07:12:26:14.109: GPU2 GPU2 search error: unknown error
2018.06.07:12:26:14.109: GPU1 CUDA error in CudaProgram.cu:329 : unknown error (999)
2018.06.07:12:26:14.109: GPU1 GPU1 search error: unknown error
2018.06.07:12:26:14.124: eths Eth: Send: {"id":5,"jsonrpc":"2.0","method":"eth_getWork","params":[]}

2018.06.07:12:26:14.124: eths Eth: Send: {"id":6,"jsonrpc":"2.0","method":"eth_submitHashrate","params":["0x11ed0298","0xa003d0ed7d6377ff81b08aaf0973061c1b53b7d7878871632b970bef323b56c9"]}

2018.06.07:12:26:14.185: GPU4 CUDA error in CudaProgram.cu:329 : unknown error (999)
2018.06.07:12:26:14.185: GPU4 GPU4 search error: unknown error
2018.06.07:12:26:14.277: eths Eth: Received: {"jsonrpc":"2.0","id":0,"result":["0x25b1d008a094b85558eadd5a166e9bd1f714bd6a5275714c86358650a2092dfa","0xc906fa38eca6c8a38bb932db61ca31b42792bf61ccc7603c4709315e71744ae5","0x000000006df37f675ef6eadf5ab9a2072d44268d97df837e6748956e5c6c2116"]}
2018.06.07:12:26:14.743: main Eth speed: 301.052 MH/s, shares: 2537/4/10, time: 23:58
2018.06.07:12:26:14.743: main GPUs: 1: 34.197 MH/s (272) 2: 33.205 MH/s (296) 3: 33.690 MH/s (283) 4: 32.515 MH/s (283) 5: 33.280 MH/s (271/4) 6: 33.916 MH/s (297/6) 7: 33.579 MH/s (304) 8: 32.847 MH/s (251) 9: 33.822 MH/s (284)
2018.06.07:12:26:16.432: wdog Thread(s) not responding. Restarting.


start.bat

Code:
@echo off
echo PhoenixMiner will wait 2 seconds before continuing
timeout /t 2
PhoenixMiner.exe -epool eth-us-east1.nanopool.org:9999 -ewal .miner01/ -pass x -coin eth -cdm 0 -nvidia -rmode 2
pause


reboot.bat

Code:
shutdown /r /t 5 /f

The screen hangs on the miner and the miner says "hit any key to continue" at the bottom. When I hit a key it only closed the miner and didn't execute the reboot.bat

I'm running the exact same set up on a 1070 Ti rig and have NOT had any issues so far.