Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

bendwyer/docker-ccminer

 
 

Repository files navigation

docker-ccminer

This repo hosts the files for a Xenial-based ccminer Docker container. You can pull the images from a couple of places:

Container performance

  • TESTED: docker-ccminer:cuda-9
    • Stock GTX 1070 FE hashrate ~33.5 MH/s
  • TESTED docker-ccminer:Nanashi-Meiyo-Meijin
    • Stock GTX 1070 FE hashrate increased to ~35.5 MH/s over docker-ccminer:cuda-9

Disclaimer

I'm not a Docker or Linux expert. Proceed at your own risk.

Credit

Prerequisites

Usage

cuda-9 container

Deploy container

docker run --runtime=nvidia --restart unless-stopped -itd --name <container name> bendwyer/docker-ccminer:cuda-9 -a <algorithm> -d <gpu device number> -o <pool url> -u <username> -p <password>

Available passthrough options for container

docker run --runtime=nvidia --rm bendwyer/docker-ccminer:cuda-9

Nanashi-Meiyo-Meijin container

Deploy container

docker run --runtime=nvidia --restart unless-stopped -itd --name <container name> bendwyer/docker-ccminer:Nanashi-Meiyo-Meijin -a <algorithm> -d <gpu device number> -o <pool url> -u <username> -p <password>

Available passthrough options for container

docker run --runtime=nvidia --rm bendwyer/docker-ccminer:Nanashi-Meiyo-Meijin