base sync fix

This commit is contained in:
Para Dox
2025-05-30 10:11:31 +07:00
parent 368db703c4
commit 7b129c628b
14 changed files with 28 additions and 0 deletions

View File

@@ -89,6 +89,7 @@ services:
- chains
volumes:
- ${BASE_MAINNET_OP_ERIGON_ARCHIVE_TRACE_DATA:-base-mainnet-op-erigon-archive-trace}:/root/.local/share/erigon
- ./op/base/mainnet:/config
- .jwtsecret:/jwtsecret:ro
- /slowdisk:/slowdisk
logging: *logging-defaults
@@ -144,6 +145,7 @@ services:
networks:
- chains
volumes:
- ./op/base/mainnet:/config
- .jwtsecret:/jwtsecret:ro
logging: *logging-defaults
labels:

View File

@@ -90,6 +90,7 @@ services:
- chains
volumes:
- ${BASE_MAINNET_OP_GETH_ARCHIVE_LEVELDB_HASH_DATA:-base-mainnet-op-geth-archive-leveldb-hash}:/data
- ./op/base/mainnet:/config
- .jwtsecret:/jwtsecret:ro
- /slowdisk:/slowdisk
logging: *logging-defaults
@@ -143,6 +144,7 @@ services:
networks:
- chains
volumes:
- ./op/base/mainnet:/config
- .jwtsecret:/jwtsecret:ro
logging: *logging-defaults
labels:

View File

@@ -93,6 +93,7 @@ services:
volumes:
- ${BASE_MAINNET_FIREETH_DATA:-base-mainnet-fireeth}:/app/firehose-data
- ${BASE_MAINNET_OP_GETH_PRUNED_PEBBLE_PATH_DATA:-base-mainnet-op-geth-pruned-pebble-path}:/data
- ./op/base/mainnet:/config
- .jwtsecret:/jwtsecret:ro
- /slowdisk:/slowdisk
logging: *logging-defaults
@@ -207,6 +208,7 @@ services:
networks:
- chains
volumes:
- ./op/base/mainnet:/config
- .jwtsecret:/jwtsecret:ro
logging: *logging-defaults
labels:

View File

@@ -90,6 +90,7 @@ services:
- chains
volumes:
- ${BASE_MAINNET_OP_GETH_PRUNED_PEBBLE_PATH_DATA:-base-mainnet-op-geth-pruned-pebble-path}:/data
- ./op/base/mainnet:/config
- .jwtsecret:/jwtsecret:ro
- /slowdisk:/slowdisk
logging: *logging-defaults
@@ -143,6 +144,7 @@ services:
networks:
- chains
volumes:
- ./op/base/mainnet:/config
- .jwtsecret:/jwtsecret:ro
logging: *logging-defaults
labels:

View File

@@ -56,6 +56,7 @@ services:
entrypoint: [op-reth, node]
command:
- --chain=base
- --config=/config/reth/reth.toml
- --datadir=/root/.local/share/reth
- --engine.cross-block-cache-size=${BASE_MAINNET_RETH_STATE_CACHE:-4096}
- --max-inbound-peers=50
@@ -88,6 +89,7 @@ services:
- chains
volumes:
- ${BASE_MAINNET_OP_RETH_ARCHIVE_TRACE_DATA:-base-mainnet-op-reth-archive-trace}:/root/.local/share/reth
- ./op/base/mainnet:/config
- .jwtsecret:/jwtsecret:ro
- /slowdisk:/slowdisk
logging: *logging-defaults
@@ -143,6 +145,7 @@ services:
networks:
- chains
volumes:
- ./op/base/mainnet:/config
- .jwtsecret:/jwtsecret:ro
logging: *logging-defaults
labels:

View File

