https://github.com/bensuperpc/docker-cpuminer-multi
10K+
Dockerfile linksalpine, alpine-latest (Dockerfile) debian, latest (Dockerfile) archlinux,archlinux-latest (Dockerfile) ubuntu, ubuntu-latest (Dockerfile) fedora, fedora-latest (Dockerfile) 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/
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
To see the CLI help do:
$ docker run --rm bensuperpc/cpuminer-multi cpuminer --help
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
Content type
Image
Digest
Size
73 MB
Last updated
over 4 years ago
docker pull bensuperpc/cpuminer-multi