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)
set PATH=%PATH%;./dlls
set TERMINFO=.\dlls\terminfo
sgminer.exe -c x.conf
pause