@@ -66,6 +66,7 @@ services:
entrypoint: [op-reth, node]
command:
- --chain=base
- --config=/config/reth/reth.toml
- --datadir=/root/.local/share/reth
- --engine.cross-block-cache-size=${BASE_MAINNET_RETH_STATE_CACHE:-4096}
- --max-inbound-peers=50
@@ -98,6 +99,7 @@ services:
- chains
volumes:
- ${BASE_MAINNET_OP_RETH_MINIMAL_TRACE_DATA:-base-mainnet-op-reth-minimal-trace}:/root/.local/share/reth
- ./op/base/mainnet:/config
- .jwtsecret:/jwtsecret:ro
- /slowdisk:/slowdisk
logging: *logging-defaults
@@ -173,6 +175,7 @@ services:
networks:
- chains
volumes:
- ./op/base/mainnet:/config
- .jwtsecret:/jwtsecret:ro
logging: *logging-defaults
labels:

View File

@@ -56,6 +56,7 @@ services:
entrypoint: [op-reth, node]
command:
- --chain=base
- --config=/config/reth/reth.toml
- --datadir=/root/.local/share/reth
- --engine.cross-block-cache-size=${BASE_MAINNET_RETH_STATE_CACHE:-4096}
- --max-inbound-peers=50
@@ -88,6 +89,7 @@ services:
- chains
volumes:
- ${BASE_MAINNET_OP_RETH_MINIMAL_TRACE_DATA:-base-mainnet-op-reth-minimal-trace}:/root/.local/share/reth
- ./op/base/mainnet:/config
- .jwtsecret:/jwtsecret:ro
- /slowdisk:/slowdisk
logging: *logging-defaults
@@ -143,6 +145,7 @@ services:
networks:
- chains
volumes:
- ./op/base/mainnet:/config
- .jwtsecret:/jwtsecret:ro
logging: *logging-defaults
labels:

View File

@@ -66,6 +66,7 @@ services:
entrypoint: [op-reth, node]
command:
- --chain=base
- --config=/config/reth/reth.toml
- --datadir=/root/.local/share/reth
- --engine.cross-block-cache-size=${BASE_MAINNET_RETH_STATE_CACHE:-4096}
- --full
@@ -99,6 +100,7 @@ services:
- chains
volumes:
- ${BASE_MAINNET_OP_RETH_PRUNED_TRACE_DATA:-base-mainnet-op-reth-pruned-trace}:/root/.local/share/reth
- ./op/base/mainnet:/config
- .jwtsecret:/jwtsecret:ro
- /slowdisk:/slowdisk
logging: *logging-defaults
@@ -174,6 +176,7 @@ services:
networks:
- chains
volumes:
- ./op/base/mainnet:/config
- .jwtsecret:/jwtsecret:ro
logging: *logging-defaults
labels:

View File

@@ -56,6 +56,7 @@ services:
entrypoint: [op-reth, node]
command:
- --chain=base
- --config=/config/reth/reth.toml
- --datadir=/root/.local/share/reth
- --engine.cross-block-cache-size=${BASE_MAINNET_RETH_STATE_CACHE:-4096}
- --full
@@ -89,6 +90,7 @@ services:
- chains
volumes:
- ${BASE_MAINNET_OP_RETH_PRUNED_TRACE_DATA:-base-mainnet-op-reth-pruned-trace}:/root/.local/share/reth
- ./op/base/mainnet:/config
- .jwtsecret:/jwtsecret:ro
- /slowdisk:/slowdisk
logging: *logging-defaults
@@ -144,6 +146,7 @@ services:
networks:
- chains
volumes:
- ./op/base/mainnet:/config
- .jwtsecret:/jwtsecret:ro
logging: *logging-defaults
labels:

View File

