update and build erigon3 for bsc

This commit is contained in:
goldsquid
2025-06-19 16:01:19 +07:00
parent fb643e9d33
commit 2d570187df
37 changed files with 180 additions and 36 deletions

View File

@@ -30,7 +30,13 @@ x-logging-defaults: &logging-defaults
services:
bsc-chapel-erigon3-archive:
image: ${BSC_ERIGON3_IMAGE:-ghcr.io/node-real/bsc-erigon}:${BSC_CHAPEL_ERIGON3_VERSION:-v1.3.9}
build:
context: .
dockerfile: erigon3.Dockerfile
args:
VERSION: 1.3.9
REPO: https://github.com/node-real/bsc-erigon
COMMIT: main
sysctls:
# TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
@@ -75,6 +81,7 @@ services:
- --prune.mode=archive
- --rpc.gascap=6000000000
- --rpc.returndata.limit=1100000
- --sync.loop.block.limit=10000
- --ws
- --ws.port=8545
restart: unless-stopped

View File

@@ -30,7 +30,13 @@ x-logging-defaults: &logging-defaults
services:
bsc-chapel-erigon3-minimal:
image: ${BSC_ERIGON3_IMAGE:-ghcr.io/node-real/bsc-erigon}:${BSC_CHAPEL_ERIGON3_VERSION:-v1.3.9}
build:
context: .
dockerfile: erigon3.Dockerfile
args:
VERSION: 1.3.9
REPO: https://github.com/node-real/bsc-erigon
COMMIT: main
sysctls:
# TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
@@ -75,6 +81,7 @@ services:
- --prune.mode=minimal
- --rpc.gascap=6000000000
- --rpc.returndata.limit=1100000
- --sync.loop.block.limit=10000
- --ws
- --ws.port=8545
restart: unless-stopped

View File

@@ -30,7 +30,13 @@ x-logging-defaults: &logging-defaults
services:
bsc-chapel-erigon3:
image: ${BSC_ERIGON3_IMAGE:-ghcr.io/node-real/bsc-erigon}:${BSC_CHAPEL_ERIGON3_VERSION:-v1.3.9}
build:
context: .
dockerfile: erigon3.Dockerfile
args:
VERSION: 1.3.9
REPO: https://github.com/node-real/bsc-erigon
COMMIT: main
sysctls:
# TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
@@ -75,6 +81,7 @@ services:
- --prune.mode=full
- --rpc.gascap=6000000000
- --rpc.returndata.limit=1100000
- --sync.loop.block.limit=10000
- --ws
- --ws.port=8545
restart: unless-stopped

View File

@@ -30,7 +30,13 @@ x-logging-defaults: &logging-defaults
services:
bsc-mainnet-erigon3-archive:
image: ${BSC_ERIGON3_IMAGE:-ghcr.io/node-real/bsc-erigon}:${BSC_MAINNET_ERIGON3_VERSION:-v1.3.9}
build:
context: .
dockerfile: erigon3.Dockerfile
args:
VERSION: 1.3.9
REPO: https://github.com/node-real/bsc-erigon
COMMIT: main
sysctls:
# TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
@@ -75,6 +81,7 @@ services:
- --prune.mode=archive
- --rpc.gascap=6000000000
- --rpc.returndata.limit=1100000
- --sync.loop.block.limit=10000
- --ws
- --ws.port=8545
restart: unless-stopped

View File

@@ -30,7 +30,13 @@ x-logging-defaults: &logging-defaults
services:
bsc-mainnet-erigon3-minimal:
image: ${BSC_ERIGON3_IMAGE:-ghcr.io/node-real/bsc-erigon}:${BSC_MAINNET_ERIGON3_VERSION:-v1.3.9}
build:
context: .
dockerfile: erigon3.Dockerfile
args:
VERSION: 1.3.9
REPO: https://github.com/node-real/bsc-erigon
COMMIT: main
sysctls:
# TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
@@ -75,6 +81,7 @@ services:
- --prune.mode=minimal
- --rpc.gascap=6000000000
- --rpc.returndata.limit=1100000
- --sync.loop.block.limit=10000
- --ws
- --ws.port=8545
restart: unless-stopped

View File

@@ -30,7 +30,13 @@ x-logging-defaults: &logging-defaults
services:
bsc-mainnet-erigon3:
image: ${BSC_ERIGON3_IMAGE:-ghcr.io/node-real/bsc-erigon}:${BSC_MAINNET_ERIGON3_VERSION:-v1.3.9}
build:
context: .
dockerfile: erigon3.Dockerfile
args:
VERSION: 1.3.9
REPO: https://github.com/node-real/bsc-erigon
COMMIT: main
sysctls:
# TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
@@ -75,6 +81,7 @@ services:
- --prune.mode=full
- --rpc.gascap=6000000000
- --rpc.returndata.limit=1100000
- --sync.loop.block.limit=10000
- --ws
- --ws.port=8545
restart: unless-stopped