This commit is contained in:
Para Dox
2025-04-10 16:28:45 +07:00
parent 0f89b5ddf6
commit 00997f8bc0
221 changed files with 1339 additions and 1937 deletions

View File

@@ -37,8 +37,6 @@ services:
- ${ETHEREUM_HOLESKY_ERIGON3_ARCHIVE_TRACE_DATA:-ethereum-holesky-erigon3-archive-trace}:/root/.local/share/erigon
- /slowdisk:/slowdisk
- .jwtsecret:/jwtsecret:ro
entrypoint: [erigon]
command:
- --datadir=/root/.local/share/erigon
@@ -60,6 +58,14 @@ services:
- --rpc.returndata.limit=1100000
- --rpc.gascap=6000000000
- --beacon.api.port=5555
- --beacon.api.addr=0.0.0.0
- --beacon.api.cors.allow-origins=*
- --caplin.discovery.addr=0.0.0.0
- --caplin.discovery.port=15947
- --caplin.discovery.tcpport=15947
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
- --prune.mode=
- --p2p.allowed-ports=30947

View File

@@ -37,8 +37,6 @@ services:
- ${ETHEREUM_HOLESKY_ERIGON3_MINIMAL_TRACE_DATA:-ethereum-holesky-erigon3-minimal-trace}:/root/.local/share/erigon
- /slowdisk:/slowdisk
- .jwtsecret:/jwtsecret:ro
entrypoint: [erigon]
command:
- --datadir=/root/.local/share/erigon
@@ -60,6 +58,14 @@ services:
- --rpc.returndata.limit=1100000
- --rpc.gascap=6000000000
- --beacon.api.port=5555
- --beacon.api.addr=0.0.0.0
- --beacon.api.cors.allow-origins=*
- --caplin.discovery.addr=0.0.0.0
- --caplin.discovery.port=15947
- --caplin.discovery.tcpport=15947
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
- --prune.mode=
- --p2p.allowed-ports=30947

View File

@@ -37,8 +37,6 @@ services:
- ${ETHEREUM_HOLESKY_ERIGON3_PRUNED_TRACE_DATA:-ethereum-holesky-erigon3-pruned-trace}:/root/.local/share/erigon
- /slowdisk:/slowdisk
- .jwtsecret:/jwtsecret:ro
entrypoint: [erigon]
command:
- --datadir=/root/.local/share/erigon
@@ -60,6 +58,14 @@ services:
- --rpc.returndata.limit=1100000
- --rpc.gascap=6000000000
- --beacon.api.port=5555
- --beacon.api.addr=0.0.0.0
- --beacon.api.cors.allow-origins=*
- --caplin.discovery.addr=0.0.0.0
- --caplin.discovery.port=15947
- --caplin.discovery.tcpport=15947
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
- --prune.mode=
- --p2p.allowed-ports=30947

View File

@@ -37,8 +37,6 @@ services:
- ${ETHEREUM_MAINNET_ERIGON3_ARCHIVE_TRACE_DATA:-ethereum-mainnet-erigon3-archive-trace}:/root/.local/share/erigon
- /slowdisk:/slowdisk
- .jwtsecret:/jwtsecret:ro
entrypoint: [erigon]
command:
- --datadir=/root/.local/share/erigon
@@ -60,6 +58,14 @@ services:
- --rpc.returndata.limit=1100000
- --rpc.gascap=6000000000
- --beacon.api.port=5555
- --beacon.api.addr=0.0.0.0
- --beacon.api.cors.allow-origins=*
- --caplin.discovery.addr=0.0.0.0
- --caplin.discovery.port=15675
- --caplin.discovery.tcpport=15675
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
- --prune.mode=
- --p2p.allowed-ports=30675

View File

@@ -37,8 +37,6 @@ services:
- ${ETHEREUM_MAINNET_ERIGON3_MINIMAL_TRACE_DATA:-ethereum-mainnet-erigon3-minimal-trace}:/root/.local/share/erigon
- /slowdisk:/slowdisk
- .jwtsecret:/jwtsecret:ro
entrypoint: [erigon]
command:
- --datadir=/root/.local/share/erigon
@@ -60,6 +58,14 @@ services:
- --rpc.returndata.limit=1100000
- --rpc.gascap=6000000000
- --beacon.api.port=5555
- --beacon.api.addr=0.0.0.0
- --beacon.api.cors.allow-origins=*
- --caplin.discovery.addr=0.0.0.0
- --caplin.discovery.port=15675
- --caplin.discovery.tcpport=15675
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
- --prune.mode=
- --p2p.allowed-ports=30675

View File

@@ -37,8 +37,6 @@ services:
- ${ETHEREUM_MAINNET_ERIGON3_PRUNED_TRACE_DATA:-ethereum-mainnet-erigon3-pruned-trace}:/root/.local/share/erigon
- /slowdisk:/slowdisk
- .jwtsecret:/jwtsecret:ro
entrypoint: [erigon]
command:
- --datadir=/root/.local/share/erigon
@@ -60,6 +58,14 @@ services:
- --rpc.returndata.limit=1100000
- --rpc.gascap=6000000000
- --beacon.api.port=5555
- --beacon.api.addr=0.0.0.0
- --beacon.api.cors.allow-origins=*
- --caplin.discovery.addr=0.0.0.0
- --caplin.discovery.port=15675
- --caplin.discovery.tcpport=15675
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
- --prune.mode=
- --p2p.allowed-ports=30675

