Skip to content

Commit

Permalink
updated to gminer v3.43
Browse files Browse the repository at this point in the history
  • Loading branch information
thelolagemann committed Mar 1, 2024
1 parent edc3648 commit a4d118f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG UBUNTU_VERSION=20.04

FROM alpine:latest as builder
RUN apk add curl tar xz
ARG GMINER_VERSION=3.17
ARG GMINER_VERSION=3.43
RUN echo https://github.com/develsoftware/GMinerRelease/releases/download/${GMINER_VERSION}/gminer_${GMINER_VERSION/./_}_linux64.tar.xz
RUN curl -L "https://github.com/develsoftware/GMinerRelease/releases/download/${GMINER_VERSION}/gminer_${GMINER_VERSION/./_}_linux64.tar.xz" > gminer.tar.gz
RUN mkdir /gminer && tar -xf gminer.tar.gz -C /gminer
Expand All @@ -13,8 +13,6 @@ COPY --from=builder /gminer /gminer
COPY entrypoint.sh ./
RUN chmod +x entrypoint.sh
ENV MINING_ALGO="ethash" \
MINING_POOL="gulf.moneroocean.stream:11024" \
DMINING_ALGO="ton" \
DMINING_POOL="wss://pplns.toncoinpool.io/stratum"
MINING_POOL="gulf.moneroocean.stream:11024"

CMD "/entrypoint.sh"

0 comments on commit a4d118f

Please sign in to comment.