Hey all, I have a problem with Phoenix Miner. Every time it gets to the devfee part it gets stuck and won't do anything at that point anymore and I'm forced to manually restart the miner to get it working again.
Not sure if this is important, but my .bat-file only contains this basic info (excluded the addresses):
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 address> -worker <worker name> -wal <wallet address> -pass x -proto 4 -stales 0
And this is what's typically the latest on the miner window when it gets stuck:
DevFee: Connecting to ethash pool us2.ethermine.org:14444 (proto: EthProxy)
DevFee: Connected to ethash pool us2.ethermine.org:14444 (172.65.226.101)
DevFee: New job #060677c5 from us2.ethermine.org:14444; diff: 4000MH
Otherwise the miner is working fine without any problems.