Skip to content

flexpool/PhoenixMiner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

build status

PhoenixMiner: fastest Ethereum/Ethash miner with lowest devfee (Win/Linux)

PhoenixMiner is high performance Ethereum (ETH) and ERC20 tokens miner, with the official full Windows / Linux support.

PhoenixMiner is one of the most efficient and convenient miners to date, which is why it won the general recognition of miners.

Table of Contents

Features, requirements, and limitations

  • Highly optimized OpenCL and CUDA cores for maximum ethash mining speed
  • Official Windows / Linux support.
  • Nicehash support.
  • Automatic GPU configuration.
  • Supports AMD Vega, 580/570/480/470, 460/560, Fury, 390/290 and older AMD GPUs with enough VRAM
  • Supports Nvidia 10x0 and 9x0 series as well as older cards with enough VRAM
  • Optional "green" kernels for RX580/570/560/480/470/460 to lower the power consumption by 2-3% with small, or no drop in hashrate
  • Lowest developer fee of 1% (35 seconds defvee mining per each 90 minutes)
  • Dual mining 💰
  • Advanced statistics: actual difficulty of each share, effective hashrate at the pool, and optional showing of estimated income in USD
  • DAG file generation in the GPU for faster start-up and DAG epoch switches
  • Supports all ethash mining pools and stratum protocols
  • Watchdog that monitors your GPU threads, if they stop hashing for a few minutes, miner restarts itself
  • Startup monitor, if miner can't init GPU's and start mining in a defined time, restarts itself or runs a user defined script
  • Monitoring of GPU temperature, and if a critical temperature is reached, that particular GPU is turned off until it cools down
  • Set system shutdown temperature, to protect your GPU's from overheating
  • API for rig monitoring

Download

How to use

  • Step 1 - Install your GPUs and set up your computer
  • Step 2 - Download latest PhoenixMiner
  • Step 3 - Get an Ethereum wallet (Mist or MyEtherWallet)
  • Step 4 - Join a mining pool
  • Step 5 - Start mining!
  • Example

    Ethereum - Ethermine.org

    PhoenixMiner.exe -pool eu1.ethermine.org:4444 -wal 0x9147460980c93629e775783148591b7d0a0cbf2d -worker Rig1 -pass x -log 0 -tt 75 -tstop 85 -tstart 70 -fanmin 30 -Rmode 1 -fret 1 -rate 1 -coin eth
    pause

    Ethereum - sparkpool.com

    PhoenixMiner.exe -pool eu.sparkpool.com:3333 -wal 0x9147460980c93629e775783148591b7d0a0cbf2d -worker Rig1 -pass x -log 0 -tt 75 -tstop 85 -tstart 70 -fanmin 30 -Rmode 1 -fret 1 -rate 1 -coin eth
    pause

    Ethereum - f2pool.com

    PhoenixMiner.exe -pool eth.f2pool.com:8008 -wal 0x1a0e2c4cd699cee12672adc223fdb30b93253eba -worker Rig1 -pass x -log 0 -tt 75 -tstop 85 -tstart 70 -fanmin 30 -Rmode 1 -fret 1 -rate 1 -coin eth
    pause

    Ethereum - Flexpool.io

    PhoenixMiner.exe -pool eu.flexpool.io:4444 -pool2 us.flexpool.io:4444 -wal 0x9147460980c93629e775783148591b7d0a0cbf2d -worker Rig1 -pass x -log 0 -tt 75 -tstop 85 -tstart 70 -fanmin 30 -Rmode 1 -fret 1 -rate 1 -coin eth
    pause

    Ethereum - Flexpool.io (Secure/SSL)

    PhoenixMiner.exe -pool ssl://eu.flexpool.io:5555 -pool2 ssl://us.flexpool.io:5555 -wal 0x9147460980c93629e775783148591b7d0a0cbf2d -worker Rig1 -pass x -log 0 -tt 75 -tstop 85 -tstart 70 -fanmin 30 -Rmode 1 -fret 1 -rate 1 -coin eth
    pause

    Note

    Linux: Under Linux you need to replace PhoenixMiner.exe with ./PhoenixMiner in the command-line examples below.

    PhoenixMiner Auto Restart

    In Windows if you’ve configured your miner through a batch file then you can easily make the script to loop with this simple command.

    your miner configuration goes here
    goto start`

    Example:

    :start
    PhoenixMiner.exe -pool eth-eu2.nanopool.org:9999 -wal 0x1a0e2c4cd699cee12672adc223fdb30b93253eba -worker Rig1 -pass x -log 0 -tt 75 -tstop 85 -tstart 70 -fanmin 30 -Rmode 1 -fret 1 -rate 1 -coin eth
    goto start

    About

    No description, website, or topics provided.

    Resources

    Stars

    Watchers

    Forks

    Packages

     
     
     

    Contributors

    Languages

    • Batchfile 100.0%