Post
Topic
Board Mining (Altcoins)
Re: PhoenixMiner 2.9e: fastest Ethereum/Ethash miner with lowest devfee (Windows)
by
Mintycash
on 18/04/2018, 20:14:50 UTC
Does 2,9e works with 1063 or still no?
Sorry I can't understand you well. If you mean if it works with a nvidia 1060 3gb, the answer is yes! Although not sure it can do ethereum anymore, but still good for other ethash coins.
In the bat file you are going to have to add the command:
-coin pgc

I use that one to mine Callisto and it doesn't matter that it is not the same coin I am mining.

This is because by default, the dev fee mines ethereum, which might use too much memory and crash the miner.

This is my bat:
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
PhoenixMiner.exe -pool YOURPOOL -wal YOURADDRESS -coin pgc -gpow 95 -lidag 1

The 2 last commands are to reduce gpu use so I can use windows at the same time and to make the miner more stable when it loads the dag file.