This commit is contained in:
goldsquid
2025-06-27 13:46:56 +07:00
parent 33b6ada9e5
commit 4a90d75098
87 changed files with 107 additions and 94 deletions

View File

@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
services:
ethereum-hoodi-erigon3-archive:
image: ${ETHEREUM_ERIGON3_IMAGE:-erigontech/erigon}:${ETHEREUM_HOODI_ERIGON3_VERSION:-v3.0.8}
image: ${ETHEREUM_ERIGON3_IMAGE:-erigontech/erigon}:${ETHEREUM_HOODI_ERIGON3_VERSION:-v3.0.9}
sysctls:
# TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
@@ -87,6 +87,7 @@ services:
- --prune.mode=archive
- --rpc.gascap=6000000000
- --rpc.returndata.limit=1100000
- --torrent.download.rate=${ETHEREUM_HOODI_ERIGON3_ARCHIVE_TRACE_MAX_DOWNLOAD_RATE:-1000mb}
- --torrent.port=29715
- --ws
- --ws.port=8545