Configure program files
Customization for Nicehash
PhoenixMiner.exe -pool stratum+tcp://daggerhashimoto.eu-new.nicehash.com:3353 -wal 16p3MvQB7Va2cAPBahvkBePxqQtwTd77sP -pass x -log 0 -tt 79 -tstop 89 -tstart 85 -fanmin 30 -Rmode 1 -proto 4 -stales 0 -fret 1 -rate 1
The reboot command
"-r 1" - closes the miner and calls "reboot.bat" (for Linux - "reboot.bash" or "reboot.sh") from the miner directory (if there is one) if something is wrong with any of the video cards. Thus, you can create a "reboot.bat" file and take some action, e.g. reboot the computer by putting there the line: "shutdown /r /t 5 /f", where:
r - reboot;
t 5 - shutdown timeout 5 seconds;
f - forced shutdown without warning.
An example of a reboot.bat file
shutdown /r /t 10 /f
rem Here:
rem - r - reboot the computer;
rem - t 10 - shutdown timeout 10 seconds;
rem - f - forced shutdown without warning.
Mining on 4 GB and DAG file
The command -rvram - 1 can reduce memory consumption by the miner in order to make the 4 GB card work
With the command -eres 0 you can reduce the DAG epoch for reserving memory
The command -dagrestart can be used to restart the miner when a buffer is allocated for a new DAG epoch.
Command -lidag 3 can slow down DAG file generation
Requirements
OS: Windows 7/8/8.1/10 (64bit systems only);
Processor: Any
NVIDIA and AMD video cards (from 3 GB for ETC and from 4 GB for ETH)
Phoenix Miner crashes?
Update the program;
Check bat file syntax. There should be no extra characters, spaces and commas;
Update your video card drivers;
If you overclock your video card too much, the driver will fail and your computer will freeze. Reduce overclocking;
Increase swap file;
Add the program to Defender exceptions.
MSI afterburner doesn't work with the new amd drivers for win10?
How do I overclock then? The program does not work with the 20.4.2 drivers yet.
You can use the PhoenixMiner hardware control parameters (-cclock, -cvddc, -mclock, etc).