This commit is contained in:
goldsquid
2025-10-26 10:03:25 +07:00
parent ae47b37638
commit 4ba31a8605
3 changed files with 3 additions and 4 deletions

View File

@@ -76,6 +76,7 @@ services:
- --metrics - --metrics
- --metrics.addr=0.0.0.0 - --metrics.addr=0.0.0.0
- --metrics.port=6060 - --metrics.port=6060
- --multidatabase=true
- --nat=extip:${IP} - --nat=extip:${IP}
- --port=14596 - --port=14596
- --rpc.gascap=600000000 - --rpc.gascap=600000000

View File

@@ -82,9 +82,8 @@ services:
- --db.max-size=7TB - --db.max-size=7TB
- --discovery.port=13454 - --discovery.port=13454
- --engine.cross-block-cache-size=${BSC_MAINNET_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${BSC_MAINNET_RETH_STATE_CACHE:-4096}
- --engine.memory-block-buffer-target=0 - --engine.memory-block-buffer-target=128
- --engine.parallel-sparse-trie - --engine.parallel-sparse-trie
- --engine.persistence-threshold=0
- --gpo.maxprice=1000000 - --gpo.maxprice=1000000
- --http - --http
- --http.addr=0.0.0.0 - --http.addr=0.0.0.0

View File

@@ -81,9 +81,8 @@ services:
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.port=12863 - --discovery.port=12863
- --engine.cross-block-cache-size=${BSC_MAINNET_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${BSC_MAINNET_RETH_STATE_CACHE:-4096}
- --engine.memory-block-buffer-target=0 - --engine.memory-block-buffer-target=128
- --engine.parallel-sparse-trie - --engine.parallel-sparse-trie
- --engine.persistence-threshold=0
- --full - --full
- --gpo.maxprice=1000000 - --gpo.maxprice=1000000
- --http - --http