View File

@@ -37,8 +37,6 @@ services:
- ${ETHEREUM_SEPOLIA_ERIGON3_ARCHIVE_TRACE_DATA:-ethereum-sepolia-erigon3-archive-trace}:/root/.local/share/erigon
- /slowdisk:/slowdisk
- .jwtsecret:/jwtsecret:ro
entrypoint: [erigon]
command:
- --datadir=/root/.local/share/erigon
@@ -60,6 +58,14 @@ services:
- --rpc.returndata.limit=1100000
- --rpc.gascap=6000000000
- --beacon.api.port=5555
- --beacon.api.addr=0.0.0.0
- --beacon.api.cors.allow-origins=*
- --caplin.discovery.addr=0.0.0.0
- --caplin.discovery.port=15317
- --caplin.discovery.tcpport=15317
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
- --prune.mode=
- --p2p.allowed-ports=30317

View File

@@ -37,8 +37,6 @@ services:
- ${ETHEREUM_SEPOLIA_ERIGON3_MINIMAL_TRACE_DATA:-ethereum-sepolia-erigon3-minimal-trace}:/root/.local/share/erigon
- /slowdisk:/slowdisk
- .jwtsecret:/jwtsecret:ro
entrypoint: [erigon]
command:
- --datadir=/root/.local/share/erigon
@@ -60,6 +58,14 @@ services:
- --rpc.returndata.limit=1100000
- --rpc.gascap=6000000000
- --beacon.api.port=5555
- --beacon.api.addr=0.0.0.0
- --beacon.api.cors.allow-origins=*
- --caplin.discovery.addr=0.0.0.0
- --caplin.discovery.port=15317
- --caplin.discovery.tcpport=15317
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
- --prune.mode=
- --p2p.allowed-ports=30317

View File

@@ -37,8 +37,6 @@ services:
- ${ETHEREUM_SEPOLIA_ERIGON3_PRUNED_TRACE_DATA:-ethereum-sepolia-erigon3-pruned-trace}:/root/.local/share/erigon
- /slowdisk:/slowdisk
- .jwtsecret:/jwtsecret:ro
entrypoint: [erigon]
command:
- --datadir=/root/.local/share/erigon
@@ -60,6 +58,14 @@ services:
- --rpc.returndata.limit=1100000
- --rpc.gascap=6000000000
- --beacon.api.port=5555
- --beacon.api.addr=0.0.0.0
- --beacon.api.cors.allow-origins=*
- --caplin.discovery.addr=0.0.0.0
- --caplin.discovery.port=15317
- --caplin.discovery.tcpport=15317
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
- --prune.mode=
- --p2p.allowed-ports=30317

View File

@@ -51,6 +51,10 @@ services:
- --rpc.returndatalimit=10000000
- --rpc.txfeecap=0
- --authrpc.addr=0.0.0.0
- --authrpc.vhosts=*
- --authrpc.jwtsecret=/jwtsecret
- --db.engine=pebble
- --state.scheme=path
- --syncmode=snap

View File

@@ -51,6 +51,10 @@ services:
- --rpc.returndatalimit=10000000
- --rpc.txfeecap=0
- --authrpc.addr=0.0.0.0
- --authrpc.vhosts=*
- --authrpc.jwtsecret=/jwtsecret
- --db.engine=pebble
- --state.scheme=path
- --syncmode=snap

View File

@@ -51,6 +51,10 @@ services:
- --rpc.returndatalimit=10000000
- --rpc.txfeecap=0
- --authrpc.addr=0.0.0.0
- --authrpc.vhosts=*
- --authrpc.jwtsecret=/jwtsecret
- --db.engine=pebble
- --state.scheme=path
- --syncmode=snap

View File

@@ -52,6 +52,10 @@ services:
- --rpc.max-logs-per-response=1100000
- --rpc.gascap=600000000
- --authrpc.addr=0.0.0.0
- --authrpc.vhosts=*
- --authrpc.jwtsecret=/jwtsecret
- --chain=holesky
networks:

View File

@@ -52,6 +52,10 @@ services:
- --rpc.max-logs-per-response=1100000
- --rpc.gascap=600000000
- --authrpc.addr=0.0.0.0
- --authrpc.vhosts=*
- --authrpc.jwtsecret=/jwtsecret
- --chain=mainnet
networks:

View File

@@ -52,6 +52,10 @@ services:
- --rpc.max-logs-per-response=1100000
- --rpc.gascap=600000000
- --authrpc.addr=0.0.0.0
- --authrpc.vhosts=*
- --authrpc.jwtsecret=/jwtsecret
- --chain=sepolia
networks: