{"id":22463581,"url":"https://github.com/djenriquez/ewbf-cuda-miner","last_synced_at":"2026-05-17T17:10:11.018Z","repository":{"id":69172654,"uuid":"117401000","full_name":"djenriquez/ewbf-cuda-miner","owner":"djenriquez","description":"Run ewbf-miner for zcash","archived":false,"fork":false,"pushed_at":"2018-01-26T04:17:21.000Z","size":5,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-11T18:58:11.201Z","etag":null,"topics":["cuda","docker","mining","nvidia","nvidia-docker","zcash","zcl","zclassic"],"latest_commit_sha":null,"homepage":null,"language":null,"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/djenriquez.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}},"created_at":"2018-01-14T04:17:41.000Z","updated_at":"2020-09-21T08:26:33.000Z","dependencies_parsed_at":"2023-04-19T11:05:10.564Z","dependency_job_id":null,"html_url":"https://github.com/djenriquez/ewbf-cuda-miner","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/djenriquez/ewbf-cuda-miner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djenriquez%2Fewbf-cuda-miner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djenriquez%2Fewbf-cuda-miner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djenriquez%2Fewbf-cuda-miner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djenriquez%2Fewbf-cuda-miner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/djenriquez","download_url":"https://codeload.github.com/djenriquez/ewbf-cuda-miner/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djenriquez%2Fewbf-cuda-miner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33147340,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["cuda","docker","mining","nvidia","nvidia-docker","zcash","zcl","zclassic"],"created_at":"2024-12-06T09:13:31.632Z","updated_at":"2026-05-17T17:10:10.991Z","avatar_url":"https://github.com/djenriquez.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# ewbf-cuda-miner\newbf-miner for zcash\n\n# Summary\nDockerizes the ewbf-miner binary. Run the docker container as if it were the actual binary, simply pass in flags.\n\n# Run\n```\n$: docker run --rm -t \\\n--runtime=nvidia \\\ndjenriquez/ewbf-cuda-miner\n\n+-------------------------------------------------+\n|         EWBF's Zcash CUDA miner. 0.3.4b         |\n+-------------------------------------------------+\n--help, -h          Show this help.\n--server            Stratum server only hostname or ip address.\n--port              Stratum server port.\n--user              Stratum user.\n--pass              Stratum password.\n--fee               The developer fee in percent allowed decimals for example 0, 1, 2.5, 1.5 etc.\n--pec               Power efficiency calculator. Shows power statistics.\n--cuda_devices      Space-separated list of cuda devices.\n                    Without this option all devices are used.\n--solver            Disable benchmark and use specified solver\n                    Allowed values from 0 to 3.\n--eexit             Exit in case of error. Value 1 exit if miner cannot restart workers.\n                    Value 2 if lost connection with the pool. 3 both cases.\n--log               Create file miner.log in directory of miner.\n                    Allowed values 1 and 2. 1 only errors, 2 will repeat console output.\n--logfile           Set custom filename.\n--config            Config file.\n--tempunits         Temperature units, allowed values: C for celsius, F for fahrenheit and K for kelvin :)).\n--templimit         Temperature limit, gpu will be stopped if this limit is reached.\n--api               Enable api without an argument will be listen on 127.0.0.1:42000,\n                    You can set listen address as an argument for example: --api 0.0.0.0:12345\n                    Allowed ports 1000 - 65535\n\nExample1: miner --server server.com --port 7777 --user name --pass secret --cuda_devices 0 1 2 3 --eexit 1\nExample2: miner --server server.com --port 7777 --user name --pass secret --eexit 1 --log 2 --solver 1\n$: \n\n```\n\n## Example\n```\ndocker run -d -t \\\n--name ewbf-miner \\\n--restart always \\\n--runtime=nvidia \\\ndjenriquez/ewbf-cuda-miner \\\n--server equihash.usa.nicehash.com --port 3357 --user 33DyXVuy3R5jfLZRRpEQcXXAJ1Xz5rkGxE --pass x --eexit\n```\n# Dependencies\n- nvidia GPUs\n- CUDA drivers for your machine, see https://developer.nvidia.com/cuda-downloads?target_os=Linux\n- [nvidia-docker](https://github.com/NVIDIA/nvidia-docker)\n\n## Donations\n- BTC - 33DyXVuy3R5jfLZRRpEQcXXAJ1Xz5rkGxE\n- LTC - MUaov1JidbnpfeuQiSR3mtJhN3CN8Wj5g9\n- ETH - 0xCBBC579Ac1Bc4868823fbBb2D8dDaFF93D619ceD\n- DASH - Xy4cgJVAiHsrbeBB53NeQWk2iXKoWjBvJp\n- ZEC - t1gYs8Zn2ZCFZWKZsTmZWd5bgXa9eD8M87K\n- BCH - LOL","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjenriquez%2Fewbf-cuda-miner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdjenriquez%2Fewbf-cuda-miner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjenriquez%2Fewbf-cuda-miner/lists"}