Post
Topic
Board Mining (Altcoins)
Re: [ANN][X11] X11/Darkcoin Gpu Miner 40% faster - FIXED: temps now show on windows
by
hutnik
on 21/05/2014, 17:26:34 UTC
Its been asked few times but didnt see an answer. How to make this sgminer use .conf file instead of bat. Or at least is it possible to make bat file out of conf ?

Thank you
if x.conf is your config in same folder as executable (usually it's sgminer.conf tho)
Code:
set PATH=%PATH%;./dlls
set TERMINFO=.\dlls\terminfo

sgminer.exe -c x.conf

pause