mirror of
https://github.com/dragonlock2/matthewtran.com.git
synced 2026-06-28 01:58:34 +00:00
update monerod v0.18.3.1
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
FROM ubuntu:22.04
|
||||
|
||||
RUN apt-get update && apt-get upgrade
|
||||
RUN apt-get update && apt-get -y upgrade
|
||||
RUN apt-get install -y wget bzip2
|
||||
|
||||
RUN useradd -m matt
|
||||
@@ -9,6 +9,6 @@ WORKDIR /home/matt
|
||||
|
||||
RUN wget https://downloads.getmonero.org/linux64
|
||||
RUN tar xvf linux64 && rm linux64
|
||||
RUN mv monero-x86_64-linux-gnu-v0.18.2.2/ monero/
|
||||
RUN mv monero-x86_64-linux-gnu-v0.18.3.1/ monero/
|
||||
|
||||
COPY --chown=matt:matt entry.sh ./
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ monero/monerod \
|
||||
--restricted-rpc \
|
||||
--zmq-pub tcp://0.0.0.0:18083 \
|
||||
--out-peers 64 --in-peers 32 \
|
||||
--add-priority-node=node.supportxmr.com:18080 \
|
||||
--add-priority-node=p2pmd.xmrvsbeast.com:18080 \
|
||||
--add-priority-node=nodes.hashvault.pro:18080 \
|
||||
--disable-dns-checkpoints \
|
||||
--enable-dns-blocklist
|
||||
|
||||
Reference in New Issue
Block a user