Post
Topic
Board Mining (Altcoins)
Re: lolMiner 0.5 AMD Equihash Miner, Update: Sep 25th: More Speed & AION Mining
by
daviez777
on 04/10/2018, 05:01:23 UTC
https://imgur.com/a/DWR9Toi

Hi developer,
need some help Sad
my miner stuck here, no crash but nothing heppend..

my json file:
Code:
{
"DEFAULTS" : {
"DEVICES" : "AUTO",
"APIPORT" : 0
},

"EXAMPLE_BTCZ" :
{
"COIN" : "BTCZ",
"POOLS" : [
{"POOL" : "mine-btcz-asia.equipool.1ds.us",
"PORT" : "50063",
"USER" : "t1MNNx8fpKw4evoiij8ifZdrjBGNhBZQXL4.777",
"PASS" : "x"},
{"POOL" : "mine-btcz-asia.equipool.1ds.us",
"PORT" : "50062",
"USER" : "t1MNNx8fpKw4evoiij8ifZdrjBGNhBZQXL4.777",
"PASS" : "x"}
]
}
and my bat file:
Code:
@echo off

setlocal enableDelayedExpansion

Rem #################################
Rem ## Begin of user-editable part ##
Rem #################################

Rem Insert your configuration file name here
set "PROFILE=EXAMPLE_BTCZ"

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