Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner
by
I_AM_AT_WORK_NOW_
on 08/10/2014, 10:09:14 UTC
Can someone explain why sgminer automatically forces a terminal window to be open?

I really hate having the terminal open while I'm using the pc, so I was using the following vbs script to hide cgminer:

Code:
CreateObject("Wscript.Shell").Run "F:\miner.bat", 0, True

It works perfectly fine with cgminer and runs the .bat file without issue, and without a CMD window, but whenever I try using it with sgminer it will force open a CMD window. The above vbs script will open the sgminer bat file without issue, and sgminer will run without issue, but it will sit there in a CMD window.

Any way to get this to work similar to cgminer, without a CMD window?