I'm willing to bet that either your run_miner.bat file and/or your .json configuration file are messed up. Could you share screenshots of both of them?
@echo off
setlocal enableDelayedExpansion
Rem #################################
Rem ## Begin of user-editable part ##
Rem #################################
Rem Insert your configuration file name here
set "PROFILE=EXAMPLE_LEAFPOOL"
Rem #################################
Rem ## End of user-editable part ##
Rem #################################
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
lolMiner.exe !PARAMS!
timeout 10
{
"DEFAULTS" : {
"DEVICES" : "1",
"APIPORT" : "0"
},
"EXAMPLE_LEAFPOOL" :
{
"COIN" : "BEAM",
"POOLS" : [
{"POOL" : "beam-eu.leafpool.com",
"PORT" : "3333",
"USER" : "2167a4f3245b9506f05553a86a6891505da8556c80e3c0487c4fa047839717be9.1",
"PASS" : "x"}
]
},
"EXAMPLE_FAILOVER_SPARK_BEAM" :
{
"COIN" : "BEAM",
"POOLS" : [
{"POOL" : "beam-eu.sparkpool.com",
"PORT" : "2222",
"USER" : "846484b6dceaaf81359bcf2b25b352546e41837215b43190d4a3276bcde97e879.1",
"PASS" : "x"},
{"POOL" : "beam-pool.beepool.org",
"PORT" : "9507",
"USER" : "beam_address.worker",
"PASS" : "x"}
]
}
}