Post
Topic
Board Mining (Altcoins)
Re: PhoenixMiner 5.3b: fastest Ethereum/Ethash miner with lowest devfee (Win/Linux)
by
gi4ev
on 02/12/2020, 15:59:05 UTC
Win 10
rx580 SE 8 gb
Phoenix 5.3b


@echo off
timeout /t 15
call C:\overdriven\ETH.bat
timeout /t 5

setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100

REM IMPORTANT: Replace the ETH address with your own ETH wallet address in the -wal option (Rig001 is the name of the rig)
PhoenixMiner.exe -fanmin 40 -ttli 70 -tstop 75 -epool eu1.ethermine.org:4444 -ewal 0x3B76E7ab7aE5770f278Af2b95E607bEB8917CfF0.GB3
pause