Sign inSign up

zokeber/cpuminer-multi

By zokeber

Updated over 9 years ago

CPUminer multi in CentOS 7

Image
0

10K+

zokeber/cpuminer-multi repository overview

CPUminer multi in CentOS 7

This repository contains a Dockerfile to build a Docker Image for CPUminer Multi in CentOS 7

Build Status

Base Docker Image

Usage

Installation
  1. Install Docker.

  2. You can download automated build from public Docker Hub Registry:

docker pull zokeber/cpuminer-multi:latest

Another way: build from Github

To create the image zokeber/cpuminer-multi, clone this repository and execute the following command on the docker-cpuminer-multi folder:

docker build -t zokeber/cpuminer-multi:latest .

Another alternatively, you can build an image directly from Github:

docker build -t="zokeber/cpuminer-multi:latest" github.com/zokeber/docker-cpuminer-multi

Create and running a container

Create container:

docker create -it --name cpuminer zokeber/cpuminer-multi -a <algorithm> -o stratum+tcp://<url>:<port> -u <username> -p <password>

Start container:

docker start cpuminer

Another way to start a cpuminer-multi container:

docker run -d --name cpuminer zokeber/cpuminer-multi -a <algorithm> -o stratum+tcp://<url>:<port> -u <username> -p <password>

Show cpuminer settings:

docker exec -it cpuminer-multi cpuminer --help

Connection methods:

Bash:

docker exec -it cpuminer-multi bash

Upgrading

Update the docker image:

docker pull zokeber/postgresql:latest

Tag summary

Content type

Image

Digest

Size

315.3 MB

Last updated

over 9 years ago

docker pull zokeber/cpuminer-multi