stibog / MinerWatch

A program to make sure your mining software has as near 100% up time as possible.
GNU General Public License v3.0
17 stars 5 forks source link

Shows not mining and loops saying it is restarting #1

Closed lludlow closed 7 years ago

lludlow commented 7 years ago

Not sure I can do anything wrong with setting this up... put in my wallet address, click nanopool, rig name, and poof??

I'm using claymore, not dual mining

Some reason I am not getting the right hashrate and status says not mining.

From the log: [13.06.2017][18:10:12] Miner exited. Restarting miner 0 seconds from now. [13.06.2017][18:10:13] Miner exited. Restarting miner 0 seconds from now. [13.06.2017][18:10:13] Miner exited. Restarting miner 0 seconds from now. [13.06.2017][18:10:14] Miner exited. Restarting miner 0 seconds from now. [13.06.2017][18:10:14] Miner exited. Restarting miner 0 seconds from now. [13.06.2017][18:10:15] Miner exited. Restarting miner 0 seconds from now. [13.06.2017][18:10:15] Miner exited. Restarting miner 0 seconds from now. [13.06.2017][18:10:16] Miner exited. Restarting miner 0 seconds from now. [13.06.2017][18:10:16] Miner exited. Restarting miner 0 seconds from now. [13.06.2017][18:10:17] Miner exited. Restarting miner 0 seconds from now. [13.06.2017][18:10:17] Miner exited. Restarting miner 0 seconds from now. [13.06.2017][18:10:18] Miner exited. Restarting miner 0 seconds from now. [13.06.2017][18:10:18] Miner exited. Restarting miner 0 seconds from now. [13.06.2017][18:10:19] Miner exited. Restarting miner 0 seconds from now. [13.06.2017][18:10:19] Miner exited. Restarting miner 0 seconds from now. [13.06.2017][18:10:20] Miner exited. Restarting miner 0 seconds from now. [13.06.2017][18:10:20] Miner exited. Restarting miner 0 seconds from now. [13.06.2017][18:10:21] Miner exited. Restarting miner 0 seconds from now. [13.06.2017][18:10:21] Miner manually stopped.

stibog commented 7 years ago

I'll look into this problem today. Are you running .exe directly? Or a .bat start script. From what I see in the log, the miner is exiting, and my program is trying to reset it. Each time it starts, the miner exits... And you're stuck in an infinite loop.

Which version are you running? I have updated sourced a lot, which is not yet on github... I'll release V0.0.3 later today, and fix your problem along with it.

stibog commented 7 years ago

The button which says: "locate script" is used for miner executable. The same one you would normally start your miner with. I will change the button to a better name... On my nvidia cards I'm using .bat file with ewbf miner. On my amd cards I'm using claymore miner.exe directly, without using .bat file... (by using config.txt) How you are starting the miner would greatly help me solve the issue :)

lludlow commented 7 years ago

Sorry, been camping... I was using my .bat file for the locate script, should I use the miner executable directly then?