Post
Topic
Board Mining (Altcoins)
Re: lolMiner Equihash&Grin Miner, 0.8.5 (Jul 16th): Added new Grin Pow cuckarood-29
by
Kgonla
on 17/07/2019, 12:58:57 UTC
Could someone tell me what is wrong with my config?

https://fotos.subefotos.com/37f53b0fb52d853835ba1702df9ef58fo.jpg

Bat 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" : "Huh@gmail.com",
          "PASS" : "x"}
      ]
   }
}


Try to remove "!" from bat. Make this string:

lolMiner.exe PARAMS

and you must run bat with option - name of profile. F.e. run_bat GRIN29

Thank your for helping.
The problem is in the .json file.
I entered all the commands in the .bat & after deleting the .json now is working.