Hi how to add please reboot bat to the start.bat file ? or is it auto?
setx GPU_FORCE_64BIT_PTR 1
setx GPU_MAX_HEAP_SIZE 100
setx GPU_MAX_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_MAX_SINGLE_ALLOC_PERCENT 100
@echo off
cd %~dp0
cls
..\SRBMiner-CN.exe --config Config\config-normalv7.txt --pools Pools\pools-normalv7.txt --logfile Logs\log-normalv7.txt
pause
THANKS
You just need to remove the "*/" characters in the config file in front of the relevant line and that'll activate the functionality as far as I remember.