CameronDiver / Minereum

A short script to run the ethminer program and parse it's output to produce more meaningful information.
GNU General Public License v2.0
2 stars 5 forks source link

Spawn 2 ethminer processes if GPU is specified #10

Open CameronDiver opened 9 years ago

CameronDiver commented 9 years ago

If GPU flag is set spawn a cpu ethminer and gpu ethminer process.

CameronDiver commented 9 years ago

I added in a -t for how many threads to use. If the gpu flag is passed as well which process should have the amount of threads specified? or should both?

jbaldwinroberts commented 9 years ago

I would get rid of -t cos I don't really see the need for it. Just specify -G to mine on GPU and -C to mine on CPU.

CameronDiver commented 9 years ago

I use the -t sometimes though

jbaldwinroberts commented 9 years ago

what for? it always uses the maximum number available anway