PhoenixMiner is an Ethash miner that supports both AMD and Nvidia cards. It runs under Windows x64 and Linux x64 and has a build-in fee of 0.65%.
Installation
Download The Miner from Bitcointalk and extract the archive to any folder.
Configuration
Windows
To change the configuration, open start.bat file and replace the values
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 PhoenixMiner.exe -pool ssl://eth-eu1.nanopool.org:9433 -pool2 stratum+tcp://eth-eu1.nanopool.org:9999 -wal YOUR_WALLET.YOUR_WORKER_NAME/YOUR_EMAIL
Linux
Open start.sh file and replace the values
./PhoenixMiner -pool ssl://eth-eu1.nanopool.org:9433 -pool2 stratum+tcp://eth-eu1.nanopool.org:9999 -wal YOUR_WALLET.YOUR_WORKER_NAME/YOUR_EMAIL
Where:
- YOUR_WALLET - your valid Ethereum address.
- YOUR_WORKER_NAME - simple short worker name (like worker01). Optional.
- YOUR_EMAIL - your email address for notifications. Optional.
Double check you set your own wallet and it's correct. Set a simple worker name to track your RIG on the pool and an email address to receive alerts when your RIG goes offline. Alternatively, you can set a passphrase instead to access the account settings.
Run
Double click the start.bat (start.sh for Linux) file to launch the miner.
For Linux - launch miner with cmd (terminal), like:
./start.sh
Note: cmd (terminal) must be opened in the same directory with the miner. You also can use cd to change current directory to the miner.
Additional Information
Phoenix miner takes additional 0.65% fee
More information about Phoenix miner configuration can be found on bitcointalk.org