Bminer's Dockerized CUDA miner
Dockerizes the bminer binary. Run the docker container as if it were the actual binary, simply pass in flags.
docker run -d \
--net host \
--name bminer \
--restart always \
--runtime nvidia \
harryhan1989/bminer:latest \
-api 0.0.0.0:3500 \
-max-temperature 80 \
-uri ethproxy://[email protected]:8888
Content type
Image
Digest
Size
1.6 GB
Last updated
about 5 years ago
docker pull harryhan1989/bminer