Post
Topic
Board Mining (Altcoins)
Re: PhoenixMiner 3.0c: fastest Ethereum/Ethash miner with lowest devfee (Windows)
by
BeCreativ3
on 08/06/2018, 21:56:55 UTC
First, thanks for creating such a great miner.
I don't get it how to make it mine ETC (ETH mining works perfectly). It submitted only a couple of shares to the pool. The rest is just not being submitted. I tried different types of deviding wal/workername/password, trough dot, slash etc. That doesn't seem to be the issue, since some shares were sent.
Can someone help please?
This is how my bat files looks. Another small question, how do I turn off the mining for cards 10+? Most of my rigs have less than that, but I have one rig with 13 gpu.

REM
REM Example bat file for starting PhoenixMiner.exe to mine ETH
REM

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 etc-eu1.nanopool.org:19999 -wal 0xc51c9c3234db3ed222b389a5ee5d7a2423794ec9/viennatheminersetc/mail@gmail.com -coin etc -amd

pause