From 7611d4583c3c8387e51b072cec9686189a85154e Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Sat, 3 Dec 2022 17:05:51 +0100 Subject: [PATCH] apply updates --- erigon.yml | 7 ++++--- xdai-archive.yml | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/erigon.yml b/erigon.yml index b331312f..f23f1619 100644 --- a/erigon.yml +++ b/erigon.yml @@ -2,7 +2,7 @@ version: '3.1' services: erigon-trace: - image: thorax/erigon:v2022.08.03 + image: thorax/erigon:v2.30.0 expose: - "30303" - "30304" @@ -14,6 +14,7 @@ services: - chains command: > erigon --chain mainnet + --externalcl --metrics --metrics.addr=0.0.0.0 --metrics.port=6060 --private.api.addr=0.0.0.0:9090 --torrent.upload.rate="1250mb" @@ -33,7 +34,7 @@ services: - "prometheus-scrape.metrics_path=/debug/metrics/prometheus" rpcdaemon: - image: thorax/erigon:v2022.08.03 + image: thorax/erigon:v2.30.0 command: > rpcdaemon --datadir=/home/erigon/.local/share/erigon --private.api.addr=erigon-trace:9090 @@ -92,4 +93,4 @@ services: volumes: erigon-trace: - lighthouse_data: \ No newline at end of file + lighthouse_data: diff --git a/xdai-archive.yml b/xdai-archive.yml index 90b154b9..ca87b5f1 100644 --- a/xdai-archive.yml +++ b/xdai-archive.yml @@ -8,7 +8,7 @@ services: xdai-archive: hostname: xdai-archive container_name: xdai-archive - image: nethermindeth/nethermind:trace-db + image: nethermindeth/nethermind:db-traces restart: always stop_grace_period: 1m command: | @@ -21,6 +21,7 @@ services: --TraceStore.Enabled=true --TraceStore.BlocksToKeep=0 --TraceStore.TraceTypes=Trace,Rewards + --Sync.FastSync=false ports: - '30303:30303/tcp' # p2p - '30303:30303/udp' # p2p