Post
Topic
Board Mining (Altcoins)
Re: lolMiner Equihash Miner, Update: Jan 18th: lolMiner 0.7 alpha2 (Beam!)
by
minerbaba
on 21/01/2019, 15:01:05 UTC
how to fix this?
miner close after 10 sec countdown
https://i.imgur.com/IagD46T.jpg

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?

Code:
@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


Code:
{
"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"}
]
}


}