{"id":13580458,"url":"https://github.com/kriation/docker-ethminer","last_synced_at":"2025-04-06T02:31:34.231Z","repository":{"id":53539573,"uuid":"332290805","full_name":"kriation/docker-ethminer","owner":"kriation","description":"A docker container with a CUDA enabled build of ethminer","archived":true,"fork":false,"pushed_at":"2021-10-28T16:52:22.000Z","size":26,"stargazers_count":2,"open_issues_count":0,"forks_count":5,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-11-05T19:43:24.562Z","etag":null,"topics":["docker-nvidia","ethereum","ethminer","gpu-mining","nvidia-cuda","nvidia-docker"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kriation.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-23T19:24:56.000Z","updated_at":"2024-01-24T13:26:30.000Z","dependencies_parsed_at":"2022-09-11T01:21:57.587Z","dependency_job_id":null,"html_url":"https://github.com/kriation/docker-ethminer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kriation%2Fdocker-ethminer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kriation%2Fdocker-ethminer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kriation%2Fdocker-ethminer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kriation%2Fdocker-ethminer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kriation","download_url":"https://codeload.github.com/kriation/docker-ethminer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247426004,"owners_count":20937051,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker-nvidia","ethereum","ethminer","gpu-mining","nvidia-cuda","nvidia-docker"],"created_at":"2024-08-01T15:01:51.710Z","updated_at":"2025-04-06T02:31:33.958Z","avatar_url":"https://github.com/kriation.png","language":"Dockerfile","funding_links":[],"categories":["Dockerfile"],"sub_categories":[],"readme":"# ethminer\nThis container is a CUDA enabled build of ethereum-mining/ethminer. It tracks the head of the\nmaster branch at build time. I used the guidance provided in the\n[build.md](https://github.com/ethereum-mining/ethminer/blob/master/docs/BUILD.md)\nof the repository to put this image together.\n\n## Tip Jar\nIf you're using this container image, tips in eth are appreciated! :bowtie:\n**0xAe26Cd1573745236807E67cE3be34Ca4226f4cF3**\n\n![eth address QR code](eth.png)\n\n## Overview\nTo minimize the complexity of pulling in the required dependencies and\nminimizing the size of the image, I use the\nnvidia/cuda devel image to build the ethminer binary. In the second\nstage, I copy the build artifacts to a new image dependent on\nnvidia/cuda runtime.\n\nThe entrypoint for the final image is /opt/ethminer/ethminer.\n\nThis provides the ability to pass arguments at container execution time. For\nexample:\n\n```\n$ docker run --gpus all -it kriation/ethminer:latest --list-devices\n\n\nethminer 0.19.0+commit.47ae149e\nBuild: linux/release/gnu\n\n Id Pci Id    Type Name                          CUDA SM   Total Memory\n --- --------- ---- ----------------------------- ---- ---  ------------\n   0 01:00.0   Gpu  GeForce GTX 1660 SUPER        Yes  7.5       1.52 GB\n```\n\nThe prerequisite to using this image is that the NVIDIA container toolkit is\nconfigured properly on the container host. The\n[documentation](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/user-guide.html)\nfrom NVIDIA on setting the toolkit up is straightforward.\n\n## Build\nFor those interested in building a custom image that isn't available in Docker\nHub, you can pass a build argument of CUDA_VERSION set to any of the tags\nlisted in the [CUDA Supported Tags](https://gitlab.com/nvidia/container-images/cuda/blob/master/doc/supported-tags.md) documentation.\n\nAn example is below:\n\n```\n$ docker build --build-arg CUDA_VERSION=10.0 -t kriation/ethminer:10.0 .\n```\n\nThe resulting image will be based off of the CUDA 10.0 base.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkriation%2Fdocker-ethminer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkriation%2Fdocker-ethminer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkriation%2Fdocker-ethminer/lists"}