From a2999e128d5796a87d1eddc799831a6690804aa7 Mon Sep 17 00:00:00 2001 From: goldsquid Date: Sat, 25 Oct 2025 09:02:20 +0700 Subject: [PATCH] update --- bsc/reth/bsc-mainnet-reth-archive-trace.yml | 4 +++- bsc/reth/bsc-mainnet-reth-pruned-trace.yml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/bsc/reth/bsc-mainnet-reth-archive-trace.yml b/bsc/reth/bsc-mainnet-reth-archive-trace.yml index 236e704c..338a3584 100644 --- a/bsc/reth/bsc-mainnet-reth-archive-trace.yml +++ b/bsc/reth/bsc-mainnet-reth-archive-trace.yml @@ -49,7 +49,7 @@ services: args: LLVM_IMAGE: ${LLVM_IMAGE:-snowstep/llvm} LLVM_VERSION: ${LLVM_VERSION:-20250912105042} - RETH_VERSION: ${BSC_MAINNET_RETH_VERSION:-v0.0.4} + RETH_VERSION: ${BSC_MAINNET_RETH_VERSION:-v0.0.4-archivenode-alpha} RETH_REPO: ${BSC_MAINNET_RETH_REPO:-https://github.com/bnb-chain/reth-bsc.git} ARCH_TARGET: ${ARCH_TARGET:-native} PROFILE: ${RETH_BUILD_PROFILE:-maxperf} @@ -86,6 +86,7 @@ services: - --engine.memory-block-buffer-target=128 - --engine.parallel-sparse-trie - --engine.persistence-threshold=0 + - --gpomaxprice=1000000 - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev @@ -95,6 +96,7 @@ services: - --max-outbound-peers=50 - --metrics=0.0.0.0:9001 - --nat=extip:${IP} + - --pooled-tx-response-soft-limit=20971520 - --port=13454 - --rpc-cache.max-blocks=10000 - --rpc-cache.max-concurrent-db-requests=2048 diff --git a/bsc/reth/bsc-mainnet-reth-pruned-trace.yml b/bsc/reth/bsc-mainnet-reth-pruned-trace.yml index 430a1ef6..4da3da56 100644 --- a/bsc/reth/bsc-mainnet-reth-pruned-trace.yml +++ b/bsc/reth/bsc-mainnet-reth-pruned-trace.yml @@ -49,7 +49,7 @@ services: args: LLVM_IMAGE: ${LLVM_IMAGE:-snowstep/llvm} LLVM_VERSION: ${LLVM_VERSION:-20250912105042} - RETH_VERSION: ${BSC_MAINNET_RETH_VERSION:-v0.0.4} + RETH_VERSION: ${BSC_MAINNET_RETH_VERSION:-v0.0.4-archivenode-alpha} RETH_REPO: ${BSC_MAINNET_RETH_REPO:-https://github.com/bnb-chain/reth-bsc.git} ARCH_TARGET: ${ARCH_TARGET:-native} PROFILE: ${RETH_BUILD_PROFILE:-maxperf} @@ -86,6 +86,7 @@ services: - --engine.parallel-sparse-trie - --engine.persistence-threshold=0 - --full + - --gpomaxprice=1000000 - --http - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev @@ -95,6 +96,7 @@ services: - --max-outbound-peers=50 - --metrics=0.0.0.0:9001 - --nat=extip:${IP} + - --pooled-tx-response-soft-limit=20971520 - --port=12863 - --rpc-cache.max-blocks=10000 - --rpc-cache.max-concurrent-db-requests=2048