{"id":19892600,"url":"https://github.com/compscidr/lolminer-docker","last_synced_at":"2025-10-13T12:35:15.708Z","repository":{"id":40453245,"uuid":"352695342","full_name":"compscidr/lolminer-docker","owner":"compscidr","description":"Working AMD/Nvidia drivers + lolminer. Tested on Ubuntu 20.04 and 20.10 hosts without requiring the AMD driver on the host. Nvidia requires the Ubuntu docker runtime.","archived":false,"fork":false,"pushed_at":"2025-08-12T12:22:44.000Z","size":91,"stargazers_count":12,"open_issues_count":1,"forks_count":11,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-28T18:42:01.520Z","etag":null,"topics":["amdgpu","ethereum","hacktoberfest","lolminer","mining","nvidia","pooled-mining"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/compscidr.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-03-29T15:38:47.000Z","updated_at":"2025-08-12T12:21:27.000Z","dependencies_parsed_at":"2024-01-10T22:01:13.685Z","dependency_job_id":"7db8ebea-2b23-4c99-815a-c7c8660794a5","html_url":"https://github.com/compscidr/lolminer-docker","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/compscidr/lolminer-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compscidr%2Flolminer-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compscidr%2Flolminer-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compscidr%2Flolminer-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compscidr%2Flolminer-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/compscidr","download_url":"https://codeload.github.com/compscidr/lolminer-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compscidr%2Flolminer-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279015056,"owners_count":26085643,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["amdgpu","ethereum","hacktoberfest","lolminer","mining","nvidia","pooled-mining"],"created_at":"2024-11-12T18:24:23.790Z","updated_at":"2025-10-13T12:35:15.682Z","avatar_url":"https://github.com/compscidr.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"![https://github.com/compscidr/lolminer-docker/actions/workflows/build.yml](https://github.com/compscidr/lolminer-docker/actions/workflows/build.yml/badge.svg)\n# lolminer-docker\nTried to make it as simple as possible to run [lolminer](https://github.com/Lolliedieb/lolMiner-releases) without worrying about\ndrivers or the mining software (at least on amd). The docker images are named as follows:\n`ubuntu\u003cubuntu-version\u003e-\u003ccuda/amd-version\u003e-\u003clolminer version\u003e`. For instance:\n`ubuntu22.04-cuda-11.7.1-1.84` or `ubuntu22.04-amd-21.30-1.84`\n\n## amd:\nTested with Ubuntu 20.04 and 20.10 host operating systems without any special\ndrivers installed on the host OS (ie, don't need to worry about the mess of\nAMD drivers in the most recent Ubuntu OS's).\n\nFor physical hardware, tested with rx580, rx480 gpus.\n\nhttps://hub.docker.com/repository/docker/compscidr/lolminer-docker\nFrom dockerhub:\n```\ndocker run --device=/dev/dri:/dev/dri compscidr/lolminer-docker:ubuntu22.04-amd-21.30-1.84 \u003cinsert lolminer args\u003e\n```\n\nFor instance:\n```\ndocker run --device=/dev/dri:/dev/dri compscidr/lolminer-docker:ubuntu22.04-amd-21.30-1.84--coin ETH --pool eth.2miners.com --port 2020 --user 0x74ba897f65f04008d8eff364efcc54b0a20e17eb.amd-docker --apihost 0.0.0.0 --apiport 4069\n```\n\nThe only fees are the lolminer fees, I didn't add any additional fees.\n\n## nvidia:\nOn the host, you need a bit more work to get the nvidia docker runtime (only required once):\n```\ndistribution=$(. /etc/os-release;echo $ID$VERSION_ID)\ncurl -s -L https://nvidia.github.io/nvidia-docker/gpgkey | sudo apt-key add -\ncurl -s -L https://nvidia.github.io/nvidia-docker/$distribution/nvidia-docker.list | sudo tee /etc/apt/sources.list.d/nvidia-docker.list\n\nsudo apt-get update \u0026\u0026 sudo apt-get install -y nvidia-container-toolkit\nsudo systemctl restart docker\n```\n\nThen you can run as follows:\n```\ndocker run --gpus all compscidr/lolminer-docker:ubuntu22.04-cuda-11.7.1-1.84 --coin ETH --pool eth.2miners.com --port 2020 --user 0x74ba897f65f04008d8eff364efcc54b0a20e17eb.nvidia-docker --apihost 0.0.0.0 --apiport 4069\n```\n\nConfirmed working with a ubuntu20.04 host and an nvidia rtx 3080 gpu. On a fresh\nUbuntu 20.04 install, cuda 11.4.2 image will work, however if you've got\na newer version on your host for some other reason, you can bump to a newer cuda\nversion in the image as well if you want. You can check your cuda version and\ngpu driver version with `nvidia-smi`\n\n## docker-compose\nAlternatively you can use the provided docker-compose file which will build\neverything from source. You will want to update the `entrypoint` within the\ndocker-compose.yml file to use your own wallet and arguments for lolminer.\n\nThen for AMD:\n`docker-compose --profile amd up`\n\nand for Nvidia:\n`docker-compose --profile nvidia up`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcompscidr%2Flolminer-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcompscidr%2Flolminer-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcompscidr%2Flolminer-docker/lists"}