Post
Topic
Board Mining (Altcoins)
Re: PhoenixMiner 5.3b: fastest Ethereum/Ethash miner with lowest devfee (Win/Linux)
by
yorics
on 03/12/2020, 05:08:46 UTC
hi all this is my bat file, I want to ask what is -proto 3
is it neccesary ? I have 2 1070 nvidia and 3 RX 580 all 8 gb


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 -pool //eu1.ethermine.org:4444  -wal 0xbutkhg756gnfkhnkh56t87ng.rigname -proto 3
pause

anyone?