Skip to content

Ultcrt/UltMiner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple GUI for mining

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages