Skip to content

Commit

Permalink
XMRig v4.4.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardochaia committed Oct 26, 2019
1 parent 364c536 commit 85fbb92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ version: "3"

services:
xmrig:
image: lchaia/xmrig
image: lchaia/xmrig:v4.4.0-beta
container_name: xmrig
build:
context: ./src
command: --url randomx-benchmark.xmrig.com:7777 --algo rx/test
command: --coin monero --url gulf.moneroocean.stream:10001 --user <your_xmr_address> --pass <worker_id:email>
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apk --no-cache add \
--repository http://dl-cdn.alpinelinux.org/alpine/edge/testing \
hwloc-dev

ARG XMRIG_VERSION=v3.1.3
ARG XMRIG_VERSION=v4.4.0-beta
ARG XMRIG_BUILD_ARGS="-DCMAKE_BUILD_TYPE=Release"

WORKDIR /xmrig
Expand Down

0 comments on commit 85fbb92

Please sign in to comment.