Standalone Version
Download and run PRGminer locally on your machine with full functionality and GPU acceleration support.
PRGminer v1.0.0
Latest stable release with improved accuracy and performance
System Requirements
Python
≥ 3.8
Dependencies
Listed in requirements.txt
GPU Support
Optional (CUDA ≥ 11.0)
Installation Guide
Option 1: Direct Download
Download and install PRGminer directly
1Download
Download the PRGminer.tar.gz file
$ wget /prgminer/PRGminer.tar.gz
2Extract
Extract the downloaded archive
$ tar -xzf PRGminer.tar.gz
3Create Conda Environment
Create and activate a new Conda environment
$ cd PRGminer
conda env create -f environment.yml
conda activate PRGminer
4Install Dependencies
Install required Python packages
$ pip install .
5Verify Installation
Check PRGminer installation and view available options
$ PRGminer -h
Option 2: GitHub (Recommended)Recommended
Install PRGminer using Git and Conda
1Clone Repository
Clone the PRGminer repository using Git LFS
$ git lfs clone https://github.com/usubioinfo/PRGminer.git
2Create Conda Environment
Create and activate a new Conda environment
$ cd PRGminer
conda env create -f environment.yml
conda activate PRGminer
3Install Package
Install PRGminer package
$ pip install .
4Verify Installation
Check PRGminer installation and view available options
$ PRGminer -h
Make sure you have Git LFS installed. You can install it from git-lfs.github.com