Post
Topic
Board Mining (Altcoins)
Re: PhoenixMiner 2.6: fastest Ethereum/Ethash miner with lowest devfee (Windows)
by
flatounet
on 24/02/2018, 20:07:15 UTC
whenever i try to mine
ELLA or PIRL
i get
Quote
connection closed by Pool
error

am i doing anything wrong in the batch file?


Code:
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 pool.ellaism.org:8008 -wal Wallet.Worker -cdm 0 -amd -wdog 0 -log 0 -rmode 2

try to change wallet.worker  with wallet/worker

(im on nanopool here , and work with the /   )


any help to made watchdog for phoenix ?
[ windows 10 (64) ]
Code:
:kill
taskkill /F -IM wd616.exe
taskkill /F -IM start.bat
taskkill /F -IM PhoenixMiner.exe
ping www.google.com -n 20
:start
start wd616.exe
ping www.google.com -n 20
start start.bat
ping www.google.com -n 40
:loop
taskkill /im "PhoenixMiner.exe" /fi "STATUS eq NOT RESPONDING" /f >nul && goto kill
goto loop

wd616 is app for my watchdog usb key ,if windows froz ....
start.bat is bat file with my config for start phoenixminer.exe...

and script is for check if phoenixminer is alive
when no answers kill exe & bat ,and restart bat  .....
any help is welcome here