new to mining, started last week. now having problem just getting claymore to start. start.bat file runs and exits. no log file, even with -dbg 1. I tried reinstalling latest AMD drivers, disabling all antivirus and firewall, enabling exceptions.
mining with an Rx 480 4gb on windows 10 x64, 8GB ram, G3268, 16GB page file.
start.bat which has worked for the last week is:
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
EthDcrMiner64.exe -epool us1.ethermine.org:4444 -ewal MYWALLETADDY -esm 0 -epsw x -asm 2 -estale 0 -dcri 1
again running start.bat, no log file and it quickly exits. I've tried coping CL options to config.txt and just running EthDcrMiner64.exe and it just exits. also tried starting new from unzipping zip download and editing start.bat.
the last time it ran it crashed with the following error (last portion of log as it is long)
20:27:33:833 1ed0 parse packet: 247
20:27:33:873 1ed0 ETH: job is the same
20:27:33:913 1ed0 new buf size: 0
20:27:43:643 1ed0 ETH: checking pool connection...
20:27:43:710 1ed0 send: {"worker": "", "jsonrpc": "2.0", "params": [], "id": 3, "method": "eth_getWork"}
20:27:43:834 1ed0 got 248 bytes
20:27:43:870 1ed0 buf: {"id":3,"jsonrpc":"2.0","result":["0xf3a77ec843334961b0662d89b35cb12ad0c39e75c059bf08d3a7bfd6878c0647","0x129656acf5804305816f3dc0b32b47077c8cf4b8724f181efc529a93e4c1385b","0x0112e0be826d694b2e62d01511f12a6061fbaec8bc02357593e70e52ba","0x3be7a5"]}
20:27:43:875 1ed0 parse packet: 247
20:27:43:904 1ed0 ETH: job is the same
20:27:43:938 1ed0 new buf size: 0
20:27:46:690 1ed0 send: {"id":6,"jsonrpc":"2.0","method":"eth_submitHashrate","params":["0xf61f3", "0x000000000000000000000000000000000000000000000000000000002371c82c"]}
20:27:46:789 1ed0 got 39 bytes
20:27:46:830 1ed0 buf: {"id":6,"jsonrpc":"2.0","result":true}
20:27:46:867 1ed0 parse packet: 38
20:27:46:910 1ed0 new buf size: 0
20:27:53:754 1ed0 ETH: checking pool connection...
20:27:53:791 1ed0 send: {"worker": "", "jsonrpc": "2.0", "params": [], "id": 3, "method": "eth_getWork"}
20:27:53:917 1ed0 got 248 bytes
20:27:53:937 1ed0 buf: {"id":3,"jsonrpc":"2.0","result":["0xf3a77ec843334961b0662d89b35cb12ad0c39e75c059bf08d3a7bfd6878c0647","0x129656acf5804305816f3dc0b32b47077c8cf4b8724f181efc529a93e4c1385b","0x0112e0be826d694b2e62d01511f12a6061fbaec8bc02357593e70e52ba","0x3be7a5"]}
20:27:53:965 1ed0 parse packet: 247
20:27:53:968 1ed0 ETH: job is the same
20:27:53:971 1ed0 new buf size: 0
20:27:59:990 1e40 GPU0 t=44C fan=61%
20:28:00:084 1e40 em hbt: 16, fm hbt: 16,
20:28:00:110 1e40 watchdog - thread 0 (gpu0), hb time 1703
20:28:00:130 1e40 watchdog - thread 1 (gpu0), hb time 73203
20:28:00:201 1e40 WATCHDOG: GPU 0 hangs in OpenCL call, exit
what happened before that crash was I trying to generate a musicoin address by running their client wallet app (fyi the win x64 version is bugged, use x32) and the associated app gmc.exe was fully loading my cpus, system sluggish. I was running claymore in the background and hash rate drop to 1Mh/s and my gpu temps had gone to idle temps. tried to control-c and not sure if it exited or just closed on its own.
Any ideas what is wrong? or what to try? hard to debug with no log or error indication.
It was working for just over a week and I had started and stopped several times. no change to start.bat.
Thank you in advance.