@@ -57,6 +57,7 @@ services:
command:
- --bootnodes=enode://87a32fd13bd596b2ffca97020e31aef4ddcc1bbd4b95bb633d16c1329f654f34049ed240a36b449fda5e5225d70fe40bc667f53c304b71f8e68fc9d448690b51@3.231.138.188:30301,enode://ca21ea8f176adb2e229ce2d700830c844af0ea941a1d8152a9513b966fe525e809c3a6c73a2c18a12b74ed6ec4380edf91662778fe0b79f6a591236e49e176f9@184.72.129.189:30301,enode://acf4507a211ba7c1e52cdf4eef62cdc3c32e7c9c47998954f7ba024026f9a6b2150cd3f0b734d9c78e507ab70d59ba61dfe5c45e1078c7ad0775fb251d7735a2@3.220.145.177:30301,enode://8a5a5006159bf079d06a04e5eceab2a1ce6e0f721875b2a9c96905336219dbe14203d38f70f3754686a6324f786c2f9852d8c0dd3adac2d080f4db35efc678c5@3.231.11.52:30301,enode://cdadbe835308ad3557f9a1de8db411da1a260a98f8421d62da90e71da66e55e98aaa8e90aa7ce01b408a54e4bd2253d701218081ded3dbe5efbbc7b41d7cef79@54.198.153.150:30301
- --chain=/config/genesis.json
- --config=/config/reth/reth.toml
- --datadir=/root/.local/share/reth
- --engine.cross-block-cache-size=${LISK_MAINNET_RETH_STATE_CACHE:-4096}
- --max-inbound-peers=50

View File

@@ -57,6 +57,7 @@ services:
command:
- --bootnodes=enode://87a32fd13bd596b2ffca97020e31aef4ddcc1bbd4b95bb633d16c1329f654f34049ed240a36b449fda5e5225d70fe40bc667f53c304b71f8e68fc9d448690b51@3.231.138.188:30301,enode://ca21ea8f176adb2e229ce2d700830c844af0ea941a1d8152a9513b966fe525e809c3a6c73a2c18a12b74ed6ec4380edf91662778fe0b79f6a591236e49e176f9@184.72.129.189:30301,enode://acf4507a211ba7c1e52cdf4eef62cdc3c32e7c9c47998954f7ba024026f9a6b2150cd3f0b734d9c78e507ab70d59ba61dfe5c45e1078c7ad0775fb251d7735a2@3.220.145.177:30301,enode://8a5a5006159bf079d06a04e5eceab2a1ce6e0f721875b2a9c96905336219dbe14203d38f70f3754686a6324f786c2f9852d8c0dd3adac2d080f4db35efc678c5@3.231.11.52:30301,enode://cdadbe835308ad3557f9a1de8db411da1a260a98f8421d62da90e71da66e55e98aaa8e90aa7ce01b408a54e4bd2253d701218081ded3dbe5efbbc7b41d7cef79@54.198.153.150:30301
- --chain=/config/genesis.json
- --config=/config/reth/reth.toml
- --datadir=/root/.local/share/reth
- --engine.cross-block-cache-size=${LISK_MAINNET_RETH_STATE_CACHE:-4096}
- --full

View File

@@ -56,6 +56,7 @@ services:
entrypoint: [op-reth, node]
command:
- --chain=optimism
- --config=/config/reth/reth.toml
- --datadir=/root/.local/share/reth
- --engine.cross-block-cache-size=${OP_MAINNET_RETH_STATE_CACHE:-4096}
- --max-inbound-peers=50

View File

@@ -56,6 +56,7 @@ services:
entrypoint: [op-reth, node]
command:
- --chain=optimism
- --config=/config/reth/reth.toml
- --datadir=/root/.local/share/reth
- --engine.cross-block-cache-size=${OP_MAINNET_RETH_STATE_CACHE:-4096}
- --max-inbound-peers=50

View File

@@ -56,6 +56,7 @@ services:
entrypoint: [op-reth, node]
command:
- --chain=optimism
- --config=/config/reth/reth.toml
- --datadir=/root/.local/share/reth
- --engine.cross-block-cache-size=${OP_MAINNET_RETH_STATE_CACHE:-4096}
- --full