Post
Topic
Board Mining (Altcoins)
Re: PhoenixMiner 4.1c: fastest Ethereum/Ethash miner with lowest devfee (Win/Linux)
by
miner95
on 24/02/2019, 07:29:06 UTC
Hi.
How to make mining software restart after it crashes?
After update to newest phoenixminer with turbo kernerls it crashes more often. I think it is because I only have 120gb ssd. When u combine 13x radeon 580 8gb gpu if requires 99% disk space making the software to crash a few times a week.

I use this simple .bat file on windows:
Remember to delete "pause" command if you use it in your .bat file.

Code:
:START
PhoenixMiner.exe -pool eu1.ethermine.org:4444 -pool2 us1.ethermine.org:4444 -wal YourEthWalletAddress.WorkerName
GOTO START