Post
Topic
Board Mining (Altcoins)
Re: PhoenixMiner 2.6: fastest Ethereum/Ethash miner with lowest devfee (Windows)
by
cmd_whoami
on 15/02/2018, 23:43:04 UTC
Hi

I have problem with eth-proxy
Phoenix miner stuck at Starting GPU Mining

please help

same here , i stoped to use  eth proxy here ....


proxy look work ,
but effective speed at pool  was always at 0 ....

same i have a doubt here ,im testing 2.7 ( nv cards)

im on nanopool :

start.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 eth-eu1.nanopool.org:9999 -wal 0xMywallet/Rig1 -pass x -log 0 -rmode 1 -wdog 1
 
but i dont know how to for config.txt
for epool.txt

POOL: eth-eu1.nanopool.org:9999

dont look work ,

i just want have the same commande / option like the bat file
but with all nanopool mirror  (nano have 7 mirror )...

eth-eu1 , eth-eu2 .....

im sorry ,it dont look clear for me Sad
and may be add more mirror if all nanopool was dead ,switch to another one  ( flypool ... )

can you put sample for config.txt & epool.txt in FP like for bat file ?
thank's you



Try this for your batch file...

1. @echo off
2. echo The program will wait 2 seconds before continuing
3. timeout /t 2
4. PhoenixMiner.exe -epool eth-eu1.nanopool.org:9999 -ewal YOUR_WALLET_ADDRESS.WORKER/YOUR_EMAIL_ADDRESS -pass x -coin eth -cdm 0 -nvidia -rmode 2
5. pause

I had the same problem. I fixed with the -epool and  -ewal syntax

The 2 second delay in the .bat is to give my overclock tool the time to set the over clocks before the miner starts to make the dag file after a reboot.

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

was only needed for AMD 2GB cards as far as I know... It is not needed in the batch file for Nvidia cards.