update p2pool v3.10

This commit is contained in:
Matthew Tran 2024-01-08 03:44:27 +00:00
parent 5ba909478a
commit 282c54a540
2 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@ allow-flight=false
allow-nether=true allow-nether=true
broadcast-console-to-ops=true broadcast-console-to-ops=true
broadcast-rcon-to-ops=true broadcast-rcon-to-ops=true
difficulty=normal difficulty=hard
enable-command-block=false enable-command-block=false
enable-jmx-monitoring=false enable-jmx-monitoring=false
enable-query=false enable-query=false

View File

@ -7,9 +7,9 @@ RUN useradd -m matt
USER matt USER matt
WORKDIR /home/matt WORKDIR /home/matt
# currently v3.9 # currently v3.10
RUN wget https://github.com/SChernykh/p2pool/releases/download/v3.9/p2pool-v3.9-linux-x64.tar.gz RUN wget https://github.com/SChernykh/p2pool/releases/download/v3.10/p2pool-v3.10-linux-x64.tar.gz
RUN tar xvf p2pool-v3.9-linux-x64.tar.gz RUN tar xvf p2pool-v3.10-linux-x64.tar.gz
RUN mv p2pool-v3.9-linux-x64/p2pool ./p2pool RUN mv p2pool-v3.10-linux-x64/p2pool ./p2pool
COPY --chown=matt:matt entry.sh ./ COPY --chown=matt:matt entry.sh ./