Could someone tell me what is wrong with my config?
https://fotos.subefotos.com/37f53b0fb52d853835ba1702df9ef58fo.jpgBat file:@echo off
setlocal enableDelayedExpansion
set "PARAMS=--profile %PROFILE%"
setx GPU_FORCE_64BIT_PTR 1
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
cls
lolMiner.exe !PARAMS!
timeout 10
user_config.json:{
"DEFAULTS" : {
"DEVICES" : [0,1],
ASM : 1,
DIGITS : 2,
"APIPORT" : 0
},
"GRIN29" :
{
"COIN" : "GRIN-AD29",
"POOLS" : [
{"POOL" : "mine.thegrinpool.com",
"PORT" : "4747",
"USER" : "

@gmail.com",
"PASS" : "x"}
]
}
}
Try to remove "!" from bat. Make this string:
and you must run bat with option - name of profile. F.e. run_bat GRIN29