Giter Site home page Giter Site logo

phoenixminer's Introduction

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

    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

    Quick setup PhoenixMiner on Ubuntu with AMD

    1. Do a fresh installation of Ubuntu 16.04

    2. Download the latest AMD drivers and install

    cd ~/Downloads
    
    wget --referer http://support.amd.com/ https://www2.ati.com/drivers/linux/ubuntu/amdgpu-pro-17.50-511655.tar.xz
    
    tar xvf amdgpu-pro-17.50-511655.tar.xz 
    
    cd amdgpu-pro-17.50-511655/
    
    sudo ./amdgpu-pro-install -y --opencl=legacy
    
    1. Next we’ll install PhoenixMiner
    cd ~/Downloads
    
    wget https://github.com/Miners-dev/phoenixminer/releases/download/5.1c/PhoenixMiner_5.1c_Linux.zip
    
    mkdir ~/Phoenix
    
    cd ~/Phoenix
    
    tar -xvpzf ~/Downloads/PhoenixMiner_5.1c_Linux.zip
    
    chmod u+s PhoenixMiner
    
    1. The command everyone recommends using looks something like this
    ~/Phoenix/PhoenixMiner -epool us2.ethermine.org:4444 -ewal <wallet>.<worker> -epsw x -mode 1 -tt 68 -allpools 1
    
    1. What happened is we got an error about miner doesn’t have root acecss
    ETH - Total Speed: 44.209 Mh/s, Total Shares: 13, Rejected: 0, Time: 00:22
    ETH: GPU0 22.107 Mh/s, GPU1 22.102 Mh/s
    Failed to set new fan speed, check if miner has root access!
    Failed to set new fan speed, check if miner has root access!
    Failed to set new fan speed, check if miner has root access!
    Failed to set new fan speed, check if miner has root access!
    ETH: 01/26/18-13:35:54 - New job from us2.ethermine.org:4444
    
    1. With default setting the AMD Radeon RX570‘s do about 22 Mh/s, give it a week to make sure things are stable and we’ll tweak them up to hopefully around 30 Mh/s. I’ll give you another post once we make those changes.

    In the mean time, to get rid of that annoying error message, I just removed the -tt for now which is Target Temperature so PhoenixMiner stops trying to make calls to adjust fan speeds automatically.

    phoenixminer's People

    Contributors

    user avatar

    Recommend Projects

    • React photo React

      A declarative, efficient, and flexible JavaScript library for building user interfaces.

    • Vue.js photo Vue.js

      🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

    • Typescript photo Typescript

      TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

    • TensorFlow photo TensorFlow

      An Open Source Machine Learning Framework for Everyone

    • Django photo Django

      The Web framework for perfectionists with deadlines.

    • D3 photo D3

      Bring data to life with SVG, Canvas and HTML. 📊📈🎉

    Recommend Topics

    • javascript

      JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

    • web

      Some thing interesting about web. New door for the world.

    • server

      A server is a program made to process requests and deliver data to clients.

    • Machine learning

      Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

    • Game

      Some thing interesting about game, make everyone happy.

    Recommend Org

    • Facebook photo Facebook

      We are working to build community through open source technology. NB: members must have two-factor auth.

    • Microsoft photo Microsoft

      Open source projects and samples from Microsoft.

    • Google photo Google

      Google ❤️ Open Source for everyone.

    • D3 photo D3

      Data-Driven Documents codes.