guys
how can i skip the config file and create command file?
having 5+ different coins mining at different times is annoying to change the config again and again (even changing the config name for backup)
thank you
you can create 5 config files and 5 pool files. so your bat file would be like below and just remove REM command depend on which config and pools you want to use. I think this way more easy for me.
start SRBMiner-CN.exe --config config1.txt --pools pools1.txt
REM start SRBMiner-CN.exe --config config2.txt --pools pools2.txt
REM start SRBMiner-CN.exe --config config3.txt --pools pools3.txt
REM start SRBMiner-CN.exe --config config4.txt --pools pools4.txt
REM start SRBMiner-CN.exe --config config5.txt --pools pools5.txt