Post
Topic
Board Mining (Altcoins)
Re: lolMiner 1.24a: AMD Miner for Ethash / BEAM / GRIN / Ae / Tube / Equihash & more
by
jgonzi
on 17/03/2021, 20:51:56 UTC
does anyone understand how nicehash does it?
os = Win 10 x64
Can you post the commandline you use? (exclude the wallet address for privacy) And did you look at the output with the --list-devices option?


@echo off

setlocal enableDelayedExpansion

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

set "POOL=btg.2miners.com:4040"
set "WALLET=xxxxxxxxxxxxxxxxxxx.workerName"
set "ALGO=EQUI144_5"
set "PERSONALIZATION=BgoldPoW"                           

Rem #################################
Rem ##  End of user-editable part  ##
Rem #################################

lolMiner.exe -a !ALGO! --pers !PERSONALIZATION! --pool !POOL! --user !WALLET!
pause


I always recommend

:loop
lolMiner.exe -a !ALGO! --pers !PERSONALIZATION! --pool !POOL! --user !WALLET!
timeout 10
goto loop