Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rblaine95/docker_monero_xmrig
Because servethehome/monero_xmrig docker is outdated and it annoys me
https://github.com/rblaine95/docker_monero_xmrig
alpine cpuminer cryptocurrency cryptonight docker docker-monero-xmrig mine monero monero-xmrig-docker pools quay randomwow randomx servethehome supportxmr wow wowlet wownero xmr xmrig
Last synced: 9 days ago
JSON representation
Because servethehome/monero_xmrig docker is outdated and it annoys me
- Host: GitHub
- URL: https://github.com/rblaine95/docker_monero_xmrig
- Owner: rblaine95
- License: unlicense
- Created: 2018-04-10T13:47:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T14:56:57.000Z (7 months ago)
- Last Synced: 2024-04-23T16:11:32.056Z (7 months ago)
- 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
- Language: Shell
- Homepage:
- Size: 101 KB
- Stars: 6
- Watchers: 4
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Monero XMRig Docker
[![GitHub Workflow Status (branch)][github-actions-badge]][github-actions-link]
[![GitHub release](https://img.shields.io/github/release/xmrig/xmrig/all.svg)](https://github.com/xmrig/xmrig/releases)
[![GitHub Release Date](https://img.shields.io/github/release-date-pre/xmrig/xmrig.svg)](https://github.com/xmrig/xmrig/releases)Because `servethehome/monero_xmrig` is very outdated.
XMRig Version: `6.22.1`
If 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.
I will try to update this docker as quickly as possible.
### Usage
* `$username` - pool username
* `$pool` - pool address (with protocol, like `stratum+tcp://`)
* `$threads` - Number of threads to mine with (recommended is `vCPU / 2`)
* `$donate` - percentage of hash to donate to devs (not me)
* `$password` - optional for most pools
* `$coin` - which coin to mine
* `$algo` - which algorithm to mine
* `$VERSION` - XMRig version to use#### Mine specific coin
```
docker run -ti --rm \
-e username=$username \
-e xmrpool=$pool \
-e numthreads=$threads \
-e startport=$port \
-e donate=$donate \
-e coin=$coin \
-e VERSION=$VERSION \
ghcr.io/rblaine95/monero_xmrig
```
#### Mine specific algorithm
```
docker run -ti --rm \
-e username=$username \
-e xmrpool=$pool \
-e numthreads=$threads \
-e startport=$port \
-e donate=$donate \
-e algo=$algo \
-e VERSION=$VERSION \
ghcr.io/rblaine95/monero_xmrig
```### Variable Defaults
* `$threads` - output of `nproc / 2`
* `$port` - `3333`
* `$xmrpool` - `stratum+tcp://pool.supportxmr.com`
* `$password` - `docker`
* `$donate` - `5`
* `$coin` - `monero`
* `$algo` - `null`
* `$VERSION` - Current XMRig version listed above[github-actions-badge]: https://img.shields.io/github/actions/workflow/status/rblaine95/docker_monero_xmrig/docker.yml?branch=master "Github Workflow Status (master)"
[github-actions-link]: https://github.com/rblaine95/docker_monero_xmrig/actions?query=workflow%3Adockerbuild