{"id":19567891,"url":"https://github.com/rblaine95/docker_monero_xmrig","last_synced_at":"2025-04-27T02:32:23.804Z","repository":{"id":40470370,"uuid":"128940072","full_name":"rblaine95/docker_monero_xmrig","owner":"rblaine95","description":"Because servethehome/monero_xmrig docker is outdated and it annoys me","archived":false,"fork":false,"pushed_at":"2024-04-23T14:56:57.000Z","size":103,"stargazers_count":6,"open_issues_count":1,"forks_count":10,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-23T16:11:32.056Z","etag":null,"topics":["alpine","cpuminer","cryptocurrency","cryptonight","docker","docker-monero-xmrig","mine","monero","monero-xmrig-docker","pools","quay","randomwow","randomx","servethehome","supportxmr","wow","wowlet","wownero","xmr","xmrig"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rblaine95.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-04-10T13:47:20.000Z","updated_at":"2024-04-23T14:56:56.000Z","dependencies_parsed_at":"2023-11-27T10:02:14.907Z","dependency_job_id":"36562978-2ddc-42b4-8486-ded95bea798e","html_url":"https://github.com/rblaine95/docker_monero_xmrig","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/rblaine95%2Fdocker_monero_xmrig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rblaine95%2Fdocker_monero_xmrig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rblaine95%2Fdocker_monero_xmrig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rblaine95%2Fdocker_monero_xmrig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rblaine95","download_url":"https://codeload.github.com/rblaine95/docker_monero_xmrig/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224056299,"owners_count":17248322,"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":["alpine","cpuminer","cryptocurrency","cryptonight","docker","docker-monero-xmrig","mine","monero","monero-xmrig-docker","pools","quay","randomwow","randomx","servethehome","supportxmr","wow","wowlet","wownero","xmr","xmrig"],"created_at":"2024-11-11T05:41:41.565Z","updated_at":"2025-04-27T02:32:23.798Z","avatar_url":"https://github.com/rblaine95.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Monero XMRig Docker\n\n[![GitHub Workflow Status (branch)][github-actions-badge]][github-actions-link]\n[![GitHub release](https://img.shields.io/github/release/xmrig/xmrig/all.svg)](https://github.com/xmrig/xmrig/releases)\n[![GitHub Release Date](https://img.shields.io/github/release-date-pre/xmrig/xmrig.svg)](https://github.com/xmrig/xmrig/releases)\n\nBecause `servethehome/monero_xmrig` is very outdated.\n\nXMRig Version: `6.22.2`\n\nIf a new version for XMRig comes out and you want me to update this docker, feel free to open an issue or do a pull request.\n\nI will try to update this docker as quickly as possible.\n\n### Usage\n* `$username` - pool username\n* `$pool` - pool address (with protocol, like `stratum+tcp://`)\n* `$threads` - Number of threads to mine with (recommended is `vCPU / 2`)\n* `$donate` - percentage of hash to donate to devs (not me)\n* `$password` - optional for most pools\n* `$coin` - which coin to mine\n* `$algo` - which algorithm to mine\n* `$VERSION` - XMRig version to use\n\n#### Mine specific coin\n```\ndocker run -ti --rm \\\n  -e username=$username \\\n  -e xmrpool=$pool \\\n  -e numthreads=$threads \\\n  -e startport=$port \\\n  -e donate=$donate \\\n  -e coin=$coin \\\n  -e VERSION=$VERSION \\\n  ghcr.io/rblaine95/monero_xmrig\n```\n#### Mine specific algorithm\n```\ndocker run -ti --rm \\\n  -e username=$username \\\n  -e xmrpool=$pool \\\n  -e numthreads=$threads \\\n  -e startport=$port \\\n  -e donate=$donate \\\n  -e algo=$algo \\\n  -e VERSION=$VERSION \\\n  ghcr.io/rblaine95/monero_xmrig\n```\n\n### Variable Defaults\n* `$threads` - output of `nproc / 2`\n* `$port` - `3333`\n* `$xmrpool` - `stratum+tcp://pool.supportxmr.com`\n* `$password` - `docker`\n* `$donate` - `5`\n* `$coin` - `monero`\n* `$algo` - `null`\n* `$VERSION` - Current XMRig version listed above\n\n[github-actions-badge]: https://img.shields.io/github/actions/workflow/status/rblaine95/docker_monero_xmrig/docker.yml?branch=master \"Github Workflow Status (master)\"\n[github-actions-link]: https://github.com/rblaine95/docker_monero_xmrig/actions?query=workflow%3Adockerbuild\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frblaine95%2Fdocker_monero_xmrig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frblaine95%2Fdocker_monero_xmrig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frblaine95%2Fdocker_monero_xmrig/lists"}