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.
Sorry where can i add here reboot.bat can you please teach me ?thanks i really dont know
{
/* Type can be : normal, normalv7, lite, litev7, heavy, ipbc, artocash, alloy, marketcash, b2n, stellitev4, fast, haven */
"cryptonight_type" : "haven",
/* Intensity 0-> auto intensity, or value from 1-300 */
"intensity" : 54,
/* To use 2 threads per card set double_threads to true */
"double_threads" : false,
/* THERE ARE A LOT OF OPTIONS/PARAMETERS YOU CAN USE HERE */
/* YOU CAN FIND THEM IN THE README FILE */
/* Advanced settings for each GPU manually */
/* Put in devices that you want to use, if you for ex. don't want to use gpu 2, just don't insert it,like in this example */
/* Id starts from 0 , not from 1 !! */
/* To get a list of available devices with their id's, use --listdevices parameter */
/* This is just an example, edit it and remove comment lines !! */
/*"gpu_conf" :
[
{ "id" : 0, "intensity" : 80, "worksize" : 8, "threads" : 1},
{ "id" : 1, "intensity" : 40, "worksize" : 8, "threads" : 2},
{ "id" : 3, "intensity" : 30, "worksize" : 8, "threads" : 2},
{ "id" : 4, "intensity" : 90, "worksize" : 8, "threads" : 1}
]*/
}
Actually ignore what I wrote, it's relating to older versions of the miner.
Just read the readme file, it tells you what you need to add to your command line.
Then just create a reboot.bat file that has the reboot command in it.