Dear All,
Anyone know the detailed info about startup_script? How to use it?
Thanks
So, how to use it?
Create a .bat file where you set for example overdriventool to reset your cards & apply profiles to them.
Let's call that file overclock.bat
Then in your start.bat add the --startupscript parameter to the end of line for example :
SRBMiner-CN.exe --config Config\config-normalv7.txt --pools pools.txt --logfile %LOGTIME% --startupscript overclock.bat
Now the overclock.bat will be run before the miner starts, so this way you can ensure that on every miner start you apply the overclocking settings.
If you meant the
startup_script in algos.txt file, the principle is same, you just enter the overclock.bat filename in the algos.txt file as a value for the
startup_script parameter.