updates plus superseed

This commit is contained in:
goldsquid
2025-09-20 19:07:11 +07:00
parent 18acb97a9c
commit 026dd3fe19
121 changed files with 31297 additions and 927 deletions

View File

@@ -53,8 +53,9 @@ services:
RETH_REPO: ${BSC_MAINNET_RETH_REPO:-https://github.com/loocapro/reth-bsc.git}
ARCH_TARGET: ${ARCH_TARGET:-native}
PROFILE: ${RETH_BUILD_PROFILE:-maxperf}
BUILD_OP_RETH: false
BUILD_BSC_RETH: true
RETH_BSC_REPO: ${BSC_MAINNET_RETH_REPO:-https://github.com/loocapro/reth-bsc}
RETH_BSC_VERSION: ${BSC_MAINNET_RETH_VERSION:-main}
sysctls:
# TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle

View File

@@ -54,6 +54,8 @@ services:
ARCH_TARGET: ${ARCH_TARGET:-native}
PROFILE: ${RETH_BUILD_PROFILE:-maxperf}
BUILD_BSC_RETH: true
RETH_BSC_REPO: ${BSC_MAINNET_RETH_REPO:-https://github.com/loocapro/reth-bsc}
RETH_BSC_VERSION: ${BSC_MAINNET_RETH_VERSION:-main}
sysctls:
# TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle