update p2pool v4.2

This commit is contained in:
Matthew Tran 2024-11-10 08:23:42 +00:00
parent d0a3aa4d2d
commit 2a470a0234
2 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@ max-chained-neighbor-updates=1000000
max-players=20 max-players=20
max-tick-time=60000 max-tick-time=60000
max-world-size=29999984 max-world-size=29999984
motd=A Minecraft Server motd=poopy
network-compression-threshold=256 network-compression-threshold=256
online-mode=true online-mode=true
op-permission-level=4 op-permission-level=4

View File

@ -6,9 +6,9 @@ RUN apt-get install -y wget
USER ubuntu USER ubuntu
WORKDIR /home/ubuntu WORKDIR /home/ubuntu
# currently v4.1 # currently v4.2
RUN wget https://github.com/SChernykh/p2pool/releases/download/v4.1/p2pool-v4.1-linux-x64.tar.gz -O p2pool.tar.gz RUN wget https://github.com/SChernykh/p2pool/releases/download/v4.2/p2pool-v4.2-linux-x64.tar.gz -O p2pool.tar.gz
RUN tar xvf p2pool.tar.gz && rm p2pool.tar.gz RUN tar xvf p2pool.tar.gz && rm p2pool.tar.gz
RUN mv p2pool-v4.1-linux-x64/p2pool ./p2pool RUN mv p2pool-v4.2-linux-x64/p2pool ./p2pool
COPY --chown=ubuntu:ubuntu entry.sh ./ COPY --chown=ubuntu:ubuntu entry.sh ./