lolMiner with 2x1080Ti... #327
Unanswered
BunkerBuster73
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm a newby,
mining ETH on Bitfly.
GPU memory is 11GB for each card.. is correct to set the bat file like this ? (8G) or make no sense ? Or using the mine_eth.bat file it will automatically choose max GPU memory available ?
It will work on both card or need a different config ?
Where I can find a description of the command use in lolMiner script ?
Thank you in advance
Bunker
@echo off
setlocal enableDelayedExpansion
Rem #################################
Rem ## Begin of user-editable part ##
Rem #################################
set "POOL=eu1.ethermine.org:4444"
set "WALLET=xxxxxxxxxxxxxxxxxxxxxxxxxxxxx.lolMinerWorker"
Rem #################################
Rem ## End of user-editable part ##
Rem #################################
lolMiner.exe --algo ETHASH --pool !POOL! --user !WALLET! --8g-alloc-size 8048 --keepfree 8
timeout 10
Beta Was this translation helpful? Give feedback.
All reactions