{"id":48147314,"url":"https://github.com/unsalted/docker-nheqminer-cuda","last_synced_at":"2026-04-04T17:01:32.157Z","repository":{"id":19102018,"uuid":"83734039","full_name":"unsalted/docker-nheqminer-cuda","owner":"unsalted","description":"CUDA capable docker image of nheqminer (zcash/equihash miner)","archived":false,"fork":false,"pushed_at":"2022-06-16T14:10:22.000Z","size":20,"stargazers_count":24,"open_issues_count":0,"forks_count":16,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-03-15T11:59:16.627Z","etag":null,"topics":["blockchain","cuda","docker","docker-image","gpu","nheqminer","nicehash","nvidia","nvidia-docker","zcash"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/unsalted.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE_MIT","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-02T23:07:22.000Z","updated_at":"2023-06-14T09:17:12.000Z","dependencies_parsed_at":"2022-08-31T16:11:55.387Z","dependency_job_id":null,"html_url":"https://github.com/unsalted/docker-nheqminer-cuda","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/unsalted/docker-nheqminer-cuda","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unsalted%2Fdocker-nheqminer-cuda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unsalted%2Fdocker-nheqminer-cuda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unsalted%2Fdocker-nheqminer-cuda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unsalted%2Fdocker-nheqminer-cuda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unsalted","download_url":"https://codeload.github.com/unsalted/docker-nheqminer-cuda/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unsalted%2Fdocker-nheqminer-cuda/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31407387,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["blockchain","cuda","docker","docker-image","gpu","nheqminer","nicehash","nvidia","nvidia-docker","zcash"],"created_at":"2026-04-04T17:01:30.587Z","updated_at":"2026-04-04T17:01:32.109Z","avatar_url":"https://github.com/unsalted.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"## [Nheqminer *with* NVIDIA CUDA](https://github.com/unsalted/docker-nheqminer-cuda) support\n\nI have now had my docker running 4+ weeks which meets my standards for \"stable\".\n\n### Releases\n\n#### Ubuntu 16.04\n- `v0.5c`, ` cuda`, `latest` [(CUDA 8.0/v0.5c)](https://github.com/unsalted/docker-nheqminer-cuda/blob/master/Dockerfile)\n- `v0.5c-cpu`, `cpu` [(CPU/v0.5c)](https://github.com/unsalted/docker-nheqminer-cuda/blob/master/CPU/Dockerfile)\n\n### Requirements\n---\nThis assumes that current version of NVIDIA drivers and Docker is installed, it also requires the [nvidia-docker plugin](https://github.com/NVIDIA/nvidia-docker) which allows the image to access the host GPU and drivers with minimal extra requirements on *you* or  the host.\n\nFor convenience there is also a [*cpu only*](https://github.com/unsalted/docker-nheqminer-cuda/blob/master/CPU/Dockerfile) build.\n\n**nvidia-docker [install requirements](https://github.com/NVIDIA/nvidia-docker/wiki/Installation)**\n\n##### An example of installing nvidia-docker on Ubuntu 16.04\n*It really isn't so bad...*\n```bash\n\n# requirement\nsudo apt-get install nvidia-modprobe\n# Install nvidia-docker and nvidia-docker-plugin\nwget -P /tmp https://github.com/NVIDIA/nvidia-docker/releases/download/v1.0.0/nvidia-docker_1.0.0-1_amd64.deb\nsudo dpkg -i /tmp/nvidia-docker*.deb \u0026\u0026 rm /tmp/nvidia-docker*.deb\n\n# Test nvidia-smi\nnvidia-docker run --rm nvidia/cuda nvidia-smi\n\n```\n---\n\n#### Quickstart instructions\n---\nA few example commands to help get things up and running quickly.\n**Do not** run more than two threads per instance, if you want to run CPU and GPU on the same machine spin up seperate instances.\n**DO RUN *two threads* per instance** for example `-cd 0 0 1 1`.\nOn a stock GTX1070 with two threads the djezo solver runs at around 380 Sol/s.\n\n**DOCKER RUN**\n```bash \nnvidia-docker run --restart always -i -d -h nheqminer  unsalted/nheqminer \\\nnheqminer -l zec-us1.dwarfpool.com:3335 -u ZEC_ADDRESS.user -cd 0 \n```\n\n**DOCKER Enter the container**\n=======\n**RUN**\n\n`nvidia-docker run --rm -i -d -h nheqminer --name nheqminer unsalted/nheqminer`\n\n**EXEC nheq command (start, help, benchmark)**\n\n`docker exec nheqminer bash -c \"nheqminer -l zec-us1.dwarfpool.com:3335 -u YOUR_ZEC_ADDRESS.user -cd 0 0\"`\n\n**Enter the container**\n\n`docker exec -it nheqminer bash`\n\n\n**Makefile**\n\nA makefile is provided with quickstart commands the only *required* variable is your ADDRESS, it will still run but it will mine to my address (thank you).\n\n*Run with flags*\n\n`make nheqminer FLAGS=\"-l zec-us1.dwarfpool.com:3336 -u t1UoqVgJYfRuZZyaU93FncJzXdhKmx6Vpb5.botbot -cd 0 1\"`\n\n*Run with variables*\n\n`make run GPU=\"0 1\" ADDRESS=MY_ADDRESS PORT=3356`\n\n*Run cpu*\n\n`make cpu ADDRESS=MY_ADDRESS PORT=3354 THREADS=4`\n\n\n**Full list of default variables**\n\n```\n\nGPU=0\nTHREADS=Null\nHOST=HOSTNAME\nRESTART=always\nUID=RANDOM\nLOCATION=zec-us1.dwarfpool.com\nPORT=3335\nADDRESS=t1UoqVgJYfRuZZyaU93FncJzXdhKmx6Vpb5\nDOCKER=nvidia-docker\n\n```\n---\n**RUN**\n\n`docker run --rm -i -d -h nheqminer --name nheqminer unsalted/nheqminer:cpu`\n\n**EXEC command (start, help, benchmark)**\n\n`docker exec nheqminer bash -c \"nheqminer -l zec-us1.dwarfpool.com:3334 -u YOUR_ZEC_ADDRESS.user -t 2\"`\n\n**Enter the container**\n\n`docker exec -it nheqminer bash`\n\n\n**For more information about using nheqminer see [the nicehash nheqminer repo](https://github.com/nicehash/nheqminer)**.\n\n**Please ask questions and post bugs to [github](https://github.com/unsalted/docker-nheqminer-cuda).**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funsalted%2Fdocker-nheqminer-cuda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funsalted%2Fdocker-nheqminer-cuda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funsalted%2Fdocker-nheqminer-cuda/lists"}