Post
Topic
Board Mining (Altcoins)
Re: [ANN] Miner Control 1.0.3 - Auto profit switching miner controller
by
StuffOfInterest
on 24/09/2014, 09:59:46 UTC

What symptoms are you experiencing?  At first glance, I see some issues contacting remote sites (which is common) and when killing off miners (which can happen).


Well sometimes when I check my rig I can see that MC has crashed and left the last most profitable algo running.

Yuck.  Try 1.1.0 please.  Being that the price updates happen asynchronously there is a chance of two threads trying to update the same place at the same time which can cause a crash.  1.1 has some new protections to avoid this happening.  If you have this crash happen after putting 1.1 in the error log probably won't help  as it only shows errors which were caught and logged.  An uncaught error is what is crashing the application.  For that you'll have to look in the windows event log for a .NET message.

I'm going to investigate if there is a way to put a try/catch statement around the entire application to handle situations like you are seeing.

Thanks.