Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux]
by
becker
on 15/03/2014, 10:57:56 UTC
So, if cudaminer exited on error, I could get more Khash, and only lose a minute of hashing every few hours.

Thanks!!

it would be easy to add an exit() statement into the error checking macro. Wink  not sure if that would exit cleanly without crashing the driver though.

But something like this should be feasible, e.g. setting a global error condition flag that makes the main thread initiate a shutdown.

Christian



If you add that, there will be a wendy's combo meal in it for you  Grin yuuuuummm. In bitcoin of course. I'm poor. Sad

Even if it does crash the driver upon exit, at the very least, it could relaunch with default settings. The driver resets itself quickly. As of now, if it crashes while I'm asleep, it just sits there churning error messages for hours. I can't resist the urge to overclock, It's a sickness.

Actually, I'm trying to get visual studio to let me modify it but keep getting errors, probably because using 2012. I don't know, first time using visual studio.

Anyway, thanks.