Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux]
by
juggs
on 14/01/2014, 05:54:50 UTC
Christian,

Would it possible to add functionality to be able to signal a running cudaminer instance to toggle between interactive and non-interactive mode?

I'm thinking in a Linux environment, maybe trap SIGUSR1 (signal 10) or SIGUSR2 (signal 12) as a toggle, so if the process receives a signal it switches interactiveness to whichever state it was not previously in.

This is probably pure greedy self-interest on my own part, but I do also see in this thread a few people mentioning they switch modes when going to work or to sleep. Restarting the process causes some inactive minutes as the process does whatever it does as it starts up, so it would be nice to be able to just signal the process to gobble or ungobble GPU resource.

Clearly this is in the "nice to have" bracket on the list, but it would be nice to have Cheesy