bensuperpc / docker-cpuminer-multi

Dockerized cpuminer-multi a multiple crypto currency miner.

Home Page:https://hub.docker.com/r/bensuperpc/cpuminer-multi/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supported tags and respective Dockerfile links

docker-cpuminer-multi Docker Pulls

What is cpuminer-multi

tpruvot/cpuminer-multi is a multi-threaded CPU miner, fork of pooler's cpuminer and tpruvot's cpuminer-multi (see AUTHORS for list of contributors).

It can mine almost all crypto currencies using CPU. This means you're a lot less likely to get a block, so you might want to join a pool like https://www.multipool.us/dashboard/help/

Usage example

The :alpine tag is smaller but some people reported issue with it. You can test both :debian (Debian-based) and :alpine (Linux Alpine-based) versions to check that they work on your machine via:

$ docker run --rm bensuperpc/cpuminer-multi:latest cpuminer --cputest
$ docker run --rm bensuperpc/cpuminer-multi:latest cpuminer --benchmark
$ docker run --rm bensuperpc/cpuminer-multi cpuminer -a cryptonight -o stratum+tcp://xmr.pool.minergate.com:45700 -u <EMail> -p x

To see the CLI help do:

$ docker run --rm bensuperpc/cpuminer-multi cpuminer --help

Feedbacks

This is an experimental image. Please report and try to fix any issues you might encounter.

Suggestions are welcome on our GitHub issue tracker.

Original Author : https://github.com/wernight/docker-cpuminer-multi

About

Dockerized cpuminer-multi a multiple crypto currency miner.

https://hub.docker.com/r/bensuperpc/cpuminer-multi/

License:Apache License 2.0


Languages

Language:Makefile 62.6%Language:Dockerfile 37.4%