Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
metal3d committed Jul 18, 2022
1 parent cd46669 commit 4829165
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine

LABEL maintainer="Patrice Ferlet <metal3d@gmail.com>"

ARG VERSION=6.12.1
ARG VERSION=6.18.0

RUN set -xe;\
echo "@community http://nl.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories; \
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 6.12.1
VERSION = 6.18.0
REL = $(VERSION)-1
THREADS = $(shell nproc)
PRIORITY = 0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Xmrig - Monero minner in Docker

[Xmrig](https://xmrig.com/) is an opensource project to mine Monero cryptocurrency. It allow you to mine locally for a "pool", and to get back Monero for your effort.
[Xmrig](https://xmrig.com/) is an opensource project to mine Monero cryptocurrency. It allows you to mine locally for a "pool", and to get back Monero for your effort.

Here, you can launch xmrig in a docker container to make it easy to launch it on Kubernetes, Swarm, or on local computer using standard docker command.

Expand Down Expand Up @@ -68,7 +68,7 @@ Complete list of supported environment variable:

- `POOL_USER`: your wallet address, default to mine
- `POOL_URL`: the pool address, default to `xmr.metal3d.org:8080`
- `POOL_PASS`: the pool password, or worker id, following the pool documentation, default if you mine for me is "donator + uuid"
- `POOL_PASS`: the pool password, or worker ID, following the pool documentation, default if you mine for me is "donator + uuid"
- `DONATE_LEVEL`: percentage of donation to Xmrig.com project (please, leave the default that is 5 or above, XMrig is a nice project, give'em a bit CPU time)
- `PRIORITY`: CPU priority. 0=idle, 1=normal, 2 to 5 for higher priority
- `THREADS`: number of thread to start, default to number CPU / 2
Expand Down

0 comments on commit 4829165

Please sign in to comment.