Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 768 Bytes

README.md

File metadata and controls

61 lines (40 loc) · 768 Bytes

UltMiner

A simple GUI for mining

Information

  • Based on PySide2
  • Only support nbminer for ETH mining
  • Only support single graphic card mining

Installation

Windows

You can:

  1. Simply download executable latest release
  2. Run UltMiner.exe

or:

  1. Clone or download sources code
  2. Install python requirements using:
pip install -r requirements.txt
  1. Run run.py using:
python run.py
Ubuntu

You can:

  1. Clone or download sources code
  2. Install qt5-default:
sudo apt-get install qt5-default
  1. Install python requirements using:
pip install -r requirements.txt
  1. Run run.py using:
python run.py