mirror of
https://github.com/dragonlock2/matthewtran.com.git
synced 2025-10-11 12:07:56 +00:00
update monerod v0.18.4.1 and p2pool v4.9
This commit is contained in:
parent
e058e70685
commit
1f04cf13e9
@ -5,10 +5,10 @@ RUN apt-get install -y wget bzip2
|
||||
|
||||
WORKDIR /root
|
||||
|
||||
# currently v0.18.4.0
|
||||
RUN wget -O monerod.tar.bz2 https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.4.0.tar.bz2
|
||||
# currently v0.18.4.1
|
||||
RUN wget -O monerod.tar.bz2 https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.4.1.tar.bz2
|
||||
RUN tar xvf monerod.tar.bz2 && rm monerod.tar.bz2
|
||||
RUN mv monero-x86_64-linux-gnu-v0.18.4.0 monero
|
||||
RUN mv monero-x86_64-linux-gnu-v0.18.4.1 monero
|
||||
|
||||
COPY entry.sh ./
|
||||
|
||||
|
@ -5,10 +5,10 @@ RUN apt-get install -y wget
|
||||
|
||||
WORKDIR /root
|
||||
|
||||
# currently v4.8.1
|
||||
RUN wget -O p2pool.tar.gz https://github.com/SChernykh/p2pool/releases/download/v4.8.1/p2pool-v4.8.1-linux-x64.tar.gz
|
||||
# currently v4.9
|
||||
RUN wget -O p2pool.tar.gz https://github.com/SChernykh/p2pool/releases/download/v4.9/p2pool-v4.9-linux-x64.tar.gz
|
||||
RUN tar xvf p2pool.tar.gz && rm p2pool.tar.gz
|
||||
RUN mv p2pool-v4.8.1-linux-x64/p2pool ./p2pool
|
||||
RUN mv p2pool-v4.9-linux-x64/p2pool ./p2pool
|
||||
|
||||
COPY entry.sh ./
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user