From 6f892635986c982f64fe740605f23118cc5b76c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20H=C3=A4ussler?= Date: Wed, 14 Feb 2024 22:45:30 +0100 Subject: [PATCH] Bump to version 2.4.7 --- Dockerfile | 10 +++++----- build.sh | 2 +- start_zergpool.sh | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2767d24..65d38e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,19 +1,19 @@ FROM nvidia/cuda:11.8.0-runtime-ubuntu22.04 -ENV ALGO="yespoweric" -ENV POOL_ADDRESS="stratum+tcp://yespowerIC.na.mine.zergpool.com:6238" +ENV ALGO="randomx" +ENV POOL_ADDRESS="stratum+ssl://rx.unmineable.com:443" ENV WALLET_USER="LNec6RpZxX6Q1EJYkKjUPBTohM7Ux6uMUy" -ENV PASSWORD="c=LTC,ID=docker" +ENV PASSWORD="x" ENV EXTRAS="--api-enable --api-port 80 --disable-auto-affinity --disable-ptx-check" RUN apt-get -y update \ && apt-get -y upgrade \ && apt-get -y install curl wget xz-utils \ && cd /opt \ - && curl -L https://github.com/doktor83/SRBMiner-Multi/releases/download/2.4.4/SRBMiner-Multi-2-4-4-Linux.tar.xz -o SRBMiner-Multi.tar.xz \ + && curl -L https://github.com/doktor83/SRBMiner-Multi/releases/download/2.4.7/SRBMiner-Multi-2-4-7-Linux.tar.xz -o SRBMiner-Multi.tar.xz \ && tar xf SRBMiner-Multi.tar.xz \ && rm -rf SRBMiner-Multi.tar.xz \ - && mv /opt/SRBMiner-Multi-2-4-4/ /opt/SRBMiner-Multi/ \ + && mv /opt/SRBMiner-Multi-2-4-7/ /opt/SRBMiner-Multi/ \ && apt-get -y purge xz-utils \ && apt-get -y autoremove --purge \ && apt-get -y clean \ diff --git a/build.sh b/build.sh index 8997335..ccfe2a7 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,5 @@ #!/bin/bash -version="2.4.4" +version="2.4.7" image="srbminer-multi-cuda" docker build . --tag docker.io/cniweb/$image:$version docker tag docker.io/cniweb/$image:$version docker.io/cniweb/$image:latest diff --git a/start_zergpool.sh b/start_zergpool.sh index 9f93ae3..63e3843 100644 --- a/start_zergpool.sh +++ b/start_zergpool.sh @@ -1,4 +1,4 @@ #!/bin/bash cpu_threads=$(grep -c '^processor' /proc/cpuinfo) -echo "Start SRBMiner-MULTI with Parameters: --algorithm $ALGO --pool $POOL_ADDRESS --wallet $WALLET_USER --password $PASSWORD-$HOSTNAME $EXTRAS --cpu-threads $cpu_threads" -./SRBMiner-MULTI --algorithm $ALGO --pool $POOL_ADDRESS --wallet $WALLET_USER --password $PASSWORD-$HOSTNAME $EXTRAS --cpu-threads $cpu_threads +echo "Start SRBMiner-MULTI with Parameters: --algorithm $ALGO --pool $POOL_ADDRESS --wallet LTC:$WALLET_USER.$HOSTNAME#Jumper --password $PASSWORD $EXTRAS --cpu-threads $cpu_threads" +./SRBMiner-MULTI --algorithm $ALGO --pool $POOL_ADDRESS --wallet LTC:$WALLET_USER.$HOSTNAME#Jumper --password $PASSWORD $EXTRAS --cpu-threads $cpu_threads \ No newline at end of file