when i am opening .bat file the miner starts and closes automatically, i have read readme.txt and all miner options are set as mentioned.here is my .bat file
timeout 10
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
timeout 5
PhoenixMiner.exe -pool eu1-etc.ethermine.org:4444 -wal 1d4feb6e2e33913a461889fe9391b2b1ca08d55f.7X570 -coin etc -amd -wdog 1 -minRigSpeed 195 -rmode 2 -log 0 -v -cdm 0
i am using amd latest driver and latest windows 10 os and amd rx570 4gb gpuX7
i have no problem with claymore 10.6.i am getting problem with phoenix 2.5d miner.
can anyone help me what is the problem about?
thankyou.
Is bat in same folder? I don't see a cd\ line to change directory.
Lot of commands there. Going from memory and maybe wrong but isn't it -minspeed?
Also, -v with no argument. I maybe wrong again as I'm on phone but shouldn't v have a value?
Overall, go to last line, blank line and type in pause. Then cmd won't close on you and you can read what the issue is.
You can remove the timeouts, no reason to slow it down. Pause is priceless though. Hope this helps.