diff --git a/arb/nitro/alephzero-mainnet-nitro-archive-leveldb-hash.yml b/arb/nitro/alephzero-mainnet-nitro-archive-leveldb-hash.yml index 69d3532e..73a1036d 100644 --- a/arb/nitro/alephzero-mainnet-nitro-archive-leveldb-hash.yml +++ b/arb/nitro/alephzero-mainnet-nitro-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -27,51 +28,42 @@ services: volumes: - ${ALEPHZERO_MAINNET_NITRO_ARCHIVE_LEVELDB_HASH_DATA:-alephzero-mainnet-nitro-archive-leveldb-hash}:/root/.arbitrum - /slowdisk:/slowdisk - command: + - --conf.file=/config/baseConfig.json - --datadir=/root/.arbitrum - - --port=10301 - - --nat=extip:${IP} + - --execution.caching.archive=true + - --execution.caching.state-scheme=hash + - --execution.forwarding-target=https://rpc.alephzero.raas.gelato.cloud + - --execution.rpc.gas-cap=600000000 + - --execution.sequencer.enable=false - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,arb,txpool,debug - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,arb,txpool,debug - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,arb,txpool,debug - - - --rpc.gascap=600000000 - - --rpc.txfeecap=0 - - - --execution.caching.state-scheme=hash - - --execution.rpc.gas-cap=600000000 - - --execution.caching.archive=true - - --execution.sequencer.enable=false - - --persistent.db-engine=leveldb - - --persistent.chain=/root/.arbitrum/alephzero-mainnet-archive - - - --conf.file=/config/baseConfig.json - - - --node.sequencer=false - - --node.staker.enable=false + - --nat=extip:${IP} - --node.batch-poster.enable=false - --node.data-availability.enable=true - - --node.data-availability.sequencer-inbox-address=0x1411949971076304187394088912578077660717096867958 - --node.data-availability.parent-chain-node-url=${ETHEREUM_MAINNET_EXECUTION_RPC} - --node.data-availability.rest-aggregator.enable=true - --node.data-availability.rest-aggregator.urls=https://das.alephzero.raas.gelato.cloud - + - --node.data-availability.sequencer-inbox-address=0x1411949971076304187394088912578077660717096867958 - --node.feed.input.url=wss://feed.alephzero.raas.gelato.cloud - - --execution.forwarding-target=https://rpc.alephzero.raas.gelato.cloud - - --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC} + - --node.sequencer=false + - --node.staker.enable=false - --parent-chain.blob-client.beacon-url=${ETHEREUM_MAINNET_BEACON_REST} - + - --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC} + - --persistent.chain=/root/.arbitrum/alephzero-mainnet-archive + - --persistent.db-engine=leveldb + - --port=10301 + - --rpc.gascap=600000000 + - --rpc.txfeecap=0 + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,arb,txpool,debug + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -119,3 +111,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/arb/nitro/alephzero-mainnet-nitro-pruned-pebble-path.yml b/arb/nitro/alephzero-mainnet-nitro-pruned-pebble-path.yml index 5c3cde03..b3dc2293 100644 --- a/arb/nitro/alephzero-mainnet-nitro-pruned-pebble-path.yml +++ b/arb/nitro/alephzero-mainnet-nitro-pruned-pebble-path.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -27,51 +28,42 @@ services: volumes: - ${ALEPHZERO_MAINNET_NITRO_PRUNED_PEBBLE_PATH_DATA:-alephzero-mainnet-nitro-pruned-pebble-path}:/root/.arbitrum - /slowdisk:/slowdisk - command: + - --conf.file=/config/baseConfig.json - --datadir=/root/.arbitrum - - --port=10301 - - --nat=extip:${IP} + - --execution.caching.archive=false + - --execution.caching.state-scheme=path + - --execution.forwarding-target=https://rpc.alephzero.raas.gelato.cloud + - --execution.rpc.gas-cap=600000000 + - --execution.sequencer.enable=false - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,arb,txpool,debug - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,arb,txpool,debug - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,arb,txpool,debug - - - --rpc.gascap=600000000 - - --rpc.txfeecap=0 - - - --execution.caching.state-scheme=path - - --execution.rpc.gas-cap=600000000 - - --execution.caching.archive=false - - --execution.sequencer.enable=false - - --persistent.db-engine=pebble - - --persistent.chain=/root/.arbitrum/alephzero-mainnet - - - --conf.file=/config/baseConfig.json - - - --node.sequencer=false - - --node.staker.enable=false + - --nat=extip:${IP} - --node.batch-poster.enable=false - --node.data-availability.enable=true - - --node.data-availability.sequencer-inbox-address=0x1411949971076304187394088912578077660717096867958 - --node.data-availability.parent-chain-node-url=${ETHEREUM_MAINNET_EXECUTION_RPC} - --node.data-availability.rest-aggregator.enable=true - --node.data-availability.rest-aggregator.urls=https://das.alephzero.raas.gelato.cloud - + - --node.data-availability.sequencer-inbox-address=0x1411949971076304187394088912578077660717096867958 - --node.feed.input.url=wss://feed.alephzero.raas.gelato.cloud - - --execution.forwarding-target=https://rpc.alephzero.raas.gelato.cloud - - --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC} + - --node.sequencer=false + - --node.staker.enable=false - --parent-chain.blob-client.beacon-url=${ETHEREUM_MAINNET_BEACON_REST} - + - --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC} + - --persistent.chain=/root/.arbitrum/alephzero-mainnet + - --persistent.db-engine=pebble + - --port=10301 + - --rpc.gascap=600000000 + - --rpc.txfeecap=0 + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,arb,txpool,debug + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -122,3 +114,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/arb/nitro/alephzero-sepolia-nitro-archive-leveldb-hash.yml b/arb/nitro/alephzero-sepolia-nitro-archive-leveldb-hash.yml index b97526d0..11df3008 100644 --- a/arb/nitro/alephzero-sepolia-nitro-archive-leveldb-hash.yml +++ b/arb/nitro/alephzero-sepolia-nitro-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,56 +27,45 @@ services: - 10083:10083/udp volumes: - ${ALEPHZERO_SEPOLIA_NITRO_ARCHIVE_LEVELDB_HASH_DATA:-alephzero-sepolia-nitro-archive-leveldb-hash}:/root/.arbitrum - - /slowdisk:/slowdisk - - ./tmp/alephzero-sepolia-archive:/tmp - + - /slowdisk:/slowdisk command: + - --conf.file=/config/baseConfig.json - --datadir=/root/.arbitrum - - --port=10083 - - --nat=extip:${IP} + - --execution.caching.archive=true + - --execution.caching.state-scheme=hash + - --execution.forwarding-target=https://rpc.alephzero-testnet.gelato.digital + - --execution.rpc.gas-cap=600000000 + - --execution.sequencer.enable=false - --http - - --http.port=8545 - - --http.vhosts=* - - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,arb,txpool,debug - - --http.addr=0.0.0.0 - --http.api=eth,net,web3,arb,txpool,debug - - - --rpc.gascap=600000000 - - --rpc.txfeecap=0 - - - --execution.caching.state-scheme=hash - - --execution.rpc.gas-cap=600000000 - - --execution.caching.archive=true - - --execution.sequencer.enable=false - - --persistent.db-engine=leveldb - - --persistent.chain=/root/.arbitrum/alephzero-sepolia-archive - + - --http.port=8545 + - --http.vhosts=* - --init.latest=archive - - - --conf.file=/config/baseConfig.json - - - --node.sequencer=false - - --node.staker.enable=false + - --maxpeers=50 + - --nat=extip:${IP} - --node.batch-poster.enable=false - --node.data-availability.enable=true - - --node.data-availability.sequencer-inbox-address=0x130937498521962644184395825246273622310592356541 - --node.data-availability.parent-chain-node-url=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - --node.data-availability.rest-aggregator.enable=true - --node.data-availability.rest-aggregator.urls=https://das.alephzero-testnet.gelato.digital - + - --node.data-availability.sequencer-inbox-address=0x130937498521962644184395825246273622310592356541 - --node.feed.input.url=wss://feed.alephzero-testnet.gelato.digital - - --execution.forwarding-target=https://rpc.alephzero-testnet.gelato.digital - - --parent-chain.connection.url=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - --node.sequencer=false + - --node.staker.enable=false - --parent-chain.blob-client.beacon-url=${ETHEREUM_SEPOLIA_BEACON_REST} - + - --parent-chain.connection.url=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - --persistent.chain=/root/.arbitrum/alephzero-sepolia-archive + - --persistent.db-engine=leveldb + - --port=10083 + - --rpc.gascap=600000000 + - --rpc.txfeecap=0 + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,arb,txpool,debug + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -123,3 +113,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/arb/nitro/alephzero-sepolia-nitro-pruned-pebble-path.yml b/arb/nitro/alephzero-sepolia-nitro-pruned-pebble-path.yml index d6d14ca1..ba4a2f19 100644 --- a/arb/nitro/alephzero-sepolia-nitro-pruned-pebble-path.yml +++ b/arb/nitro/alephzero-sepolia-nitro-pruned-pebble-path.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,54 +27,44 @@ services: - 10083:10083/udp volumes: - ${ALEPHZERO_SEPOLIA_NITRO_PRUNED_PEBBLE_PATH_DATA:-alephzero-sepolia-nitro-pruned-pebble-path}:/root/.arbitrum - - /slowdisk:/slowdisk - - ./tmp/alephzero-sepolia:/tmp - + - /slowdisk:/slowdisk command: + - --conf.file=/config/baseConfig.json - --datadir=/root/.arbitrum - - --port=10083 - - --nat=extip:${IP} + - --execution.caching.archive=false + - --execution.caching.state-scheme=path + - --execution.forwarding-target=https://rpc.alephzero-testnet.gelato.digital + - --execution.rpc.gas-cap=600000000 + - --execution.sequencer.enable=false - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,arb,txpool,debug - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,arb,txpool,debug - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,arb,txpool,debug - - - --rpc.gascap=600000000 - - --rpc.txfeecap=0 - - - --execution.caching.state-scheme=path - - --execution.rpc.gas-cap=600000000 - - --execution.caching.archive=false - - --execution.sequencer.enable=false - - --persistent.db-engine=pebble - - --persistent.chain=/root/.arbitrum/alephzero-sepolia - - - --conf.file=/config/baseConfig.json - - - --node.sequencer=false - - --node.staker.enable=false + - --nat=extip:${IP} - --node.batch-poster.enable=false - --node.data-availability.enable=true - - --node.data-availability.sequencer-inbox-address=0x130937498521962644184395825246273622310592356541 - --node.data-availability.parent-chain-node-url=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - --node.data-availability.rest-aggregator.enable=true - --node.data-availability.rest-aggregator.urls=https://das.alephzero-testnet.gelato.digital - + - --node.data-availability.sequencer-inbox-address=0x130937498521962644184395825246273622310592356541 - --node.feed.input.url=wss://feed.alephzero-testnet.gelato.digital - - --execution.forwarding-target=https://rpc.alephzero-testnet.gelato.digital - - --parent-chain.connection.url=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - --node.sequencer=false + - --node.staker.enable=false - --parent-chain.blob-client.beacon-url=${ETHEREUM_SEPOLIA_BEACON_REST} - + - --parent-chain.connection.url=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - --persistent.chain=/root/.arbitrum/alephzero-sepolia + - --persistent.db-engine=pebble + - --port=10083 + - --rpc.gascap=600000000 + - --rpc.txfeecap=0 + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,arb,txpool,debug + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -124,3 +115,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/arb/nitro/arbitrum-nova-nitro-archive-leveldb-hash.yml b/arb/nitro/arbitrum-nova-nitro-archive-leveldb-hash.yml index 14e7fee9..bb7c6ffe 100644 --- a/arb/nitro/arbitrum-nova-nitro-archive-leveldb-hash.yml +++ b/arb/nitro/arbitrum-nova-nitro-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,49 +27,38 @@ services: - 10468:10468/udp volumes: - ${ARBITRUM_NOVA_NITRO_ARCHIVE_LEVELDB_HASH_DATA:-arbitrum-nova-nitro-archive-leveldb-hash}:/root/.arbitrum - - /slowdisk:/slowdisk - - ./tmp/arbitrum-nova-archive:/tmp - + - /slowdisk:/slowdisk command: + - --chain.id=42170 - --datadir=/root/.arbitrum - - --port=10468 - - --nat=extip:${IP} - - --http - - --http.port=8545 - - --http.vhosts=* - - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,arb,txpool,debug - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,arb,txpool,debug - - - --rpc.gascap=600000000 - - --rpc.txfeecap=0 - + - --execution.caching.archive=true - --execution.caching.state-scheme=hash - --execution.rpc.gas-cap=600000000 - - --execution.caching.archive=true - --execution.sequencer.enable=false - - --persistent.db-engine=leveldb - - --persistent.chain=/root/.arbitrum/arbitrum-nova-archive - + - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,arb,txpool,debug + - --http.port=8545 + - --http.vhosts=* - --init.latest=archive - - - --chain.id=42170 - + - --maxpeers=50 + - --nat=extip:${IP} + - --node.batch-poster.enable=false - --node.sequencer=false - --node.staker.enable=false - - --node.batch-poster.enable=false - - - --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC} - --parent-chain.blob-client.beacon-url=${ETHEREUM_MAINNET_BEACON_REST} - + - --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC} + - --persistent.chain=/root/.arbitrum/arbitrum-nova-archive + - --persistent.db-engine=leveldb + - --port=10468 + - --rpc.gascap=600000000 + - --rpc.txfeecap=0 + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,arb,txpool,debug + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -116,3 +106,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/arb/nitro/arbitrum-nova-nitro-pruned-pebble-hash.yml b/arb/nitro/arbitrum-nova-nitro-pruned-pebble-hash.yml index 8181f269..51959c1a 100644 --- a/arb/nitro/arbitrum-nova-nitro-pruned-pebble-hash.yml +++ b/arb/nitro/arbitrum-nova-nitro-pruned-pebble-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,48 +27,38 @@ services: - 10468:10468/udp volumes: - ${ARBITRUM_NOVA_NITRO_PRUNED_PEBBLE_HASH_DATA:-arbitrum-nova-nitro-pruned-pebble-hash}:/root/.arbitrum - - /slowdisk:/slowdisk - - ./tmp/arbitrum-nova:/tmp - + - /slowdisk:/slowdisk command: + - --chain.id=42170 - --datadir=/root/.arbitrum - - --port=10468 - - --nat=extip:${IP} - - --http - - --http.port=8545 - - --http.vhosts=* - - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,arb,txpool,debug - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,arb,txpool,debug - - - --rpc.gascap=600000000 - - --rpc.txfeecap=0 - + - --execution.caching.archive=false - --execution.caching.state-scheme=hash - --execution.rpc.gas-cap=600000000 - - --execution.caching.archive=false - --execution.sequencer.enable=false - - --persistent.db-engine=pebble - - --persistent.chain=/root/.arbitrum/arbitrum-nova + - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,arb,txpool,debug + - --http.port=8545 + - --http.vhosts=* - --init.latest=pruned - - - --chain.id=42170 - + - --maxpeers=50 + - --nat=extip:${IP} + - --node.batch-poster.enable=false - --node.sequencer=false - --node.staker.enable=false - - --node.batch-poster.enable=false - - - --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC} - --parent-chain.blob-client.beacon-url=${ETHEREUM_MAINNET_BEACON_REST} - + - --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC} + - --persistent.chain=/root/.arbitrum/arbitrum-nova + - --persistent.db-engine=pebble + - --port=10468 + - --rpc.gascap=600000000 + - --rpc.txfeecap=0 + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,arb,txpool,debug + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -115,3 +106,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/arb/nitro/arbitrum-one-nitro-archive-leveldb-hash.yml b/arb/nitro/arbitrum-one-nitro-archive-leveldb-hash.yml index ee709fc2..9f27b8d1 100644 --- a/arb/nitro/arbitrum-one-nitro-archive-leveldb-hash.yml +++ b/arb/nitro/arbitrum-one-nitro-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,49 +27,38 @@ services: - 10317:10317/udp volumes: - ${ARBITRUM_ONE_NITRO_ARCHIVE_LEVELDB_HASH_DATA:-arbitrum-one-nitro-archive-leveldb-hash}:/root/.arbitrum - - /slowdisk:/slowdisk - - ./tmp/arbitrum-one-archive:/tmp - + - /slowdisk:/slowdisk command: + - --chain.id=42161 - --datadir=/root/.arbitrum - - --port=10317 - - --nat=extip:${IP} - - --http - - --http.port=8545 - - --http.vhosts=* - - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,arb,txpool,debug - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,arb,txpool,debug - - - --rpc.gascap=600000000 - - --rpc.txfeecap=0 - + - --execution.caching.archive=true - --execution.caching.state-scheme=hash - --execution.rpc.gas-cap=600000000 - - --execution.caching.archive=true - --execution.sequencer.enable=false - - --persistent.db-engine=leveldb - - --persistent.chain=/root/.arbitrum/arbitrum-one-archive - + - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,arb,txpool,debug + - --http.port=8545 + - --http.vhosts=* - --init.latest=archive - - - --chain.id=42161 - + - --maxpeers=50 + - --nat=extip:${IP} + - --node.batch-poster.enable=false - --node.sequencer=false - --node.staker.enable=false - - --node.batch-poster.enable=false - - - --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC} - --parent-chain.blob-client.beacon-url=${ETHEREUM_MAINNET_BEACON_REST} - + - --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC} + - --persistent.chain=/root/.arbitrum/arbitrum-one-archive + - --persistent.db-engine=leveldb + - --port=10317 + - --rpc.gascap=600000000 + - --rpc.txfeecap=0 + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,arb,txpool,debug + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -116,3 +106,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/arb/nitro/arbitrum-one-nitro-pruned-pebble-hash.yml b/arb/nitro/arbitrum-one-nitro-pruned-pebble-hash.yml index c999968d..c945189d 100644 --- a/arb/nitro/arbitrum-one-nitro-pruned-pebble-hash.yml +++ b/arb/nitro/arbitrum-one-nitro-pruned-pebble-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,48 +27,38 @@ services: - 10317:10317/udp volumes: - ${ARBITRUM_ONE_NITRO_PRUNED_PEBBLE_HASH_DATA:-arbitrum-one-nitro-pruned-pebble-hash}:/root/.arbitrum - - /slowdisk:/slowdisk - - ./tmp/arbitrum-one:/tmp - + - /slowdisk:/slowdisk command: + - --chain.id=42161 - --datadir=/root/.arbitrum - - --port=10317 - - --nat=extip:${IP} - - --http - - --http.port=8545 - - --http.vhosts=* - - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,arb,txpool,debug - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,arb,txpool,debug - - - --rpc.gascap=600000000 - - --rpc.txfeecap=0 - + - --execution.caching.archive=false - --execution.caching.state-scheme=hash - --execution.rpc.gas-cap=600000000 - - --execution.caching.archive=false - --execution.sequencer.enable=false - - --persistent.db-engine=pebble - - --persistent.chain=/root/.arbitrum/arbitrum-one + - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,arb,txpool,debug + - --http.port=8545 + - --http.vhosts=* - --init.latest=pruned - - - --chain.id=42161 - + - --maxpeers=50 + - --nat=extip:${IP} + - --node.batch-poster.enable=false - --node.sequencer=false - --node.staker.enable=false - - --node.batch-poster.enable=false - - - --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC} - --parent-chain.blob-client.beacon-url=${ETHEREUM_MAINNET_BEACON_REST} - + - --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC} + - --persistent.chain=/root/.arbitrum/arbitrum-one + - --persistent.db-engine=pebble + - --port=10317 + - --rpc.gascap=600000000 + - --rpc.txfeecap=0 + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,arb,txpool,debug + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -115,3 +106,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/arb/nitro/arbitrum-sepolia-nitro-archive-pebble-hash.yml b/arb/nitro/arbitrum-sepolia-nitro-archive-pebble-hash.yml index 8edb8c23..8a00d07a 100644 --- a/arb/nitro/arbitrum-sepolia-nitro-archive-pebble-hash.yml +++ b/arb/nitro/arbitrum-sepolia-nitro-archive-pebble-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,49 +27,38 @@ services: - 10360:10360/udp volumes: - ${ARBITRUM_SEPOLIA_NITRO_ARCHIVE_PEBBLE_HASH_DATA:-arbitrum-sepolia-nitro-archive-pebble-hash}:/root/.arbitrum - - /slowdisk:/slowdisk - - ./tmp/arbitrum-sepolia-archive:/tmp - + - /slowdisk:/slowdisk command: + - --chain.id=421614 - --datadir=/root/.arbitrum - - --port=10360 - - --nat=extip:${IP} - - --http - - --http.port=8545 - - --http.vhosts=* - - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,arb,txpool,debug - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,arb,txpool,debug - - - --rpc.gascap=600000000 - - --rpc.txfeecap=0 - + - --execution.caching.archive=true - --execution.caching.state-scheme=hash - --execution.rpc.gas-cap=600000000 - - --execution.caching.archive=true - --execution.sequencer.enable=false - - --persistent.db-engine=pebble - - --persistent.chain=/root/.arbitrum/arbitrum-sepolia-archive - + - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,arb,txpool,debug + - --http.port=8545 + - --http.vhosts=* - --init.latest=archive - - - --chain.id=421614 - + - --maxpeers=50 + - --nat=extip:${IP} + - --node.batch-poster.enable=false - --node.sequencer=false - --node.staker.enable=false - - --node.batch-poster.enable=false - - - --parent-chain.connection.url=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - --parent-chain.blob-client.beacon-url=${ETHEREUM_SEPOLIA_BEACON_REST} - + - --parent-chain.connection.url=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - --persistent.chain=/root/.arbitrum/arbitrum-sepolia-archive + - --persistent.db-engine=pebble + - --port=10360 + - --rpc.gascap=600000000 + - --rpc.txfeecap=0 + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,arb,txpool,debug + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -116,3 +106,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/arb/nitro/connext-sepolia-nitro-archive-leveldb-hash.yml b/arb/nitro/connext-sepolia-nitro-archive-leveldb-hash.yml index 6fbd35e7..b9d19bf8 100644 --- a/arb/nitro/connext-sepolia-nitro-archive-leveldb-hash.yml +++ b/arb/nitro/connext-sepolia-nitro-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,56 +27,45 @@ services: - 10111:10111/udp volumes: - ${CONNEXT_SEPOLIA_NITRO_ARCHIVE_LEVELDB_HASH_DATA:-connext-sepolia-nitro-archive-leveldb-hash}:/root/.arbitrum - - /slowdisk:/slowdisk - - ./tmp/connext-sepolia-archive:/tmp - + - /slowdisk:/slowdisk command: + - --conf.file=/config/baseConfig.json - --datadir=/root/.arbitrum - - --port=10111 - - --nat=extip:${IP} + - --execution.caching.archive=true + - --execution.caching.state-scheme=hash + - --execution.forwarding-target=https://rpc.connext-sepolia.gelato.digital + - --execution.rpc.gas-cap=600000000 + - --execution.sequencer.enable=false - --http - - --http.port=8545 - - --http.vhosts=* - - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,arb,txpool,debug - - --http.addr=0.0.0.0 - --http.api=eth,net,web3,arb,txpool,debug - - - --rpc.gascap=600000000 - - --rpc.txfeecap=0 - - - --execution.caching.state-scheme=hash - - --execution.rpc.gas-cap=600000000 - - --execution.caching.archive=true - - --execution.sequencer.enable=false - - --persistent.db-engine=leveldb - - --persistent.chain=/root/.arbitrum/connext-sepolia-archive - + - --http.port=8545 + - --http.vhosts=* - --init.latest=archive - - - --conf.file=/config/baseConfig.json - - - --node.sequencer=false - - --node.staker.enable=false + - --maxpeers=50 + - --nat=extip:${IP} - --node.batch-poster.enable=false - --node.data-availability.enable=true - - --node.data-availability.sequencer-inbox-address=0x727095791318912381473707332248435763608420056676 - --node.data-availability.parent-chain-node-url=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - --node.data-availability.rest-aggregator.enable=true - --node.data-availability.rest-aggregator.urls=https://das.connext-sepolia.gelato.digital - + - --node.data-availability.sequencer-inbox-address=0x727095791318912381473707332248435763608420056676 - --node.feed.input.url=wss://feed.connext-sepolia.gelato.digital - - --execution.forwarding-target=https://rpc.connext-sepolia.gelato.digital - - --parent-chain.connection.url=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - --node.sequencer=false + - --node.staker.enable=false - --parent-chain.blob-client.beacon-url=${ETHEREUM_SEPOLIA_BEACON_REST} - + - --parent-chain.connection.url=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - --persistent.chain=/root/.arbitrum/connext-sepolia-archive + - --persistent.db-engine=leveldb + - --port=10111 + - --rpc.gascap=600000000 + - --rpc.txfeecap=0 + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,arb,txpool,debug + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -123,3 +113,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/arb/nitro/connext-sepolia-nitro-pruned-pebble-path.yml b/arb/nitro/connext-sepolia-nitro-pruned-pebble-path.yml index f38ee768..8080c449 100644 --- a/arb/nitro/connext-sepolia-nitro-pruned-pebble-path.yml +++ b/arb/nitro/connext-sepolia-nitro-pruned-pebble-path.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,54 +27,44 @@ services: - 10111:10111/udp volumes: - ${CONNEXT_SEPOLIA_NITRO_PRUNED_PEBBLE_PATH_DATA:-connext-sepolia-nitro-pruned-pebble-path}:/root/.arbitrum - - /slowdisk:/slowdisk - - ./tmp/connext-sepolia:/tmp - + - /slowdisk:/slowdisk command: + - --conf.file=/config/baseConfig.json - --datadir=/root/.arbitrum - - --port=10111 - - --nat=extip:${IP} + - --execution.caching.archive=false + - --execution.caching.state-scheme=path + - --execution.forwarding-target=https://rpc.connext-sepolia.gelato.digital + - --execution.rpc.gas-cap=600000000 + - --execution.sequencer.enable=false - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,arb,txpool,debug - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,arb,txpool,debug - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,arb,txpool,debug - - - --rpc.gascap=600000000 - - --rpc.txfeecap=0 - - - --execution.caching.state-scheme=path - - --execution.rpc.gas-cap=600000000 - - --execution.caching.archive=false - - --execution.sequencer.enable=false - - --persistent.db-engine=pebble - - --persistent.chain=/root/.arbitrum/connext-sepolia - - - --conf.file=/config/baseConfig.json - - - --node.sequencer=false - - --node.staker.enable=false + - --nat=extip:${IP} - --node.batch-poster.enable=false - --node.data-availability.enable=true - - --node.data-availability.sequencer-inbox-address=0x727095791318912381473707332248435763608420056676 - --node.data-availability.parent-chain-node-url=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - --node.data-availability.rest-aggregator.enable=true - --node.data-availability.rest-aggregator.urls=https://das.connext-sepolia.gelato.digital - + - --node.data-availability.sequencer-inbox-address=0x727095791318912381473707332248435763608420056676 - --node.feed.input.url=wss://feed.connext-sepolia.gelato.digital - - --execution.forwarding-target=https://rpc.connext-sepolia.gelato.digital - - --parent-chain.connection.url=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - --node.sequencer=false + - --node.staker.enable=false - --parent-chain.blob-client.beacon-url=${ETHEREUM_SEPOLIA_BEACON_REST} - + - --parent-chain.connection.url=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - --persistent.chain=/root/.arbitrum/connext-sepolia + - --persistent.db-engine=pebble + - --port=10111 + - --rpc.gascap=600000000 + - --rpc.txfeecap=0 + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,arb,txpool,debug + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -124,3 +115,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/arb/nitro/everclear-mainnet-nitro-archive-leveldb-hash.yml b/arb/nitro/everclear-mainnet-nitro-archive-leveldb-hash.yml index 0a0c8845..85e9db33 100644 --- a/arb/nitro/everclear-mainnet-nitro-archive-leveldb-hash.yml +++ b/arb/nitro/everclear-mainnet-nitro-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -27,51 +28,42 @@ services: volumes: - ${EVERCLEAR_MAINNET_NITRO_ARCHIVE_LEVELDB_HASH_DATA:-everclear-mainnet-nitro-archive-leveldb-hash}:/root/.arbitrum - /slowdisk:/slowdisk - command: + - --conf.file=/config/baseConfig.json - --datadir=/root/.arbitrum - - --port=10870 - - --nat=extip:${IP} + - --execution.caching.archive=true + - --execution.caching.state-scheme=hash + - --execution.forwarding-target=https://rpc.everclear.raas.gelato.cloud + - --execution.rpc.gas-cap=600000000 + - --execution.sequencer.enable=false - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,arb,txpool,debug - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,arb,txpool,debug - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,arb,txpool,debug - - - --rpc.gascap=600000000 - - --rpc.txfeecap=0 - - - --execution.caching.state-scheme=hash - - --execution.rpc.gas-cap=600000000 - - --execution.caching.archive=true - - --execution.sequencer.enable=false - - --persistent.db-engine=leveldb - - --persistent.chain=/root/.arbitrum/everclear-mainnet-archive - - - --conf.file=/config/baseConfig.json - - - --node.sequencer=false - - --node.staker.enable=false + - --nat=extip:${IP} - --node.batch-poster.enable=false - --node.data-availability.enable=true - - --node.data-availability.sequencer-inbox-address=0x727095791318912381473707332248435763608420056676 - --node.data-availability.parent-chain-node-url=${ETHEREUM_MAINNET_EXECUTION_RPC} - --node.data-availability.rest-aggregator.enable=true - --node.data-availability.rest-aggregator.urls=https://das.everclear.raas.gelato.cloud - + - --node.data-availability.sequencer-inbox-address=0x727095791318912381473707332248435763608420056676 - --node.feed.input.url=wss://feed.everclear.raas.gelato.cloud - - --execution.forwarding-target=https://rpc.everclear.raas.gelato.cloud - - --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC} + - --node.sequencer=false + - --node.staker.enable=false - --parent-chain.blob-client.beacon-url=${ETHEREUM_MAINNET_BEACON_REST} - + - --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC} + - --persistent.chain=/root/.arbitrum/everclear-mainnet-archive + - --persistent.db-engine=leveldb + - --port=10870 + - --rpc.gascap=600000000 + - --rpc.txfeecap=0 + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,arb,txpool,debug + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -119,3 +111,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/arb/nitro/everclear-mainnet-nitro-pruned-pebble-path.yml b/arb/nitro/everclear-mainnet-nitro-pruned-pebble-path.yml index 16d22975..de252740 100644 --- a/arb/nitro/everclear-mainnet-nitro-pruned-pebble-path.yml +++ b/arb/nitro/everclear-mainnet-nitro-pruned-pebble-path.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -27,51 +28,42 @@ services: volumes: - ${EVERCLEAR_MAINNET_NITRO_PRUNED_PEBBLE_PATH_DATA:-everclear-mainnet-nitro-pruned-pebble-path}:/root/.arbitrum - /slowdisk:/slowdisk - command: + - --conf.file=/config/baseConfig.json - --datadir=/root/.arbitrum - - --port=10870 - - --nat=extip:${IP} + - --execution.caching.archive=false + - --execution.caching.state-scheme=path + - --execution.forwarding-target=https://rpc.everclear.raas.gelato.cloud + - --execution.rpc.gas-cap=600000000 + - --execution.sequencer.enable=false - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,arb,txpool,debug - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,arb,txpool,debug - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,arb,txpool,debug - - - --rpc.gascap=600000000 - - --rpc.txfeecap=0 - - - --execution.caching.state-scheme=path - - --execution.rpc.gas-cap=600000000 - - --execution.caching.archive=false - - --execution.sequencer.enable=false - - --persistent.db-engine=pebble - - --persistent.chain=/root/.arbitrum/everclear-mainnet - - - --conf.file=/config/baseConfig.json - - - --node.sequencer=false - - --node.staker.enable=false + - --nat=extip:${IP} - --node.batch-poster.enable=false - --node.data-availability.enable=true - - --node.data-availability.sequencer-inbox-address=0x727095791318912381473707332248435763608420056676 - --node.data-availability.parent-chain-node-url=${ETHEREUM_MAINNET_EXECUTION_RPC} - --node.data-availability.rest-aggregator.enable=true - --node.data-availability.rest-aggregator.urls=https://das.everclear.raas.gelato.cloud - + - --node.data-availability.sequencer-inbox-address=0x727095791318912381473707332248435763608420056676 - --node.feed.input.url=wss://feed.everclear.raas.gelato.cloud - - --execution.forwarding-target=https://rpc.everclear.raas.gelato.cloud - - --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC} + - --node.sequencer=false + - --node.staker.enable=false - --parent-chain.blob-client.beacon-url=${ETHEREUM_MAINNET_BEACON_REST} - + - --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC} + - --persistent.chain=/root/.arbitrum/everclear-mainnet + - --persistent.db-engine=pebble + - --port=10870 + - --rpc.gascap=600000000 + - --rpc.txfeecap=0 + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,arb,txpool,debug + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -122,3 +114,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/arb/nitro/opencampuscodex-sepolia-nitro-archive-leveldb-hash.yml b/arb/nitro/opencampuscodex-sepolia-nitro-archive-leveldb-hash.yml index 9f8fe027..3722cba9 100644 --- a/arb/nitro/opencampuscodex-sepolia-nitro-archive-leveldb-hash.yml +++ b/arb/nitro/opencampuscodex-sepolia-nitro-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,53 +27,43 @@ services: - 10953:10953/udp volumes: - ${OPENCAMPUSCODEX_SEPOLIA_NITRO_ARCHIVE_LEVELDB_HASH_DATA:-opencampuscodex-sepolia-nitro-archive-leveldb-hash}:/root/.arbitrum - - /slowdisk:/slowdisk - - .//sepolia:/config - + - /slowdisk:/slowdisk command: + - --conf.file=/config/baseConfig.json - --datadir=/root/.arbitrum - - --port=10953 - - --nat=extip:${IP} + - --execution.caching.archive=true + - --execution.caching.state-scheme=hash + - --execution.forwarding-target=https://rpc.open-campus-codex.gelato.digital + - --execution.rpc.gas-cap=600000000 + - --execution.sequencer.enable=false - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,arb,txpool,debug - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,arb,txpool,debug - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,arb,txpool,debug - - - --rpc.gascap=600000000 - - --rpc.txfeecap=0 - - - --execution.caching.state-scheme=hash - - --execution.rpc.gas-cap=600000000 - - --execution.caching.archive=true - - --execution.sequencer.enable=false - - --persistent.db-engine=leveldb - - --persistent.chain=/root/.arbitrum/opencampuscodex-sepolia-archive - - - --conf.file=/config/baseConfig.json - - - --node.sequencer=false - - --node.staker.enable=false + - --nat=extip:${IP} - --node.batch-poster.enable=false - --node.data-availability.enable=true - - --node.data-availability.sequencer-inbox-address=0xe347C1223381b9Dcd6c0F61cf81c90175A7Bae77 - --node.data-availability.parent-chain-node-url=${ARBITRUM_SEPOLIA_EXECUTION_RPC} - --node.data-availability.rest-aggregator.enable=true - --node.data-availability.rest-aggregator.urls=https://das.open-campus-codex.gelato.digital - + - --node.data-availability.sequencer-inbox-address=0xe347C1223381b9Dcd6c0F61cf81c90175A7Bae77 - --node.feed.input.url=wss://feed.open-campus-codex.gelato.digital - - --execution.forwarding-target=https://rpc.open-campus-codex.gelato.digital + - --node.sequencer=false + - --node.staker.enable=false - --parent-chain.connection.url=${ARBITRUM_SEPOLIA_EXECUTION_RPC} - + - --persistent.chain=/root/.arbitrum/opencampuscodex-sepolia-archive + - --persistent.db-engine=leveldb + - --port=10953 + - --rpc.gascap=600000000 + - --rpc.txfeecap=0 + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,arb,txpool,debug + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -120,3 +111,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/arb/nitro/opencampuscodex-sepolia-nitro-pruned-pebble-path.yml b/arb/nitro/opencampuscodex-sepolia-nitro-pruned-pebble-path.yml index 2b2ef9cf..3bfe4d2b 100644 --- a/arb/nitro/opencampuscodex-sepolia-nitro-pruned-pebble-path.yml +++ b/arb/nitro/opencampuscodex-sepolia-nitro-pruned-pebble-path.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,53 +27,43 @@ services: - 10953:10953/udp volumes: - ${OPENCAMPUSCODEX_SEPOLIA_NITRO_PRUNED_PEBBLE_PATH_DATA:-opencampuscodex-sepolia-nitro-pruned-pebble-path}:/root/.arbitrum - - /slowdisk:/slowdisk - - .//sepolia:/config - + - /slowdisk:/slowdisk command: + - --conf.file=/config/baseConfig.json - --datadir=/root/.arbitrum - - --port=10953 - - --nat=extip:${IP} + - --execution.caching.archive=false + - --execution.caching.state-scheme=path + - --execution.forwarding-target=https://rpc.open-campus-codex.gelato.digital + - --execution.rpc.gas-cap=600000000 + - --execution.sequencer.enable=false - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,arb,txpool,debug - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,arb,txpool,debug - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,arb,txpool,debug - - - --rpc.gascap=600000000 - - --rpc.txfeecap=0 - - - --execution.caching.state-scheme=path - - --execution.rpc.gas-cap=600000000 - - --execution.caching.archive=false - - --execution.sequencer.enable=false - - --persistent.db-engine=pebble - - --persistent.chain=/root/.arbitrum/opencampuscodex-sepolia - - - --conf.file=/config/baseConfig.json - - - --node.sequencer=false - - --node.staker.enable=false + - --nat=extip:${IP} - --node.batch-poster.enable=false - --node.data-availability.enable=true - - --node.data-availability.sequencer-inbox-address=0xe347C1223381b9Dcd6c0F61cf81c90175A7Bae77 - --node.data-availability.parent-chain-node-url=${ARBITRUM_SEPOLIA_EXECUTION_RPC} - --node.data-availability.rest-aggregator.enable=true - --node.data-availability.rest-aggregator.urls=https://das.open-campus-codex.gelato.digital - + - --node.data-availability.sequencer-inbox-address=0xe347C1223381b9Dcd6c0F61cf81c90175A7Bae77 - --node.feed.input.url=wss://feed.open-campus-codex.gelato.digital - - --execution.forwarding-target=https://rpc.open-campus-codex.gelato.digital + - --node.sequencer=false + - --node.staker.enable=false - --parent-chain.connection.url=${ARBITRUM_SEPOLIA_EXECUTION_RPC} - + - --persistent.chain=/root/.arbitrum/opencampuscodex-sepolia + - --persistent.db-engine=pebble + - --port=10953 + - --rpc.gascap=600000000 + - --rpc.txfeecap=0 + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,arb,txpool,debug + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -123,3 +114,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/arb/nitro/playblock-mainnet-nitro-archive-leveldb-hash.yml b/arb/nitro/playblock-mainnet-nitro-archive-leveldb-hash.yml index f4e77d31..6abfe277 100644 --- a/arb/nitro/playblock-mainnet-nitro-archive-leveldb-hash.yml +++ b/arb/nitro/playblock-mainnet-nitro-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -27,51 +28,42 @@ services: volumes: - ${PLAYBLOCK_MAINNET_NITRO_ARCHIVE_LEVELDB_HASH_DATA:-playblock-mainnet-nitro-archive-leveldb-hash}:/root/.arbitrum - /slowdisk:/slowdisk - command: + - --conf.file=/config/baseConfig.json - --datadir=/root/.arbitrum - - --port=10728 - - --nat=extip:${IP} + - --execution.caching.archive=true + - --execution.caching.state-scheme=hash + - --execution.forwarding-target=https://rpc.playblock.io + - --execution.rpc.gas-cap=600000000 + - --execution.sequencer.enable=false - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,arb,txpool,debug - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,arb,txpool,debug - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,arb,txpool,debug - - - --rpc.gascap=600000000 - - --rpc.txfeecap=0 - - - --execution.caching.state-scheme=hash - - --execution.rpc.gas-cap=600000000 - - --execution.caching.archive=true - - --execution.sequencer.enable=false - - --persistent.db-engine=leveldb - - --persistent.chain=/root/.arbitrum/playblock-mainnet-archive - - - --conf.file=/config/baseConfig.json - - - --node.sequencer=false - - --node.staker.enable=false + - --nat=extip:${IP} - --node.batch-poster.enable=false - --node.data-availability.enable=true - - --node.data-availability.sequencer-inbox-address=0x1297541082195356755105700451499873350464260779639 - --node.data-availability.parent-chain-node-url=${ETHEREUM_MAINNET_EXECUTION_RPC} - --node.data-availability.rest-aggregator.enable=true - --node.data-availability.rest-aggregator.urls=https://das.playblock.io - + - --node.data-availability.sequencer-inbox-address=0x1297541082195356755105700451499873350464260779639 - --node.feed.input.url=wss://feed.playblock.io - - --execution.forwarding-target=https://rpc.playblock.io - - --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC} + - --node.sequencer=false + - --node.staker.enable=false - --parent-chain.blob-client.beacon-url=${ETHEREUM_MAINNET_BEACON_REST} - + - --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC} + - --persistent.chain=/root/.arbitrum/playblock-mainnet-archive + - --persistent.db-engine=leveldb + - --port=10728 + - --rpc.gascap=600000000 + - --rpc.txfeecap=0 + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,arb,txpool,debug + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -119,3 +111,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/arb/nitro/playblock-mainnet-nitro-pruned-pebble-path.yml b/arb/nitro/playblock-mainnet-nitro-pruned-pebble-path.yml index f13d5fec..a4f7649b 100644 --- a/arb/nitro/playblock-mainnet-nitro-pruned-pebble-path.yml +++ b/arb/nitro/playblock-mainnet-nitro-pruned-pebble-path.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -27,51 +28,42 @@ services: volumes: - ${PLAYBLOCK_MAINNET_NITRO_PRUNED_PEBBLE_PATH_DATA:-playblock-mainnet-nitro-pruned-pebble-path}:/root/.arbitrum - /slowdisk:/slowdisk - command: + - --conf.file=/config/baseConfig.json - --datadir=/root/.arbitrum - - --port=10728 - - --nat=extip:${IP} + - --execution.caching.archive=false + - --execution.caching.state-scheme=path + - --execution.forwarding-target=https://rpc.playblock.io + - --execution.rpc.gas-cap=600000000 + - --execution.sequencer.enable=false - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,arb,txpool,debug - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,arb,txpool,debug - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,arb,txpool,debug - - - --rpc.gascap=600000000 - - --rpc.txfeecap=0 - - - --execution.caching.state-scheme=path - - --execution.rpc.gas-cap=600000000 - - --execution.caching.archive=false - - --execution.sequencer.enable=false - - --persistent.db-engine=pebble - - --persistent.chain=/root/.arbitrum/playblock-mainnet - - - --conf.file=/config/baseConfig.json - - - --node.sequencer=false - - --node.staker.enable=false + - --nat=extip:${IP} - --node.batch-poster.enable=false - --node.data-availability.enable=true - - --node.data-availability.sequencer-inbox-address=0x1297541082195356755105700451499873350464260779639 - --node.data-availability.parent-chain-node-url=${ETHEREUM_MAINNET_EXECUTION_RPC} - --node.data-availability.rest-aggregator.enable=true - --node.data-availability.rest-aggregator.urls=https://das.playblock.io - + - --node.data-availability.sequencer-inbox-address=0x1297541082195356755105700451499873350464260779639 - --node.feed.input.url=wss://feed.playblock.io - - --execution.forwarding-target=https://rpc.playblock.io - - --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC} + - --node.sequencer=false + - --node.staker.enable=false - --parent-chain.blob-client.beacon-url=${ETHEREUM_MAINNET_BEACON_REST} - + - --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC} + - --persistent.chain=/root/.arbitrum/playblock-mainnet + - --persistent.db-engine=pebble + - --port=10728 + - --rpc.gascap=600000000 + - --rpc.txfeecap=0 + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,arb,txpool,debug + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -122,3 +114,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/arb/nitro/real-mainnet-nitro-archive-leveldb-hash.yml b/arb/nitro/real-mainnet-nitro-archive-leveldb-hash.yml index 87d0bd15..10d09722 100644 --- a/arb/nitro/real-mainnet-nitro-archive-leveldb-hash.yml +++ b/arb/nitro/real-mainnet-nitro-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -27,51 +28,42 @@ services: volumes: - ${REAL_MAINNET_NITRO_ARCHIVE_LEVELDB_HASH_DATA:-real-mainnet-nitro-archive-leveldb-hash}:/root/.arbitrum - /slowdisk:/slowdisk - command: + - --conf.file=/config/baseConfig.json - --datadir=/root/.arbitrum - - --port=10354 - - --nat=extip:${IP} + - --execution.caching.archive=true + - --execution.caching.state-scheme=hash + - --execution.forwarding-target=https://rpc.realforreal.gelato.digital + - --execution.rpc.gas-cap=600000000 + - --execution.sequencer.enable=false - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,arb,txpool,debug - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,arb,txpool,debug - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,arb,txpool,debug - - - --rpc.gascap=600000000 - - --rpc.txfeecap=0 - - - --execution.caching.state-scheme=hash - - --execution.rpc.gas-cap=600000000 - - --execution.caching.archive=true - - --execution.sequencer.enable=false - - --persistent.db-engine=leveldb - - --persistent.chain=/root/.arbitrum/real-mainnet-archive - - - --conf.file=/config/baseConfig.json - - - --node.sequencer=false - - --node.staker.enable=false + - --nat=extip:${IP} - --node.batch-poster.enable=false - --node.data-availability.enable=true - - --node.data-availability.sequencer-inbox-address=0x466813324240923703236721233648302990016039913376 - --node.data-availability.parent-chain-node-url=${ETHEREUM_MAINNET_EXECUTION_RPC} - --node.data-availability.rest-aggregator.enable=true - --node.data-availability.rest-aggregator.urls=https://das.realforreal.gelato.digital - + - --node.data-availability.sequencer-inbox-address=0x466813324240923703236721233648302990016039913376 - --node.feed.input.url=wss://feed.realforreal.gelato.digital - - --execution.forwarding-target=https://rpc.realforreal.gelato.digital - - --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC} + - --node.sequencer=false + - --node.staker.enable=false - --parent-chain.blob-client.beacon-url=${ETHEREUM_MAINNET_BEACON_REST} - + - --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC} + - --persistent.chain=/root/.arbitrum/real-mainnet-archive + - --persistent.db-engine=leveldb + - --port=10354 + - --rpc.gascap=600000000 + - --rpc.txfeecap=0 + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,arb,txpool,debug + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -119,3 +111,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/arb/nitro/real-mainnet-nitro-pruned-pebble-path.yml b/arb/nitro/real-mainnet-nitro-pruned-pebble-path.yml index 63d8400f..e18ec189 100644 --- a/arb/nitro/real-mainnet-nitro-pruned-pebble-path.yml +++ b/arb/nitro/real-mainnet-nitro-pruned-pebble-path.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -27,51 +28,42 @@ services: volumes: - ${REAL_MAINNET_NITRO_PRUNED_PEBBLE_PATH_DATA:-real-mainnet-nitro-pruned-pebble-path}:/root/.arbitrum - /slowdisk:/slowdisk - command: + - --conf.file=/config/baseConfig.json - --datadir=/root/.arbitrum - - --port=10354 - - --nat=extip:${IP} + - --execution.caching.archive=false + - --execution.caching.state-scheme=path + - --execution.forwarding-target=https://rpc.realforreal.gelato.digital + - --execution.rpc.gas-cap=600000000 + - --execution.sequencer.enable=false - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,arb,txpool,debug - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,arb,txpool,debug - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,arb,txpool,debug - - - --rpc.gascap=600000000 - - --rpc.txfeecap=0 - - - --execution.caching.state-scheme=path - - --execution.rpc.gas-cap=600000000 - - --execution.caching.archive=false - - --execution.sequencer.enable=false - - --persistent.db-engine=pebble - - --persistent.chain=/root/.arbitrum/real-mainnet - - - --conf.file=/config/baseConfig.json - - - --node.sequencer=false - - --node.staker.enable=false + - --nat=extip:${IP} - --node.batch-poster.enable=false - --node.data-availability.enable=true - - --node.data-availability.sequencer-inbox-address=0x466813324240923703236721233648302990016039913376 - --node.data-availability.parent-chain-node-url=${ETHEREUM_MAINNET_EXECUTION_RPC} - --node.data-availability.rest-aggregator.enable=true - --node.data-availability.rest-aggregator.urls=https://das.realforreal.gelato.digital - + - --node.data-availability.sequencer-inbox-address=0x466813324240923703236721233648302990016039913376 - --node.feed.input.url=wss://feed.realforreal.gelato.digital - - --execution.forwarding-target=https://rpc.realforreal.gelato.digital - - --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC} + - --node.sequencer=false + - --node.staker.enable=false - --parent-chain.blob-client.beacon-url=${ETHEREUM_MAINNET_BEACON_REST} - + - --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC} + - --persistent.chain=/root/.arbitrum/real-mainnet + - --persistent.db-engine=pebble + - --port=10354 + - --rpc.gascap=600000000 + - --rpc.txfeecap=0 + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,arb,txpool,debug + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -122,3 +114,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/avalanche/go/avalanche-fuji-go-archive-leveldb.yml b/avalanche/go/avalanche-fuji-go-archive-leveldb.yml index 0ebffabc..952b3b8d 100644 --- a/avalanche/go/avalanche-fuji-go-archive-leveldb.yml +++ b/avalanche/go/avalanche-fuji-go-archive-leveldb.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -27,19 +28,16 @@ services: - 10350:10350/udp volumes: - ${AVALANCHE_FUJI_GO_ARCHIVE_LEVELDB_DATA:-avalanche-fuji-go-archive-leveldb}:/root/.avalanchego - - /slowdisk:/slowdisk - - .//fuji:/config - + - /slowdisk:/slowdisk entrypoint: [/avalanchego/build/avalanchego] command: - --chain-config-dir /config/archive - --db-type=leveldb - - --http-host= - --http-allowed-hosts=* - - --staking-port=10350 + - --http-host= - --public-ip=${IP}" - + - --staking-port=10350 networks: - chains restart: unless-stopped @@ -49,15 +47,14 @@ services: image: nginx environment: PROXY_HOST: avalanche-fuji-archive-client - RPC_PORT: 9650 RPC_PATH: /ext/bc/C/rpc - WS_PORT: 9650 + RPC_PORT: 9650 WS_PATH: /ext/bc/C/ws + WS_PORT: 9650 networks: - chains volumes: - ./nginx-proxy:/etc/nginx/templates - labels: - traefik.enable=true - traefik.http.middlewares.avalanche-fuji-go-archive-leveldb-stripprefix.stripprefix.prefixes=/avalanche-fuji-archive @@ -84,4 +81,5 @@ x-upstreams: methods: disabled: enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/avalanche/go/avalanche-fuji-go-pruned-pebbledb.yml b/avalanche/go/avalanche-fuji-go-pruned-pebbledb.yml index 050d528a..9dd81084 100644 --- a/avalanche/go/avalanche-fuji-go-pruned-pebbledb.yml +++ b/avalanche/go/avalanche-fuji-go-pruned-pebbledb.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -27,19 +28,16 @@ services: - 10350:10350/udp volumes: - ${AVALANCHE_FUJI_GO_PRUNED_PEBBLEDB_DATA:-avalanche-fuji-go-pruned-pebbledb}:/root/.avalanchego - - /slowdisk:/slowdisk - - .//fuji:/config - + - /slowdisk:/slowdisk entrypoint: [/avalanchego/build/avalanchego] command: - --chain-config-dir /config/pruned - --db-type=pebbledb - - --http-host= - --http-allowed-hosts=* - - --staking-port=10350 + - --http-host= - --public-ip=${IP}" - + - --staking-port=10350 networks: - chains restart: unless-stopped @@ -49,15 +47,14 @@ services: image: nginx environment: PROXY_HOST: avalanche-fuji-client - RPC_PORT: 9650 RPC_PATH: /ext/bc/C/rpc - WS_PORT: 9650 + RPC_PORT: 9650 WS_PATH: /ext/bc/C/ws + WS_PORT: 9650 networks: - chains volumes: - ./nginx-proxy:/etc/nginx/templates - labels: - traefik.enable=true - traefik.http.middlewares.avalanche-fuji-go-pruned-pebbledb-stripprefix.stripprefix.prefixes=/avalanche-fuji @@ -84,4 +81,5 @@ x-upstreams: methods: disabled: enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/avalanche/go/avalanche-mainnet-go-archive-leveldb.yml b/avalanche/go/avalanche-mainnet-go-archive-leveldb.yml index dc750020..5cda99e7 100644 --- a/avalanche/go/avalanche-mainnet-go-archive-leveldb.yml +++ b/avalanche/go/avalanche-mainnet-go-archive-leveldb.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -27,19 +28,16 @@ services: - 10929:10929/udp volumes: - ${AVALANCHE_MAINNET_GO_ARCHIVE_LEVELDB_DATA:-avalanche-mainnet-go-archive-leveldb}:/root/.avalanchego - - /slowdisk:/slowdisk - - .//mainnet:/config - + - /slowdisk:/slowdisk entrypoint: [/avalanchego/build/avalanchego] command: - --chain-config-dir /config/archive - --db-type=leveldb - - --http-host= - --http-allowed-hosts=* - - --staking-port=10929 + - --http-host= - --public-ip=${IP}" - + - --staking-port=10929 networks: - chains restart: unless-stopped @@ -49,15 +47,14 @@ services: image: nginx environment: PROXY_HOST: avalanche-mainnet-archive-client - RPC_PORT: 9650 RPC_PATH: /ext/bc/C/rpc - WS_PORT: 9650 + RPC_PORT: 9650 WS_PATH: /ext/bc/C/ws + WS_PORT: 9650 networks: - chains volumes: - ./nginx-proxy:/etc/nginx/templates - labels: - traefik.enable=true - traefik.http.middlewares.avalanche-mainnet-go-archive-leveldb-stripprefix.stripprefix.prefixes=/avalanche-mainnet-archive @@ -84,4 +81,5 @@ x-upstreams: methods: disabled: enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/avalanche/go/avalanche-mainnet-go-pruned-pebbledb.yml b/avalanche/go/avalanche-mainnet-go-pruned-pebbledb.yml index cb7d010d..3e95b121 100644 --- a/avalanche/go/avalanche-mainnet-go-pruned-pebbledb.yml +++ b/avalanche/go/avalanche-mainnet-go-pruned-pebbledb.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -27,19 +28,16 @@ services: - 10929:10929/udp volumes: - ${AVALANCHE_MAINNET_GO_PRUNED_PEBBLEDB_DATA:-avalanche-mainnet-go-pruned-pebbledb}:/root/.avalanchego - - /slowdisk:/slowdisk - - .//mainnet:/config - + - /slowdisk:/slowdisk entrypoint: [/avalanchego/build/avalanchego] command: - --chain-config-dir /config/pruned - --db-type=pebbledb - - --http-host= - --http-allowed-hosts=* - - --staking-port=10929 + - --http-host= - --public-ip=${IP}" - + - --staking-port=10929 networks: - chains restart: unless-stopped @@ -49,15 +47,14 @@ services: image: nginx environment: PROXY_HOST: avalanche-mainnet-client - RPC_PORT: 9650 RPC_PATH: /ext/bc/C/rpc - WS_PORT: 9650 + RPC_PORT: 9650 WS_PATH: /ext/bc/C/ws + WS_PORT: 9650 networks: - chains volumes: - ./nginx-proxy:/etc/nginx/templates - labels: - traefik.enable=true - traefik.http.middlewares.avalanche-mainnet-go-pruned-pebbledb-stripprefix.stripprefix.prefixes=/avalanche-mainnet @@ -84,4 +81,5 @@ x-upstreams: methods: disabled: enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/berachain/reth/berachain-bartio-reth-archive-trace.yml b/berachain/reth/berachain-bartio-reth-archive-trace.yml index 0a400c63..75d2a8a6 100644 --- a/berachain/reth/berachain-bartio-reth-archive-trace.yml +++ b/berachain/reth/berachain-bartio-reth-archive-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -27,42 +28,32 @@ services: - 10527:10527/udp volumes: - ${BERACHAIN_BARTIO_RETH_ARCHIVE_TRACE_DATA:-berachain-bartio-reth-archive-trace}:/root/.local/share/reth - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - BOOTNODES=enode://0401e494dbd0c84c5c0f72adac5985d2f2525e08b68d448958aae218f5ac8198a80d1498e0ebec2ce38b1b18d6750f6e61a56b4614c5a6c6cf0981c39aed47dc@34.159.32.127:30303,enode://9b6c1eb143c9e3af0c7283262a9a38fe8bf844114b1f304673c2ac1c23e6bccfdaa8f4e9cb8c460bded495933fd92eeff30e6ab2e0538b56e249beea2c512906@35.234.88.149:30303,enode://e9675164b5e17b9d9edf0cc2bd79e6b6f487200c74d1331c220abb5b8ee80c2eefbf18213989585e9d0960683e819542e11d4eefb5f2b4019e1e49f9fd8fff18@berav2-bootnode.staketab.org:30303,enode://16e21c20f670d9e88570b8d3c580c7ef54f3515bffab864f1f3047c4125c3e7d98e782b990165808363a1b54ddca51c9dafaca9d6cd7ecca93e2e809ba522cae@berachain-testnet-v2.enode.l0vd.com:30304,enode://e31aa249638083d34817eed2b499ccd4b0718a332f0ea530e3062e13f624cb03a7d6b6e0460193ee87b5fc12e73a726070a3126ef53492ffbdc5e6c102f6dfb3@34.64.198.56:30303,enode://3f2f85e2e711f198fb7324b74fab6a0599b2534774f3aa26241dbbabe870b650574324da01aa98ee24ce97c8d76362a2db03034a6ddff43119ccfdc269663cbf@34.47.79.13:30303,enode://7a2f67d22b12e10c6ba9cd951866dda6471604be5fbd5102217dbad1cc56e590befd2009ecc99958a468a5b8e0dc28e14d9b6822491719c93199be6aa0319077@34.124.220.31:30303,enode://a96aac0b81c7e75fecc2ae613eaf13b27b2aaf3d46a90db904f94797d1746aa31e6593ae4cd476f81d5c6d1d2228ca60c885727978c369586c38871c63a330ee@35.240.182.27:30303,enode://dc44744074ac2dd76db0e0f9d95eb86cd558f6ba75e4a4af1303f2259624c8ce041198f976862a284165253b6dc6b2fa91b995cbca3ef2683879b6247e05e553@34.95.61.239:30303,enode://bf5364e1cf7ecd11646ccaea5c06b56622c04d52200d9cd141e01db9c9661237ceebecde1616e66e390a968ffd1c07e027531cad23044517b7bf36caa8b97f5f@34.152.41.26:30303,enode://f61e51c18fdb6ddf5e520209c53a0e60b2864d168eb0d3c02541050de9fee003b61818c7f70b32b61adee082280e7de4811fd3da47d87c87b3d17bf44e3bb76c@beacond-testnet.blacknodes.net:30303,enode://f24b54da77cf604e92aeb5ee5e79401fd3e66111563ca630e72330ccab6f385ccbbde5eba4577ee7bfb5e83347263d0e4cad042fd4c10468d0e38906fc82ba31@bera-testnet-seeds.nodeinfra.com:30303,enode://2e44e8e12b4666632dd2d4d555cfca5ceac4ca6cf6f45c46fc0ba27d1f9f7578dd598c74ae8b4189430a85b15d103c215a63cdbeafd41895fee1405a094fa77a@135.125.188.10:30303 entrypoint: [/bin/bash, -c, "trap 'exit 0' SIGTERM; while [ ! -f /config/eth-genesis.json ] && [ ! -f /tmp/stop ]; do sleep 1 & wait $!; done; exec reth node \"$@\"", --] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --chain=/config/eth-genesis.json - --datadir=/root/.local/share/reth - - --port=10527 - - --nat=extip:${IP} - --http - - --http.port=8545 - - - --http.corsdomain=* - - --max-outbound-peers=50 - - --max-inbound-peers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev - - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev - - - --rpc.max-logs-per-response=1100000 + - --http.corsdomain=* + - --http.port=8545 + - --max-inbound-peers=50 + - --max-outbound-peers=50 + - --nat=extip:${IP} + - --port=10527 - --rpc.gascap=600000000 - - - --authrpc.addr=0.0.0.0 - - - --authrpc.jwtsecret=/jwtsecret - - - --chain=/config/eth-genesis.json - + - --rpc.max-logs-per-response=1100000 + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -83,20 +74,20 @@ services: - 15527:15527 - 15527:15527/udp environment: + - AUTH_RPC=http://berachain-bartio-archive:8551 + - CHAINID=80084 + - CHAINNAME=bartio + - CHAIN_SPEC=testnet - MONIKER=d${DOMAIN:-local} - P2P_PORT=15527 - - AUTH_RPC=http://berachain-bartio-archive:8551 - - CHAIN_SPEC=testnet - - CHAINNAME=bartio - - CHAINID=80084 entrypoint: [sh, /init.sh] networks: - chains volumes: - - ./berachain/scripts/init.sh:/init.sh - ${BERACHAIN_BARTIO_RETH_ARCHIVE_TRACE__NODE_DATA:-berachain-bartio-reth-archive-trace_node}:/root/.beacond/data - ./berachain/bartio:/root/.beacond/config + - ./berachain/scripts/init.sh:/init.sh - .jwtsecret:/root/.beacond/config/jwt.hex:ro restart: unless-stopped volumes: @@ -116,4 +107,5 @@ x-upstreams: methods: disabled: enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/berachain/reth/berachain-bepolia-reth-archive-trace.yml b/berachain/reth/berachain-bepolia-reth-archive-trace.yml index 1099cdc1..d9d3cbad 100644 --- a/berachain/reth/berachain-bepolia-reth-archive-trace.yml +++ b/berachain/reth/berachain-bepolia-reth-archive-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -27,42 +28,32 @@ services: - 10347:10347/udp volumes: - ${BERACHAIN_BEPOLIA_RETH_ARCHIVE_TRACE_DATA:-berachain-bepolia-reth-archive-trace}:/root/.local/share/reth - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - BOOTNODES=enode://0c5a4a3c0e81fce2974e4d317d88df783731183d534325e32e0fdf8f4b119d7889fa254d3a38890606ec300d744e2aa9c87099a4a032f5c94efe53f3fcdfecfe@34.64.176.79:30303,enode://5b037f66099d5ded86eb7e1619f6d06ceb15609e8cc345ced22a4772b06178004e1490a3cd32fd1222789de4c6e4021c2d648a3d750f6d5323e64b771bbd8de7@34.87.142.180:30303,enode://bb7e44178543431feac8f0ee3827056b7b84d8235b802a8bdbbcd4939dab7f7dd2579ff577a38b002bb0139792af67abd2dd5c9f4f85b8da6e914fa76dca82bc@35.198.150.35:30303,enode://d071fa740e063ce1bb9cdc2b7937baeff6dc4000f91588d730a731c38a6ff0d4015814812c160fab8695e46f74b9b618735368ea2f16db4d785f16d29b3fb7b0@35.203.2.210:30303,enode://0c5a4a3c0e81fce2974e4d317d88df783731183d534325e32e0fdf8f4b119d7889fa254d3a38890606ec300d744e2aa9c87099a4a032f5c94efe53f3fcdfecfe@34.64.176.79:30303 entrypoint: [/bin/bash, -c, "trap 'exit 0' SIGTERM; while [ ! -f /config/eth-genesis.json ] && [ ! -f /tmp/stop ]; do sleep 1 & wait $!; done; exec reth node \"$@\"", --] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --chain=/config/eth-genesis.json - --datadir=/root/.local/share/reth - - --port=10347 - - --nat=extip:${IP} - --http - - --http.port=8545 - - - --http.corsdomain=* - - --max-outbound-peers=50 - - --max-inbound-peers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev - - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev - - - --rpc.max-logs-per-response=1100000 + - --http.corsdomain=* + - --http.port=8545 + - --max-inbound-peers=50 + - --max-outbound-peers=50 + - --nat=extip:${IP} + - --port=10347 - --rpc.gascap=600000000 - - - --authrpc.addr=0.0.0.0 - - - --authrpc.jwtsecret=/jwtsecret - - - --chain=/config/eth-genesis.json - + - --rpc.max-logs-per-response=1100000 + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -83,20 +74,20 @@ services: - 15347:15347 - 15347:15347/udp environment: + - AUTH_RPC=http://berachain-bepolia-archive:8551 + - CHAINID=80069 + - CHAINNAME=bepolia + - CHAIN_SPEC=testnet - MONIKER=d${DOMAIN:-local} - P2P_PORT=15347 - - AUTH_RPC=http://berachain-bepolia-archive:8551 - - CHAIN_SPEC=testnet - - CHAINNAME=bepolia - - CHAINID=80069 entrypoint: [sh, /init.sh] networks: - chains volumes: - - ./berachain/scripts/init.sh:/init.sh - ${BERACHAIN_BEPOLIA_RETH_ARCHIVE_TRACE__NODE_DATA:-berachain-bepolia-reth-archive-trace_node}:/root/.beacond/data - ./berachain/bepolia:/root/.beacond/config + - ./berachain/scripts/init.sh:/init.sh - .jwtsecret:/root/.beacond/config/jwt.hex:ro restart: unless-stopped volumes: @@ -116,4 +107,5 @@ x-upstreams: methods: disabled: enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/berachain/reth/berachain-mainnet-reth-archive-trace.yml b/berachain/reth/berachain-mainnet-reth-archive-trace.yml index e3a7ad87..7e563dff 100644 --- a/berachain/reth/berachain-mainnet-reth-archive-trace.yml +++ b/berachain/reth/berachain-mainnet-reth-archive-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -27,42 +28,32 @@ services: - 10881:10881/udp volumes: - ${BERACHAIN_MAINNET_RETH_ARCHIVE_TRACE_DATA:-berachain-mainnet-reth-archive-trace}:/root/.local/share/reth - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - BOOTNODES=enode://0c5a4a3c0e81fce2974e4d317d88df783731183d534325e32e0fdf8f4b119d7889fa254d3a38890606ec300d744e2aa9c87099a4a032f5c94efe53f3fcdfecfe@34.22.104.177:30303,enode://b6a3137d3a36ef37c4d31843775a9dc293f41bcbde33b6309c80b1771b6634827cd188285136a57474427bd8845adc2f6fe2e0b106bd58d14795b08910b9c326@34.64.247.85:30303,enode://0b6633300614bc2b9749aee0cace7a091ec5348762aee7b1d195f7616d03a9409019d9bef336624bab72e0d069cd4cf0b0de6fbbf53f04f6b6e4c5b39c6bdca6@34.22.73.21:30303,enode://552b001abebb5805fcd734ad367cd05d9078d18f23ec598d7165460fadcfc51116ad95c418f7ea9a141aa8cbc496c8bea3322b67a5de0d3380f11aab1a797513@34.64.37.55:30303,enode://5b037f66099d5ded86eb7e1619f6d06ceb15609e8cc345ced22a4772b06178004e1490a3cd32fd1222789de4c6e4021c2d648a3d750f6d5323e64b771bbd8de7@35.247.182.34:30303,enode://846db253c53753d3ea1197aec296306dc84c25f3afdf142b65cb0fe0f984de55072daa3bbf05a9aea046a38a2292403137b6eafefd5646fcf62120b74e3b898d@34.87.9.231:30303,enode://64b7f6ee9bcd942ad4949c70f2077627f078a057dfd930e6e904e12643d8952f5ae87c91e24559765393f244a72c9d5c011d7d5176e59191d38f315db85a20f5@34.126.78.49:30303,enode://cf4d19bfb8ec507427ec882bac0bac85a0c8c9ddaa0ec91b773bb614e5e09d107cd9fbe323b96f62f31c493f8f42cc5495c18b87c08560c5dea1dfd25256dcf6@35.240.200.36:30303,enode://bb7e44178543431feac8f0ee3827056b7b84d8235b802a8bdbbcd4939dab7f7dd2579ff577a38b002bb0139792af67abd2dd5c9f4f85b8da6e914fa76dca82bc@34.40.14.50:30303,enode://8fef1f5df45e7b31be00a21e1da5665d5a5f5bf4c379086b843f03eade941bdd157f08c95b31880c492577edb9a9b185df7191eaebf54ab06d5bd683b289f3af@35.246.168.217:30303,enode://ce9c87cfe089f6811d26c96913fa3ec10b938d9017fc6246684c74a33679ee34ceca9447180fb509e37bf2b706c2877a82085d34bfd83b5b520ee1288b0fc32f@34.40.28.159:30303,enode://713657eb6a53feadcbc47e634ad557326a51eb6818a3e19a00a8111492f50a666ccbf2f5d334d247ecf941e68d242ef5c3b812b63c44d381ef11f79c2cdb45c7@35.234.82.236:30303,enode://d071fa740e063ce1bb9cdc2b7937baeff6dc4000f91588d730a731c38a6ff0d4015814812c160fab8695e46f74b9b618735368ea2f16db4d785f16d29b3fb7b0@35.203.86.197:30303,enode://ffc452fe451a2e5f89fe634744aea334d92dcd30d881b76209d2db7dbf4b7ee047e7c69a5bb1633764d987a7441d9c4bc57ccdbfd6442a2f860bf953bc89a9b9@34.118.187.161:30303,enode://da94328302a1d1422209d1916744e90b6095a48b2340dcec39b22002c098bb4d58a880dab98eb26edf03fa4705d1b62f99a8c5c14e6666e4726b6d3066d8a4d7@34.95.30.190:30303,enode://19c7671a4844699b481e81a5bcfe7bafc7fefa953c16ebbe1951b1046371e73839e9058de6b7d3c934318fe7e7233dde3621c1c1018eb8b294ea3d4516147150@34.47.60.196:30303 entrypoint: [/bin/bash, -c, "trap 'exit 0' SIGTERM; while [ ! -f /config/eth-genesis.json ] && [ ! -f /tmp/stop ]; do sleep 1 & wait $!; done; exec reth node \"$@\"", --] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --chain=/config/eth-genesis.json - --datadir=/root/.local/share/reth - - --port=10881 - - --nat=extip:${IP} - --http - - --http.port=8545 - - - --http.corsdomain=* - - --max-outbound-peers=50 - - --max-inbound-peers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev - - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev - - - --rpc.max-logs-per-response=1100000 + - --http.corsdomain=* + - --http.port=8545 + - --max-inbound-peers=50 + - --max-outbound-peers=50 + - --nat=extip:${IP} + - --port=10881 - --rpc.gascap=600000000 - - - --authrpc.addr=0.0.0.0 - - - --authrpc.jwtsecret=/jwtsecret - - - --chain=/config/eth-genesis.json - + - --rpc.max-logs-per-response=1100000 + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -83,20 +74,20 @@ services: - 15881:15881 - 15881:15881/udp environment: + - AUTH_RPC=http://berachain-mainnet-archive:8551 + - CHAINID=80094 + - CHAINNAME=mainnet + - CHAIN_SPEC=mainnet - MONIKER=d${DOMAIN:-local} - P2P_PORT=15881 - - AUTH_RPC=http://berachain-mainnet-archive:8551 - - CHAIN_SPEC=mainnet - - CHAINNAME=mainnet - - CHAINID=80094 entrypoint: [sh, /init.sh] networks: - chains volumes: - - ./berachain/scripts/init.sh:/init.sh - ${BERACHAIN_MAINNET_RETH_ARCHIVE_TRACE__NODE_DATA:-berachain-mainnet-reth-archive-trace_node}:/root/.beacond/data - ./berachain/mainnet:/root/.beacond/config + - ./berachain/scripts/init.sh:/init.sh - .jwtsecret:/root/.beacond/config/jwt.hex:ro restart: unless-stopped volumes: @@ -116,4 +107,5 @@ x-upstreams: methods: disabled: enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/bsc/bsc/bsc-chapel-bsc-pruned-pebble-path.yml b/bsc/bsc/bsc-chapel-bsc-pruned-pebble-path.yml index 427e5606..215dcfe6 100644 --- a/bsc/bsc/bsc-chapel-bsc-pruned-pebble-path.yml +++ b/bsc/bsc/bsc-chapel-bsc-pruned-pebble-path.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,38 +27,30 @@ services: - 10759:10759/udp volumes: - ${BSC_CHAPEL_BSC_PRUNED_PEBBLE_PATH_DATA:-bsc-chapel-bsc-pruned-pebble-path}:/bsc/.ethereum - - /slowdisk:/slowdisk - - .//chapel:/config - + - /slowdisk:/slowdisk command: + - --config=/config/config.toml - --datadir=/bsc/.ethereum - - --port=10759 - - --nat=extip:${IP} + - --db.engine=pebble + - --gcmode=full - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,txpool,debug,admin,parlia - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,txpool,debug,admin,parlia - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,txpool,debug,admin,parlia - + - --nat=extip:${IP} + - --port=10759 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --db.engine=pebble - --state.scheme=path - --syncmode=snap - - --gcmode=full - - - --config=/config/config.toml - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,txpool,debug,admin,parlia + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -108,3 +101,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/bsc/bsc/bsc-mainnet-bsc-pruned-pebble-path.yml b/bsc/bsc/bsc-mainnet-bsc-pruned-pebble-path.yml index b372041d..ace4312a 100644 --- a/bsc/bsc/bsc-mainnet-bsc-pruned-pebble-path.yml +++ b/bsc/bsc/bsc-mainnet-bsc-pruned-pebble-path.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,38 +27,30 @@ services: - 10037:10037/udp volumes: - ${BSC_MAINNET_BSC_PRUNED_PEBBLE_PATH_DATA:-bsc-mainnet-bsc-pruned-pebble-path}:/bsc/.ethereum - - /slowdisk:/slowdisk - - .//mainnet:/config - + - /slowdisk:/slowdisk command: + - --config=/config/config.toml - --datadir=/bsc/.ethereum - - --port=10037 - - --nat=extip:${IP} + - --db.engine=pebble + - --gcmode=full - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,txpool,debug,admin,parlia - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,txpool,debug,admin,parlia - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,txpool,debug,admin,parlia - + - --nat=extip:${IP} + - --port=10037 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --db.engine=pebble - --state.scheme=path - --syncmode=snap - - --gcmode=full - - - --config=/config/config.toml - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,txpool,debug,admin,parlia + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -108,3 +101,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/celo/geth/celo-alfajores-geth-archive-leveldb-hash.yml b/celo/geth/celo-alfajores-geth-archive-leveldb-hash.yml index 44a8096e..2045b80d 100644 --- a/celo/geth/celo-alfajores-geth-archive-leveldb-hash.yml +++ b/celo/geth/celo-alfajores-geth-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -27,33 +28,27 @@ services: volumes: - ${CELO_ALFAJORES_GETH_ARCHIVE_LEVELDB_HASH_DATA:-celo-alfajores-geth-archive-leveldb-hash}:/root/.celo - /slowdisk:/slowdisk - command: - --datadir=/root/.celo - - --port=10386 - - --nat=extip:${IP} + - --db.engine=leveldb + - --gcmode=archive - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10386 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --db.engine=leveldb - --state.scheme=hash - --syncmode=full - - --gcmode=archive - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -102,3 +97,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/celo/geth/celo-mainnet-geth-archive-leveldb-hash.yml b/celo/geth/celo-mainnet-geth-archive-leveldb-hash.yml index 9ac41104..6071afcd 100644 --- a/celo/geth/celo-mainnet-geth-archive-leveldb-hash.yml +++ b/celo/geth/celo-mainnet-geth-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -27,33 +28,27 @@ services: volumes: - ${CELO_MAINNET_GETH_ARCHIVE_LEVELDB_HASH_DATA:-celo-mainnet-geth-archive-leveldb-hash}:/root/.celo - /slowdisk:/slowdisk - command: - --datadir=/root/.celo - - --port=10164 - - --nat=extip:${IP} + - --db.engine=leveldb + - --gcmode=archive - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10164 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --db.engine=leveldb - --state.scheme=hash - --syncmode=full - - --gcmode=archive - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -102,3 +97,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/core/core/core-buffalo-core-pruned-pebble-path.yml b/core/core/core-buffalo-core-pruned-pebble-path.yml index 4fd53dd6..56275ed4 100644 --- a/core/core/core-buffalo-core-pruned-pebble-path.yml +++ b/core/core/core-buffalo-core-pruned-pebble-path.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,33 +27,25 @@ services: - 10384:10384/udp volumes: - ${CORE_BUFFALO_CORE_PRUNED_PEBBLE_PATH_DATA:-core-buffalo-core-pruned-pebble-path}:/core/.ethereum - - /slowdisk:/slowdisk - - .//buffalo:/config - + - /slowdisk:/slowdisk command: + - --config=/config/config.toml - --datadir=/core/.ethereum - - --port=10384 - - --nat=extip:${IP} + - --db.engine= + - --gcmode=full - --http - - --http.port=8545 - - - --ws - - --ws.port=8545 - - --http.addr=0.0.0.0 - --http.api=eth,net,web3,txpool,debug,admin,satoshi - + - --http.port=8545 + - --nat=extip:${IP} + - --port=10384 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --db.engine= - --state.scheme= - --syncmode=snap - - --gcmode=full - - - --config=/config/config.toml - + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -83,4 +76,5 @@ x-upstreams: methods: disabled: enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/core/core/core-mainnet-core-archive-leveldb-hash.yml b/core/core/core-mainnet-core-archive-leveldb-hash.yml index 0a815f88..e1f4e8b3 100644 --- a/core/core/core-mainnet-core-archive-leveldb-hash.yml +++ b/core/core/core-mainnet-core-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,33 +27,25 @@ services: - 10169:10169/udp volumes: - ${CORE_MAINNET_CORE_ARCHIVE_LEVELDB_HASH_DATA:-core-mainnet-core-archive-leveldb-hash}:/core/.ethereum - - /slowdisk:/slowdisk - - .//mainnet:/config - + - /slowdisk:/slowdisk command: + - --config=/config/config.toml - --datadir=/core/.ethereum - - --port=10169 - - --nat=extip:${IP} + - --db.engine= + - --gcmode=archive - --http - - --http.port=8545 - - - --ws - - --ws.port=8545 - - --http.addr=0.0.0.0 - --http.api=eth,net,web3,txpool,debug,admin,satoshi - + - --http.port=8545 + - --nat=extip:${IP} + - --port=10169 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --db.engine= - --state.scheme= - --syncmode=full - - --gcmode=archive - - - --config=/config/config.toml - + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -83,4 +76,5 @@ x-upstreams: methods: disabled: enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/core/core/core-mainnet-core-pruned-leveldb-hash.yml b/core/core/core-mainnet-core-pruned-leveldb-hash.yml index f59e34cd..a740963a 100644 --- a/core/core/core-mainnet-core-pruned-leveldb-hash.yml +++ b/core/core/core-mainnet-core-pruned-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,33 +27,25 @@ services: - 10169:10169/udp volumes: - ${CORE_MAINNET_CORE_PRUNED_LEVELDB_HASH_DATA:-core-mainnet-core-pruned-leveldb-hash}:/core/.ethereum - - /slowdisk:/slowdisk - - .//mainnet:/config - + - /slowdisk:/slowdisk command: + - --config=/config/config.toml - --datadir=/core/.ethereum - - --port=10169 - - --nat=extip:${IP} + - --db.engine= + - --gcmode=full - --http - - --http.port=8545 - - - --ws - - --ws.port=8545 - - --http.addr=0.0.0.0 - --http.api=eth,net,web3,txpool,debug,admin,satoshi - + - --http.port=8545 + - --nat=extip:${IP} + - --port=10169 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --db.engine= - --state.scheme= - --syncmode=snap - - --gcmode=full - - - --config=/config/config.toml - + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -83,4 +76,5 @@ x-upstreams: methods: disabled: enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/core/core/core-pigeon-core-pruned-pebble-path.yml b/core/core/core-pigeon-core-pruned-pebble-path.yml index e6cab7e8..84accfd8 100644 --- a/core/core/core-pigeon-core-pruned-pebble-path.yml +++ b/core/core/core-pigeon-core-pruned-pebble-path.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,33 +27,25 @@ services: - 10478:10478/udp volumes: - ${CORE_PIGEON_CORE_PRUNED_PEBBLE_PATH_DATA:-core-pigeon-core-pruned-pebble-path}:/core/.ethereum - - /slowdisk:/slowdisk - - .//pigeon:/config - + - /slowdisk:/slowdisk command: + - --config=/config/config.toml - --datadir=/core/.ethereum - - --port=10478 - - --nat=extip:${IP} + - --db.engine= + - --gcmode=full - --http - - --http.port=8545 - - - --ws - - --ws.port=8545 - - --http.addr=0.0.0.0 - --http.api=eth,net,web3,txpool,debug,admin,satoshi - + - --http.port=8545 + - --nat=extip:${IP} + - --port=10478 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --db.engine= - --state.scheme= - --syncmode=snap - - --gcmode=full - - - --config=/config/config.toml - + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -83,4 +76,5 @@ x-upstreams: methods: disabled: enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/ethereum/erigon3/ethereum-holesky-erigon3-archive-trace.yml b/ethereum/erigon3/ethereum-holesky-erigon3-archive-trace.yml index 7aa316c7..6f4245ee 100644 --- a/ethereum/erigon3/ethereum-holesky-erigon3-archive-trace.yml +++ b/ethereum/erigon3/ethereum-holesky-erigon3-archive-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -25,53 +26,44 @@ services: ports: - 10947:10947 - 10947:10947/udp - - 30947:30947 - - 30947:30947/udp - - 35947:35947 - - 35947:35947/udp - 15947:15947 - 15947:15947/udp - 25947:25947 - 25947:25947/udp + - 30947:30947 + - 30947:30947/udp + - 35947:35947 + - 35947:35947/udp volumes: - ${ETHEREUM_HOLESKY_ERIGON3_ARCHIVE_TRACE_DATA:-ethereum-holesky-erigon3-archive-trace}:/root/.local/share/erigon - /slowdisk:/slowdisk - entrypoint: [erigon] command: - - --datadir=/root/.local/share/erigon - - --port=10947 - - --nat=extip:${IP} - - --http - - --http.port=8545 - - --http.vhosts=* - - --maxpeers=50 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin - - - --rpc.returndata.limit=1100000 - - --rpc.gascap=6000000000 - - - --beacon.api.port=5555 - --beacon.api.addr=0.0.0.0 - --beacon.api.cors.allow-origins=* + - --beacon.api.port=5555 + - --beacon.api=beacon,builder,debug,lighthouse,node,validator,config - --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= - + - --chain=holesky + - --datadir=/root/.local/share/erigon + - --http + - --http.addr=0.0.0.0 + - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin + - --http.port=8545 + - --http.vhosts=* + - --maxpeers=50 + - --nat=extip:${IP} - --p2p.allowed-ports=30947 - --p2p.allowed-ports=35947 - - --chain=holesky - + - --port=10947 + - --prune.mode= + - --rpc.gascap=6000000000 + - --rpc.returndata.limit=1100000 - --torrent.port=25947 - + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -133,3 +125,5 @@ x-upstreams: - name: erigon_getBlockByTimestamp - name: erigon_BlockNumber - name: erigon_getLatestLogs + +... \ No newline at end of file diff --git a/ethereum/erigon3/ethereum-holesky-erigon3-minimal-trace.yml b/ethereum/erigon3/ethereum-holesky-erigon3-minimal-trace.yml index 39add3ac..ec81ec53 100644 --- a/ethereum/erigon3/ethereum-holesky-erigon3-minimal-trace.yml +++ b/ethereum/erigon3/ethereum-holesky-erigon3-minimal-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -25,53 +26,44 @@ services: ports: - 10947:10947 - 10947:10947/udp - - 30947:30947 - - 30947:30947/udp - - 35947:35947 - - 35947:35947/udp - 15947:15947 - 15947:15947/udp - 25947:25947 - 25947:25947/udp + - 30947:30947 + - 30947:30947/udp + - 35947:35947 + - 35947:35947/udp volumes: - ${ETHEREUM_HOLESKY_ERIGON3_MINIMAL_TRACE_DATA:-ethereum-holesky-erigon3-minimal-trace}:/root/.local/share/erigon - /slowdisk:/slowdisk - entrypoint: [erigon] command: - - --datadir=/root/.local/share/erigon - - --port=10947 - - --nat=extip:${IP} - - --http - - --http.port=8545 - - --http.vhosts=* - - --maxpeers=50 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin - - - --rpc.returndata.limit=1100000 - - --rpc.gascap=6000000000 - - - --beacon.api.port=5555 - --beacon.api.addr=0.0.0.0 - --beacon.api.cors.allow-origins=* + - --beacon.api.port=5555 + - --beacon.api=beacon,builder,debug,lighthouse,node,validator,config - --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= - + - --chain=holesky + - --datadir=/root/.local/share/erigon + - --http + - --http.addr=0.0.0.0 + - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin + - --http.port=8545 + - --http.vhosts=* + - --maxpeers=50 + - --nat=extip:${IP} - --p2p.allowed-ports=30947 - --p2p.allowed-ports=35947 - - --chain=holesky - + - --port=10947 + - --prune.mode= + - --rpc.gascap=6000000000 + - --rpc.returndata.limit=1100000 - --torrent.port=25947 - + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -133,3 +125,5 @@ x-upstreams: - name: erigon_getBlockByTimestamp - name: erigon_BlockNumber - name: erigon_getLatestLogs + +... \ No newline at end of file diff --git a/ethereum/erigon3/ethereum-holesky-erigon3-pruned-trace.yml b/ethereum/erigon3/ethereum-holesky-erigon3-pruned-trace.yml index cb1c9c8d..a287f2ff 100644 --- a/ethereum/erigon3/ethereum-holesky-erigon3-pruned-trace.yml +++ b/ethereum/erigon3/ethereum-holesky-erigon3-pruned-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -25,53 +26,44 @@ services: ports: - 10947:10947 - 10947:10947/udp - - 30947:30947 - - 30947:30947/udp - - 35947:35947 - - 35947:35947/udp - 15947:15947 - 15947:15947/udp - 25947:25947 - 25947:25947/udp + - 30947:30947 + - 30947:30947/udp + - 35947:35947 + - 35947:35947/udp volumes: - ${ETHEREUM_HOLESKY_ERIGON3_PRUNED_TRACE_DATA:-ethereum-holesky-erigon3-pruned-trace}:/root/.local/share/erigon - /slowdisk:/slowdisk - entrypoint: [erigon] command: - - --datadir=/root/.local/share/erigon - - --port=10947 - - --nat=extip:${IP} - - --http - - --http.port=8545 - - --http.vhosts=* - - --maxpeers=50 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin - - - --rpc.returndata.limit=1100000 - - --rpc.gascap=6000000000 - - - --beacon.api.port=5555 - --beacon.api.addr=0.0.0.0 - --beacon.api.cors.allow-origins=* + - --beacon.api.port=5555 + - --beacon.api=beacon,builder,debug,lighthouse,node,validator,config - --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= - + - --chain=holesky + - --datadir=/root/.local/share/erigon + - --http + - --http.addr=0.0.0.0 + - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin + - --http.port=8545 + - --http.vhosts=* + - --maxpeers=50 + - --nat=extip:${IP} - --p2p.allowed-ports=30947 - --p2p.allowed-ports=35947 - - --chain=holesky - + - --port=10947 + - --prune.mode= + - --rpc.gascap=6000000000 + - --rpc.returndata.limit=1100000 - --torrent.port=25947 - + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -133,3 +125,5 @@ x-upstreams: - name: erigon_getBlockByTimestamp - name: erigon_BlockNumber - name: erigon_getLatestLogs + +... \ No newline at end of file diff --git a/ethereum/erigon3/ethereum-mainnet-erigon3-archive-trace.yml b/ethereum/erigon3/ethereum-mainnet-erigon3-archive-trace.yml index be9ff46e..cf9eff35 100644 --- a/ethereum/erigon3/ethereum-mainnet-erigon3-archive-trace.yml +++ b/ethereum/erigon3/ethereum-mainnet-erigon3-archive-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -25,53 +26,44 @@ services: ports: - 10675:10675 - 10675:10675/udp - - 30675:30675 - - 30675:30675/udp - - 35675:35675 - - 35675:35675/udp - 15675:15675 - 15675:15675/udp - 25675:25675 - 25675:25675/udp + - 30675:30675 + - 30675:30675/udp + - 35675:35675 + - 35675:35675/udp volumes: - ${ETHEREUM_MAINNET_ERIGON3_ARCHIVE_TRACE_DATA:-ethereum-mainnet-erigon3-archive-trace}:/root/.local/share/erigon - /slowdisk:/slowdisk - entrypoint: [erigon] command: - - --datadir=/root/.local/share/erigon - - --port=10675 - - --nat=extip:${IP} - - --http - - --http.port=8545 - - --http.vhosts=* - - --maxpeers=50 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin - - - --rpc.returndata.limit=1100000 - - --rpc.gascap=6000000000 - - - --beacon.api.port=5555 - --beacon.api.addr=0.0.0.0 - --beacon.api.cors.allow-origins=* + - --beacon.api.port=5555 + - --beacon.api=beacon,builder,debug,lighthouse,node,validator,config - --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= - + - --chain=mainnet + - --datadir=/root/.local/share/erigon + - --http + - --http.addr=0.0.0.0 + - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin + - --http.port=8545 + - --http.vhosts=* + - --maxpeers=50 + - --nat=extip:${IP} - --p2p.allowed-ports=30675 - --p2p.allowed-ports=35675 - - --chain=mainnet - + - --port=10675 + - --prune.mode= + - --rpc.gascap=6000000000 + - --rpc.returndata.limit=1100000 - --torrent.port=25675 - + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -133,3 +125,5 @@ x-upstreams: - name: erigon_getBlockByTimestamp - name: erigon_BlockNumber - name: erigon_getLatestLogs + +... \ No newline at end of file diff --git a/ethereum/erigon3/ethereum-mainnet-erigon3-minimal-trace.yml b/ethereum/erigon3/ethereum-mainnet-erigon3-minimal-trace.yml index afefcd6f..ff9050e3 100644 --- a/ethereum/erigon3/ethereum-mainnet-erigon3-minimal-trace.yml +++ b/ethereum/erigon3/ethereum-mainnet-erigon3-minimal-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -25,53 +26,44 @@ services: ports: - 10675:10675 - 10675:10675/udp - - 30675:30675 - - 30675:30675/udp - - 35675:35675 - - 35675:35675/udp - 15675:15675 - 15675:15675/udp - 25675:25675 - 25675:25675/udp + - 30675:30675 + - 30675:30675/udp + - 35675:35675 + - 35675:35675/udp volumes: - ${ETHEREUM_MAINNET_ERIGON3_MINIMAL_TRACE_DATA:-ethereum-mainnet-erigon3-minimal-trace}:/root/.local/share/erigon - /slowdisk:/slowdisk - entrypoint: [erigon] command: - - --datadir=/root/.local/share/erigon - - --port=10675 - - --nat=extip:${IP} - - --http - - --http.port=8545 - - --http.vhosts=* - - --maxpeers=50 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin - - - --rpc.returndata.limit=1100000 - - --rpc.gascap=6000000000 - - - --beacon.api.port=5555 - --beacon.api.addr=0.0.0.0 - --beacon.api.cors.allow-origins=* + - --beacon.api.port=5555 + - --beacon.api=beacon,builder,debug,lighthouse,node,validator,config - --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= - + - --chain=mainnet + - --datadir=/root/.local/share/erigon + - --http + - --http.addr=0.0.0.0 + - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin + - --http.port=8545 + - --http.vhosts=* + - --maxpeers=50 + - --nat=extip:${IP} - --p2p.allowed-ports=30675 - --p2p.allowed-ports=35675 - - --chain=mainnet - + - --port=10675 + - --prune.mode= + - --rpc.gascap=6000000000 + - --rpc.returndata.limit=1100000 - --torrent.port=25675 - + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -133,3 +125,5 @@ x-upstreams: - name: erigon_getBlockByTimestamp - name: erigon_BlockNumber - name: erigon_getLatestLogs + +... \ No newline at end of file diff --git a/ethereum/erigon3/ethereum-mainnet-erigon3-pruned-trace.yml b/ethereum/erigon3/ethereum-mainnet-erigon3-pruned-trace.yml index 3339dfb9..831e5d5a 100644 --- a/ethereum/erigon3/ethereum-mainnet-erigon3-pruned-trace.yml +++ b/ethereum/erigon3/ethereum-mainnet-erigon3-pruned-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -25,53 +26,44 @@ services: ports: - 10675:10675 - 10675:10675/udp - - 30675:30675 - - 30675:30675/udp - - 35675:35675 - - 35675:35675/udp - 15675:15675 - 15675:15675/udp - 25675:25675 - 25675:25675/udp + - 30675:30675 + - 30675:30675/udp + - 35675:35675 + - 35675:35675/udp volumes: - ${ETHEREUM_MAINNET_ERIGON3_PRUNED_TRACE_DATA:-ethereum-mainnet-erigon3-pruned-trace}:/root/.local/share/erigon - /slowdisk:/slowdisk - entrypoint: [erigon] command: - - --datadir=/root/.local/share/erigon - - --port=10675 - - --nat=extip:${IP} - - --http - - --http.port=8545 - - --http.vhosts=* - - --maxpeers=50 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin - - - --rpc.returndata.limit=1100000 - - --rpc.gascap=6000000000 - - - --beacon.api.port=5555 - --beacon.api.addr=0.0.0.0 - --beacon.api.cors.allow-origins=* + - --beacon.api.port=5555 + - --beacon.api=beacon,builder,debug,lighthouse,node,validator,config - --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= - + - --chain=mainnet + - --datadir=/root/.local/share/erigon + - --http + - --http.addr=0.0.0.0 + - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin + - --http.port=8545 + - --http.vhosts=* + - --maxpeers=50 + - --nat=extip:${IP} - --p2p.allowed-ports=30675 - --p2p.allowed-ports=35675 - - --chain=mainnet - + - --port=10675 + - --prune.mode= + - --rpc.gascap=6000000000 + - --rpc.returndata.limit=1100000 - --torrent.port=25675 - + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -133,3 +125,5 @@ x-upstreams: - name: erigon_getBlockByTimestamp - name: erigon_BlockNumber - name: erigon_getLatestLogs + +... \ No newline at end of file diff --git a/ethereum/erigon3/ethereum-sepolia-erigon3-archive-trace.yml b/ethereum/erigon3/ethereum-sepolia-erigon3-archive-trace.yml index 93a6e66d..c7a97b84 100644 --- a/ethereum/erigon3/ethereum-sepolia-erigon3-archive-trace.yml +++ b/ethereum/erigon3/ethereum-sepolia-erigon3-archive-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -25,53 +26,44 @@ services: ports: - 10317:10317 - 10317:10317/udp - - 30317:30317 - - 30317:30317/udp - - 35317:35317 - - 35317:35317/udp - 15317:15317 - 15317:15317/udp - 25317:25317 - 25317:25317/udp + - 30317:30317 + - 30317:30317/udp + - 35317:35317 + - 35317:35317/udp volumes: - ${ETHEREUM_SEPOLIA_ERIGON3_ARCHIVE_TRACE_DATA:-ethereum-sepolia-erigon3-archive-trace}:/root/.local/share/erigon - /slowdisk:/slowdisk - entrypoint: [erigon] command: - - --datadir=/root/.local/share/erigon - - --port=10317 - - --nat=extip:${IP} - - --http - - --http.port=8545 - - --http.vhosts=* - - --maxpeers=50 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin - - - --rpc.returndata.limit=1100000 - - --rpc.gascap=6000000000 - - - --beacon.api.port=5555 - --beacon.api.addr=0.0.0.0 - --beacon.api.cors.allow-origins=* + - --beacon.api.port=5555 + - --beacon.api=beacon,builder,debug,lighthouse,node,validator,config - --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= - + - --chain=sepolia + - --datadir=/root/.local/share/erigon + - --http + - --http.addr=0.0.0.0 + - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin + - --http.port=8545 + - --http.vhosts=* + - --maxpeers=50 + - --nat=extip:${IP} - --p2p.allowed-ports=30317 - --p2p.allowed-ports=35317 - - --chain=sepolia - + - --port=10317 + - --prune.mode= + - --rpc.gascap=6000000000 + - --rpc.returndata.limit=1100000 - --torrent.port=25317 - + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -133,3 +125,5 @@ x-upstreams: - name: erigon_getBlockByTimestamp - name: erigon_BlockNumber - name: erigon_getLatestLogs + +... \ No newline at end of file diff --git a/ethereum/erigon3/ethereum-sepolia-erigon3-minimal-trace.yml b/ethereum/erigon3/ethereum-sepolia-erigon3-minimal-trace.yml index f30eb2dd..d57ab8bd 100644 --- a/ethereum/erigon3/ethereum-sepolia-erigon3-minimal-trace.yml +++ b/ethereum/erigon3/ethereum-sepolia-erigon3-minimal-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -25,53 +26,44 @@ services: ports: - 10317:10317 - 10317:10317/udp - - 30317:30317 - - 30317:30317/udp - - 35317:35317 - - 35317:35317/udp - 15317:15317 - 15317:15317/udp - 25317:25317 - 25317:25317/udp + - 30317:30317 + - 30317:30317/udp + - 35317:35317 + - 35317:35317/udp volumes: - ${ETHEREUM_SEPOLIA_ERIGON3_MINIMAL_TRACE_DATA:-ethereum-sepolia-erigon3-minimal-trace}:/root/.local/share/erigon - /slowdisk:/slowdisk - entrypoint: [erigon] command: - - --datadir=/root/.local/share/erigon - - --port=10317 - - --nat=extip:${IP} - - --http - - --http.port=8545 - - --http.vhosts=* - - --maxpeers=50 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin - - - --rpc.returndata.limit=1100000 - - --rpc.gascap=6000000000 - - - --beacon.api.port=5555 - --beacon.api.addr=0.0.0.0 - --beacon.api.cors.allow-origins=* + - --beacon.api.port=5555 + - --beacon.api=beacon,builder,debug,lighthouse,node,validator,config - --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= - + - --chain=sepolia + - --datadir=/root/.local/share/erigon + - --http + - --http.addr=0.0.0.0 + - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin + - --http.port=8545 + - --http.vhosts=* + - --maxpeers=50 + - --nat=extip:${IP} - --p2p.allowed-ports=30317 - --p2p.allowed-ports=35317 - - --chain=sepolia - + - --port=10317 + - --prune.mode= + - --rpc.gascap=6000000000 + - --rpc.returndata.limit=1100000 - --torrent.port=25317 - + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -133,3 +125,5 @@ x-upstreams: - name: erigon_getBlockByTimestamp - name: erigon_BlockNumber - name: erigon_getLatestLogs + +... \ No newline at end of file diff --git a/ethereum/erigon3/ethereum-sepolia-erigon3-pruned-trace.yml b/ethereum/erigon3/ethereum-sepolia-erigon3-pruned-trace.yml index c7fc916b..0a52cb76 100644 --- a/ethereum/erigon3/ethereum-sepolia-erigon3-pruned-trace.yml +++ b/ethereum/erigon3/ethereum-sepolia-erigon3-pruned-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -25,53 +26,44 @@ services: ports: - 10317:10317 - 10317:10317/udp - - 30317:30317 - - 30317:30317/udp - - 35317:35317 - - 35317:35317/udp - 15317:15317 - 15317:15317/udp - 25317:25317 - 25317:25317/udp + - 30317:30317 + - 30317:30317/udp + - 35317:35317 + - 35317:35317/udp volumes: - ${ETHEREUM_SEPOLIA_ERIGON3_PRUNED_TRACE_DATA:-ethereum-sepolia-erigon3-pruned-trace}:/root/.local/share/erigon - /slowdisk:/slowdisk - entrypoint: [erigon] command: - - --datadir=/root/.local/share/erigon - - --port=10317 - - --nat=extip:${IP} - - --http - - --http.port=8545 - - --http.vhosts=* - - --maxpeers=50 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin - - - --rpc.returndata.limit=1100000 - - --rpc.gascap=6000000000 - - - --beacon.api.port=5555 - --beacon.api.addr=0.0.0.0 - --beacon.api.cors.allow-origins=* + - --beacon.api.port=5555 + - --beacon.api=beacon,builder,debug,lighthouse,node,validator,config - --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= - + - --chain=sepolia + - --datadir=/root/.local/share/erigon + - --http + - --http.addr=0.0.0.0 + - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin + - --http.port=8545 + - --http.vhosts=* + - --maxpeers=50 + - --nat=extip:${IP} - --p2p.allowed-ports=30317 - --p2p.allowed-ports=35317 - - --chain=sepolia - + - --port=10317 + - --prune.mode= + - --rpc.gascap=6000000000 + - --rpc.returndata.limit=1100000 - --torrent.port=25317 - + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -133,3 +125,5 @@ x-upstreams: - name: erigon_getBlockByTimestamp - name: erigon_BlockNumber - name: erigon_getLatestLogs + +... \ No newline at end of file diff --git a/ethereum/geth/ethereum-holesky-geth-pruned-pebble-path.yml b/ethereum/geth/ethereum-holesky-geth-pruned-pebble-path.yml index a0446e9d..311f316e 100644 --- a/ethereum/geth/ethereum-holesky-geth-pruned-pebble-path.yml +++ b/ethereum/geth/ethereum-holesky-geth-pruned-pebble-path.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,43 +27,33 @@ services: - 10993:10993/udp volumes: - ${ETHEREUM_HOLESKY_GETH_PRUNED_PEBBLE_PATH_DATA:-ethereum-holesky-geth-pruned-pebble-path}:/root/.ethereum - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/root/.ethereum - - --port=10993 - - --nat=extip:${IP} + - --db.engine=pebble + - --gcmode=full + - --holesky - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10993 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=pebble - --state.scheme=path - --syncmode=snap - - --gcmode=full - - - --holesky - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -83,28 +74,25 @@ services: - 15993:15993 - 15993:15993/udp command: - - --holesky + - --accept-terms-of-use + - --beacon-db-pruning + - --checkpoint-sync-url=https://holesky.beaconstate.info - --datadir=/data - - --jwt-secret=/jwtsecret - - --rpc-host=0.0.0.0 + - --enable-historical-state-representation=false + - --execution-endpoint=http://ethereum-holesky:8551 - --grpc-gateway-host=0.0.0.0 + - --holesky + - --jwt-secret=/jwtsecret - --monitoring-host=0.0.0.0 - --p2p-tcp-port=15993 - --p2p-udp-port=15993 - - --checkpoint-sync-url=https://holesky.beaconstate.info - - --execution-endpoint=http://ethereum-holesky:8551 - - --enable-historical-state-representation=false - - --beacon-db-pruning - - --accept-terms-of-use - + - --rpc-host=0.0.0.0 networks: - chains volumes: - - .jwtsecret:/jwtsecret:ro - - ${ETHEREUM_HOLESKY_GETH_PRUNED_PEBBLE_PATH__PRYSM_DATA:-ethereum-holesky-geth-pruned-pebble-path_prysm}:/data - + - .jwtsecret:/jwtsecret:ro restart: unless-stopped volumes: ethereum-holesky-geth-pruned-pebble-path: @@ -143,3 +131,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path.yml b/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path.yml index 8f560b2b..13eeb9b0 100644 --- a/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path.yml +++ b/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,43 +27,33 @@ services: - 10023:10023/udp volumes: - ${ETHEREUM_MAINNET_GETH_PRUNED_PEBBLE_PATH_DATA:-ethereum-mainnet-geth-pruned-pebble-path}:/root/.ethereum - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/root/.ethereum - - --port=10023 - - --nat=extip:${IP} + - --db.engine=pebble + - --gcmode=full - --http - - --http.port=8545 - - --http.vhosts=* - - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - --http.addr=0.0.0.0 - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --http.port=8545 + - --http.vhosts=* + - --mainnet + - --maxpeers=50 + - --nat=extip:${IP} + - --port=10023 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=pebble - --state.scheme=path - --syncmode=snap - - --gcmode=full - - - --mainnet - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -83,28 +74,25 @@ services: - 15023:15023 - 15023:15023/udp command: - - --mainnet + - --accept-terms-of-use + - --beacon-db-pruning + - --checkpoint-sync-url= - --datadir=/data - - --jwt-secret=/jwtsecret - - --rpc-host=0.0.0.0 + - --enable-historical-state-representation=false + - --execution-endpoint=http://ethereum-mainnet:8551 - --grpc-gateway-host=0.0.0.0 + - --jwt-secret=/jwtsecret + - --mainnet - --monitoring-host=0.0.0.0 - --p2p-tcp-port=15023 - --p2p-udp-port=15023 - - --checkpoint-sync-url= - - --execution-endpoint=http://ethereum-mainnet:8551 - - --enable-historical-state-representation=false - - --beacon-db-pruning - - --accept-terms-of-use - + - --rpc-host=0.0.0.0 networks: - chains volumes: - - .jwtsecret:/jwtsecret:ro - - ${ETHEREUM_MAINNET_GETH_PRUNED_PEBBLE_PATH__PRYSM_DATA:-ethereum-mainnet-geth-pruned-pebble-path_prysm}:/data - + - .jwtsecret:/jwtsecret:ro restart: unless-stopped volumes: ethereum-mainnet-geth-pruned-pebble-path: @@ -143,3 +131,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/ethereum/geth/ethereum-sepolia-geth-pruned-pebble-path.yml b/ethereum/geth/ethereum-sepolia-geth-pruned-pebble-path.yml index 70664cd4..29dde47f 100644 --- a/ethereum/geth/ethereum-sepolia-geth-pruned-pebble-path.yml +++ b/ethereum/geth/ethereum-sepolia-geth-pruned-pebble-path.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,43 +27,33 @@ services: - 10710:10710/udp volumes: - ${ETHEREUM_SEPOLIA_GETH_PRUNED_PEBBLE_PATH_DATA:-ethereum-sepolia-geth-pruned-pebble-path}:/root/.ethereum - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/root/.ethereum - - --port=10710 - - --nat=extip:${IP} + - --db.engine=pebble + - --gcmode=full - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10710 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=pebble + - --sepolia - --state.scheme=path - --syncmode=snap - - --gcmode=full - - - --sepolia - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -83,28 +74,25 @@ services: - 15710:15710 - 15710:15710/udp command: - - --sepolia + - --accept-terms-of-use + - --beacon-db-pruning + - --checkpoint-sync-url=https://sepolia.beaconstate.info - --datadir=/data - - --jwt-secret=/jwtsecret - - --rpc-host=0.0.0.0 + - --enable-historical-state-representation=false + - --execution-endpoint=http://ethereum-sepolia:8551 - --grpc-gateway-host=0.0.0.0 + - --jwt-secret=/jwtsecret - --monitoring-host=0.0.0.0 - --p2p-tcp-port=15710 - --p2p-udp-port=15710 - - --checkpoint-sync-url=https://sepolia.beaconstate.info - - --execution-endpoint=http://ethereum-sepolia:8551 - - --enable-historical-state-representation=false - - --beacon-db-pruning - - --accept-terms-of-use - + - --rpc-host=0.0.0.0 + - --sepolia networks: - chains volumes: - - .jwtsecret:/jwtsecret:ro - - ${ETHEREUM_SEPOLIA_GETH_PRUNED_PEBBLE_PATH__PRYSM_DATA:-ethereum-sepolia-geth-pruned-pebble-path_prysm}:/data - + - .jwtsecret:/jwtsecret:ro restart: unless-stopped volumes: ethereum-sepolia-geth-pruned-pebble-path: @@ -143,3 +131,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/ethereum/reth/ethereum-holesky-reth-archive-trace.yml b/ethereum/reth/ethereum-holesky-reth-archive-trace.yml index bc5186ce..6590cd96 100644 --- a/ethereum/reth/ethereum-holesky-reth-archive-trace.yml +++ b/ethereum/reth/ethereum-holesky-reth-archive-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -27,40 +28,30 @@ services: - 10752:10752/udp volumes: - ${ETHEREUM_HOLESKY_RETH_ARCHIVE_TRACE_DATA:-ethereum-holesky-reth-archive-trace}:/root/.local/share/reth - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk entrypoint: [reth, node] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --chain=holesky - --datadir=/root/.local/share/reth - - --port=10752 - - --nat=extip:${IP} - --http - - --http.port=8545 - - - --http.corsdomain=* - - --max-outbound-peers=50 - - --max-inbound-peers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev - - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev - - - --rpc.max-logs-per-response=1100000 + - --http.corsdomain=* + - --http.port=8545 + - --max-inbound-peers=50 + - --max-outbound-peers=50 + - --nat=extip:${IP} + - --port=10752 - --rpc.gascap=600000000 - - - --authrpc.addr=0.0.0.0 - - - --authrpc.jwtsecret=/jwtsecret - - - --chain=holesky - + - --rpc.max-logs-per-response=1100000 + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -81,28 +72,25 @@ services: - 15752:15752 - 15752:15752/udp command: - - --holesky + - --accept-terms-of-use + - --beacon-db-pruning + - --checkpoint-sync-url=https://holesky.beaconstate.info - --datadir=/data - - --jwt-secret=/jwtsecret - - --rpc-host=0.0.0.0 + - --enable-historical-state-representation=false + - --execution-endpoint=http://ethereum-holesky-archive:8551 - --grpc-gateway-host=0.0.0.0 + - --holesky + - --jwt-secret=/jwtsecret - --monitoring-host=0.0.0.0 - --p2p-tcp-port=15752 - --p2p-udp-port=15752 - - --checkpoint-sync-url=https://holesky.beaconstate.info - - --execution-endpoint=http://ethereum-holesky-archive:8551 - - --enable-historical-state-representation=false - - --beacon-db-pruning - - --accept-terms-of-use - + - --rpc-host=0.0.0.0 networks: - chains volumes: - - .jwtsecret:/jwtsecret:ro - - ${ETHEREUM_HOLESKY_RETH_ARCHIVE_TRACE__PRYSM_DATA:-ethereum-holesky-reth-archive-trace_prysm}:/data - + - .jwtsecret:/jwtsecret:ro restart: unless-stopped volumes: ethereum-holesky-reth-archive-trace: @@ -121,4 +109,5 @@ x-upstreams: methods: disabled: enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/ethereum/reth/ethereum-mainnet-reth-archive-trace.yml b/ethereum/reth/ethereum-mainnet-reth-archive-trace.yml index 4e840ef7..7fdec813 100644 --- a/ethereum/reth/ethereum-mainnet-reth-archive-trace.yml +++ b/ethereum/reth/ethereum-mainnet-reth-archive-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -27,40 +28,30 @@ services: - 10563:10563/udp volumes: - ${ETHEREUM_MAINNET_RETH_ARCHIVE_TRACE_DATA:-ethereum-mainnet-reth-archive-trace}:/root/.local/share/reth - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk entrypoint: [reth, node] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --chain=mainnet - --datadir=/root/.local/share/reth - - --port=10563 - - --nat=extip:${IP} - --http - - --http.port=8545 - - - --http.corsdomain=* - - --max-outbound-peers=50 - - --max-inbound-peers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev - - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev - - - --rpc.max-logs-per-response=1100000 + - --http.corsdomain=* + - --http.port=8545 + - --max-inbound-peers=50 + - --max-outbound-peers=50 + - --nat=extip:${IP} + - --port=10563 - --rpc.gascap=600000000 - - - --authrpc.addr=0.0.0.0 - - - --authrpc.jwtsecret=/jwtsecret - - - --chain=mainnet - + - --rpc.max-logs-per-response=1100000 + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -81,28 +72,25 @@ services: - 15563:15563 - 15563:15563/udp command: - - --mainnet + - --accept-terms-of-use + - --beacon-db-pruning + - --checkpoint-sync-url= - --datadir=/data - - --jwt-secret=/jwtsecret - - --rpc-host=0.0.0.0 + - --enable-historical-state-representation=false + - --execution-endpoint=http://ethereum-mainnet-archive:8551 - --grpc-gateway-host=0.0.0.0 + - --jwt-secret=/jwtsecret + - --mainnet - --monitoring-host=0.0.0.0 - --p2p-tcp-port=15563 - --p2p-udp-port=15563 - - --checkpoint-sync-url= - - --execution-endpoint=http://ethereum-mainnet-archive:8551 - - --enable-historical-state-representation=false - - --beacon-db-pruning - - --accept-terms-of-use - + - --rpc-host=0.0.0.0 networks: - chains volumes: - - .jwtsecret:/jwtsecret:ro - - ${ETHEREUM_MAINNET_RETH_ARCHIVE_TRACE__PRYSM_DATA:-ethereum-mainnet-reth-archive-trace_prysm}:/data - + - .jwtsecret:/jwtsecret:ro restart: unless-stopped volumes: ethereum-mainnet-reth-archive-trace: @@ -121,4 +109,5 @@ x-upstreams: methods: disabled: enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/ethereum/reth/ethereum-sepolia-reth-archive-trace.yml b/ethereum/reth/ethereum-sepolia-reth-archive-trace.yml index 551243d8..883c3d6a 100644 --- a/ethereum/reth/ethereum-sepolia-reth-archive-trace.yml +++ b/ethereum/reth/ethereum-sepolia-reth-archive-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -27,40 +28,30 @@ services: - 10330:10330/udp volumes: - ${ETHEREUM_SEPOLIA_RETH_ARCHIVE_TRACE_DATA:-ethereum-sepolia-reth-archive-trace}:/root/.local/share/reth - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk entrypoint: [reth, node] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --chain=sepolia - --datadir=/root/.local/share/reth - - --port=10330 - - --nat=extip:${IP} - --http - - --http.port=8545 - - - --http.corsdomain=* - - --max-outbound-peers=50 - - --max-inbound-peers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev - - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev - - - --rpc.max-logs-per-response=1100000 + - --http.corsdomain=* + - --http.port=8545 + - --max-inbound-peers=50 + - --max-outbound-peers=50 + - --nat=extip:${IP} + - --port=10330 - --rpc.gascap=600000000 - - - --authrpc.addr=0.0.0.0 - - - --authrpc.jwtsecret=/jwtsecret - - - --chain=sepolia - + - --rpc.max-logs-per-response=1100000 + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -81,28 +72,25 @@ services: - 15330:15330 - 15330:15330/udp command: - - --sepolia + - --accept-terms-of-use + - --beacon-db-pruning + - --checkpoint-sync-url=https://sepolia.beaconstate.info - --datadir=/data - - --jwt-secret=/jwtsecret - - --rpc-host=0.0.0.0 + - --enable-historical-state-representation=false + - --execution-endpoint=http://ethereum-sepolia-archive:8551 - --grpc-gateway-host=0.0.0.0 + - --jwt-secret=/jwtsecret - --monitoring-host=0.0.0.0 - --p2p-tcp-port=15330 - --p2p-udp-port=15330 - - --checkpoint-sync-url=https://sepolia.beaconstate.info - - --execution-endpoint=http://ethereum-sepolia-archive:8551 - - --enable-historical-state-representation=false - - --beacon-db-pruning - - --accept-terms-of-use - + - --rpc-host=0.0.0.0 + - --sepolia networks: - chains volumes: - - .jwtsecret:/jwtsecret:ro - - ${ETHEREUM_SEPOLIA_RETH_ARCHIVE_TRACE__PRYSM_DATA:-ethereum-sepolia-reth-archive-trace_prysm}:/data - + - .jwtsecret:/jwtsecret:ro restart: unless-stopped volumes: ethereum-sepolia-reth-archive-trace: @@ -121,4 +109,5 @@ x-upstreams: methods: disabled: enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/fantom/opera/fantom-mainnet-opera-archive-trace.yml b/fantom/opera/fantom-mainnet-opera-archive-trace.yml index 36b64d79..11ddd418 100644 --- a/fantom/opera/fantom-mainnet-opera-archive-trace.yml +++ b/fantom/opera/fantom-mainnet-opera-archive-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -32,31 +33,25 @@ services: volumes: - ${FANTOM_MAINNET_OPERA_ARCHIVE_TRACE_DATA:-fantom-mainnet-opera-archive-trace}:/datadir - /slowdisk:/slowdisk - environment: - GENESIS=https://download.fantom.network/opera/mainnet/mainnet-5577-full-mpt.g command: + - --cache=${FANTOM_MAINNET_OPERA_ARCHIVE_TRACE_CACHE_MB:-16000} - --datadir=/datadir - - --port=10897 - - --nat=extip:${IP} - - --http - - --http.port=8545 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=admin,debug,web3,eth,dag,txpool,personal,abft,net,trace,ftm,sfc - - - --rpc.gascap=600000000 - - --rpc.txfeecap=0 - - --db.migration.mode reformat - --db.preset pbl-1 + - --http + - --http.addr=0.0.0.0 + - --http.api=admin,debug,web3,eth,dag,txpool,personal,abft,net,trace,ftm,sfc + - --http.port=8545 + - --nat=extip:${IP} + - --port=10897 + - --rpc.gascap=600000000 + - --rpc.txfeecap=0 - --syncmode full - - --cache=${FANTOM_MAINNET_OPERA_ARCHIVE_TRACE_CACHE_MB:-16000} - --tracenode - + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -87,4 +82,5 @@ x-upstreams: methods: disabled: enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/fantom/opera/fantom-mainnet-opera-archive.yml b/fantom/opera/fantom-mainnet-opera-archive.yml index bc30819f..10f19301 100644 --- a/fantom/opera/fantom-mainnet-opera-archive.yml +++ b/fantom/opera/fantom-mainnet-opera-archive.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -32,30 +33,24 @@ services: volumes: - ${FANTOM_MAINNET_OPERA_ARCHIVE_DATA:-fantom-mainnet-opera-archive}:/datadir - /slowdisk:/slowdisk - environment: - GENESIS=https://download.fantom.network/opera/mainnet/mainnet-5577-full-mpt.g command: + - --cache=${FANTOM_MAINNET_OPERA_ARCHIVE_CACHE_MB:-16000} - --datadir=/datadir - - --port=10897 - - --nat=extip:${IP} - - --http - - --http.port=8545 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=admin,debug,web3,eth,dag,txpool,personal,abft,net,trace,ftm,sfc - - - --rpc.gascap=600000000 - - --rpc.txfeecap=0 - - --db.migration.mode reformat - --db.preset pbl-1 + - --http + - --http.addr=0.0.0.0 + - --http.api=admin,debug,web3,eth,dag,txpool,personal,abft,net,trace,ftm,sfc + - --http.port=8545 + - --nat=extip:${IP} + - --port=10897 + - --rpc.gascap=600000000 + - --rpc.txfeecap=0 - --syncmode full - - --cache=${FANTOM_MAINNET_OPERA_ARCHIVE_CACHE_MB:-16000} - + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -86,4 +81,5 @@ x-upstreams: methods: disabled: enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/fantom/opera/fantom-mainnet-opera-pruned-trace.yml b/fantom/opera/fantom-mainnet-opera-pruned-trace.yml index 1fe5bb4f..a5cfb957 100644 --- a/fantom/opera/fantom-mainnet-opera-pruned-trace.yml +++ b/fantom/opera/fantom-mainnet-opera-pruned-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -32,31 +33,25 @@ services: volumes: - ${FANTOM_MAINNET_OPERA_PRUNED_TRACE_DATA:-fantom-mainnet-opera-pruned-trace}:/datadir - /slowdisk:/slowdisk - environment: - GENESIS=https://download.fantom.network/opera/mainnet/mainnet-109331-no-history.g command: + - --cache=${FANTOM_MAINNET_OPERA_PRUNED_TRACE_CACHE_MB:-16000} - --datadir=/datadir - - --port=10897 - - --nat=extip:${IP} - - --http - - --http.port=8545 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=admin,debug,web3,eth,dag,txpool,personal,abft,net,trace,ftm,sfc - - - --rpc.gascap=600000000 - - --rpc.txfeecap=0 - - --db.migration.mode reformat - --db.preset pbl-1 + - --http + - --http.addr=0.0.0.0 + - --http.api=admin,debug,web3,eth,dag,txpool,personal,abft,net,trace,ftm,sfc + - --http.port=8545 + - --nat=extip:${IP} + - --port=10897 + - --rpc.gascap=600000000 + - --rpc.txfeecap=0 - --syncmode snap - - --cache=${FANTOM_MAINNET_OPERA_PRUNED_TRACE_CACHE_MB:-16000} - --tracenode - + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -87,4 +82,5 @@ x-upstreams: methods: disabled: enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/fantom/opera/fantom-mainnet-opera-pruned.yml b/fantom/opera/fantom-mainnet-opera-pruned.yml index 34be746e..15570571 100644 --- a/fantom/opera/fantom-mainnet-opera-pruned.yml +++ b/fantom/opera/fantom-mainnet-opera-pruned.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -32,30 +33,24 @@ services: volumes: - ${FANTOM_MAINNET_OPERA_PRUNED_DATA:-fantom-mainnet-opera-pruned}:/datadir - /slowdisk:/slowdisk - environment: - GENESIS=https://download.fantom.network/opera/mainnet/mainnet-109331-no-history.g command: + - --cache=${FANTOM_MAINNET_OPERA_PRUNED_CACHE_MB:-16000} - --datadir=/datadir - - --port=10897 - - --nat=extip:${IP} - - --http - - --http.port=8545 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=admin,debug,web3,eth,dag,txpool,personal,abft,net,trace,ftm,sfc - - - --rpc.gascap=600000000 - - --rpc.txfeecap=0 - - --db.migration.mode reformat - --db.preset pbl-1 + - --http + - --http.addr=0.0.0.0 + - --http.api=admin,debug,web3,eth,dag,txpool,personal,abft,net,trace,ftm,sfc + - --http.port=8545 + - --nat=extip:${IP} + - --port=10897 + - --rpc.gascap=600000000 + - --rpc.txfeecap=0 - --syncmode snap - - --cache=${FANTOM_MAINNET_OPERA_PRUNED_CACHE_MB:-16000} - + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -86,4 +81,5 @@ x-upstreams: methods: disabled: enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/fantom/opera/fantom-testnet-opera-archive-trace.yml b/fantom/opera/fantom-testnet-opera-archive-trace.yml index bb185c09..b34ba121 100644 --- a/fantom/opera/fantom-testnet-opera-archive-trace.yml +++ b/fantom/opera/fantom-testnet-opera-archive-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -32,31 +33,25 @@ services: volumes: - ${FANTOM_TESTNET_OPERA_ARCHIVE_TRACE_DATA:-fantom-testnet-opera-archive-trace}:/datadir - /slowdisk:/slowdisk - environment: - GENESIS=https://download.fantom.network/opera/testnet/testnet-2458-full-mpt.g command: + - --cache=${FANTOM_TESTNET_OPERA_ARCHIVE_TRACE_CACHE_MB:-16000} - --datadir=/datadir - - --port=10196 - - --nat=extip:${IP} - - --http - - --http.port=8545 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=admin,debug,web3,eth,dag,txpool,personal,abft,net,trace,ftm,sfc - - - --rpc.gascap=600000000 - - --rpc.txfeecap=0 - - --db.migration.mode reformat - --db.preset pbl-1 + - --http + - --http.addr=0.0.0.0 + - --http.api=admin,debug,web3,eth,dag,txpool,personal,abft,net,trace,ftm,sfc + - --http.port=8545 + - --nat=extip:${IP} + - --port=10196 + - --rpc.gascap=600000000 + - --rpc.txfeecap=0 - --syncmode full - - --cache=${FANTOM_TESTNET_OPERA_ARCHIVE_TRACE_CACHE_MB:-16000} - --tracenode - + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -87,4 +82,5 @@ x-upstreams: methods: disabled: enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/fantom/opera/fantom-testnet-opera-archive.yml b/fantom/opera/fantom-testnet-opera-archive.yml index 378e8c89..4ff52e9e 100644 --- a/fantom/opera/fantom-testnet-opera-archive.yml +++ b/fantom/opera/fantom-testnet-opera-archive.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -32,30 +33,24 @@ services: volumes: - ${FANTOM_TESTNET_OPERA_ARCHIVE_DATA:-fantom-testnet-opera-archive}:/datadir - /slowdisk:/slowdisk - environment: - GENESIS=https://download.fantom.network/opera/testnet/testnet-2458-full-mpt.g command: + - --cache=${FANTOM_TESTNET_OPERA_ARCHIVE_CACHE_MB:-16000} - --datadir=/datadir - - --port=10196 - - --nat=extip:${IP} - - --http - - --http.port=8545 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=admin,debug,web3,eth,dag,txpool,personal,abft,net,trace,ftm,sfc - - - --rpc.gascap=600000000 - - --rpc.txfeecap=0 - - --db.migration.mode reformat - --db.preset pbl-1 + - --http + - --http.addr=0.0.0.0 + - --http.api=admin,debug,web3,eth,dag,txpool,personal,abft,net,trace,ftm,sfc + - --http.port=8545 + - --nat=extip:${IP} + - --port=10196 + - --rpc.gascap=600000000 + - --rpc.txfeecap=0 - --syncmode full - - --cache=${FANTOM_TESTNET_OPERA_ARCHIVE_CACHE_MB:-16000} - + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -86,4 +81,5 @@ x-upstreams: methods: disabled: enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/fantom/opera/fantom-testnet-opera-pruned-trace.yml b/fantom/opera/fantom-testnet-opera-pruned-trace.yml index a4c1451b..e6a88d87 100644 --- a/fantom/opera/fantom-testnet-opera-pruned-trace.yml +++ b/fantom/opera/fantom-testnet-opera-pruned-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -32,31 +33,25 @@ services: volumes: - ${FANTOM_TESTNET_OPERA_PRUNED_TRACE_DATA:-fantom-testnet-opera-pruned-trace}:/datadir - /slowdisk:/slowdisk - environment: - GENESIS=https://download.fantom.network/opera/testnet/testnet-6226-no-history.g command: + - --cache=${FANTOM_TESTNET_OPERA_PRUNED_TRACE_CACHE_MB:-16000} - --datadir=/datadir - - --port=10196 - - --nat=extip:${IP} - - --http - - --http.port=8545 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=admin,debug,web3,eth,dag,txpool,personal,abft,net,trace,ftm,sfc - - - --rpc.gascap=600000000 - - --rpc.txfeecap=0 - - --db.migration.mode reformat - --db.preset pbl-1 + - --http + - --http.addr=0.0.0.0 + - --http.api=admin,debug,web3,eth,dag,txpool,personal,abft,net,trace,ftm,sfc + - --http.port=8545 + - --nat=extip:${IP} + - --port=10196 + - --rpc.gascap=600000000 + - --rpc.txfeecap=0 - --syncmode snap - - --cache=${FANTOM_TESTNET_OPERA_PRUNED_TRACE_CACHE_MB:-16000} - --tracenode - + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -87,4 +82,5 @@ x-upstreams: methods: disabled: enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/fantom/opera/fantom-testnet-opera-pruned.yml b/fantom/opera/fantom-testnet-opera-pruned.yml index cec80167..a4445b6f 100644 --- a/fantom/opera/fantom-testnet-opera-pruned.yml +++ b/fantom/opera/fantom-testnet-opera-pruned.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -32,30 +33,24 @@ services: volumes: - ${FANTOM_TESTNET_OPERA_PRUNED_DATA:-fantom-testnet-opera-pruned}:/datadir - /slowdisk:/slowdisk - environment: - GENESIS=https://download.fantom.network/opera/testnet/testnet-6226-no-history.g command: + - --cache=${FANTOM_TESTNET_OPERA_PRUNED_CACHE_MB:-16000} - --datadir=/datadir - - --port=10196 - - --nat=extip:${IP} - - --http - - --http.port=8545 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=admin,debug,web3,eth,dag,txpool,personal,abft,net,trace,ftm,sfc - - - --rpc.gascap=600000000 - - --rpc.txfeecap=0 - - --db.migration.mode reformat - --db.preset pbl-1 + - --http + - --http.addr=0.0.0.0 + - --http.api=admin,debug,web3,eth,dag,txpool,personal,abft,net,trace,ftm,sfc + - --http.port=8545 + - --nat=extip:${IP} + - --port=10196 + - --rpc.gascap=600000000 + - --rpc.txfeecap=0 - --syncmode snap - - --cache=${FANTOM_TESTNET_OPERA_PRUNED_CACHE_MB:-16000} - + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -86,4 +81,5 @@ x-upstreams: methods: disabled: enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/fantom/sonic/fantom-mainnet-sonic-archive.yml b/fantom/sonic/fantom-mainnet-sonic-archive.yml index 4204170e..332127a5 100644 --- a/fantom/sonic/fantom-mainnet-sonic-archive.yml +++ b/fantom/sonic/fantom-mainnet-sonic-archive.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -32,31 +33,25 @@ services: volumes: - ${FANTOM_MAINNET_SONIC_ARCHIVE_DATA:-fantom-mainnet-sonic-archive}:/var/sonic - /slowdisk:/slowdisk - environment: - - GENESIS=https://download.fantom.network/opera/testnet/testnet-26650-rpc.g - CACHE_GB=${SONIC_CACHE_GB:-28} + - GENESIS=https://download.fantom.network/opera/testnet/testnet-26650-rpc.g command: - --datadir=/var/sonic - - --port=10335 - - --nat=extip:${IP} + - --db.engine= + - --gcmode=archive - --http - - --http.port=8545 - - - --ws - - --ws.port=8545 - - --http.addr=0.0.0.0 - --http.api=admin,debug,web3,eth,dag,txpool,personal,abft,net,trace,ftm,sfc - + - --http.port=8545 + - --nat=extip:${IP} + - --port=10335 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --db.engine= - --state.scheme= - --syncmode=full - - --gcmode=archive - + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -87,4 +82,5 @@ x-upstreams: methods: disabled: enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/fantom/sonic/fantom-testnet-sonic-archive.yml b/fantom/sonic/fantom-testnet-sonic-archive.yml index b5de0b22..eb214e1d 100644 --- a/fantom/sonic/fantom-testnet-sonic-archive.yml +++ b/fantom/sonic/fantom-testnet-sonic-archive.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -32,31 +33,25 @@ services: volumes: - ${FANTOM_TESTNET_SONIC_ARCHIVE_DATA:-fantom-testnet-sonic-archive}:/var/sonic - /slowdisk:/slowdisk - environment: - - GENESIS=https://download.fantom.network/opera/testnet/testnet-26650-rpc.g - CACHE_GB=${SONIC_CACHE_GB:-28} + - GENESIS=https://download.fantom.network/opera/testnet/testnet-26650-rpc.g command: - --datadir=/var/sonic - - --port=10652 - - --nat=extip:${IP} + - --db.engine= + - --gcmode=archive - --http - - --http.port=8545 - - - --ws - - --ws.port=8545 - - --http.addr=0.0.0.0 - --http.api=admin,debug,web3,eth,dag,txpool,personal,abft,net,trace,ftm,sfc - + - --http.port=8545 + - --nat=extip:${IP} + - --port=10652 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --db.engine= - --state.scheme= - --syncmode=full - - --gcmode=archive - + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -87,4 +82,5 @@ x-upstreams: methods: disabled: enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/gnosis/erigon3/gnosis-chiado-erigon3-archive-trace.yml b/gnosis/erigon3/gnosis-chiado-erigon3-archive-trace.yml index 095f1b6f..4f4e7c01 100644 --- a/gnosis/erigon3/gnosis-chiado-erigon3-archive-trace.yml +++ b/gnosis/erigon3/gnosis-chiado-erigon3-archive-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -25,53 +26,44 @@ services: ports: - 10986:10986 - 10986:10986/udp - - 30986:30986 - - 30986:30986/udp - - 35986:35986 - - 35986:35986/udp - 15986:15986 - 15986:15986/udp - 25986:25986 - 25986:25986/udp + - 30986:30986 + - 30986:30986/udp + - 35986:35986 + - 35986:35986/udp volumes: - ${GNOSIS_CHIADO_ERIGON3_ARCHIVE_TRACE_DATA:-gnosis-chiado-erigon3-archive-trace}:/root/.local/share/erigon - /slowdisk:/slowdisk - entrypoint: [erigon] command: - - --datadir=/root/.local/share/erigon - - --port=10986 - - --nat=extip:${IP} - - --http - - --http.port=8545 - - --http.vhosts=* - - --maxpeers=50 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin - - - --rpc.returndata.limit=1100000 - - --rpc.gascap=6000000000 - - - --beacon.api.port=5555 - --beacon.api.addr=0.0.0.0 - --beacon.api.cors.allow-origins=* + - --beacon.api.port=5555 + - --beacon.api=beacon,builder,debug,lighthouse,node,validator,config - --caplin.discovery.addr=0.0.0.0 - --caplin.discovery.port=15986 - --caplin.discovery.tcpport=15986 - - --beacon.api=beacon,builder,debug,lighthouse,node,validator,config - - - --prune.mode= - + - --chain=chiado + - --datadir=/root/.local/share/erigon + - --http + - --http.addr=0.0.0.0 + - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin + - --http.port=8545 + - --http.vhosts=* + - --maxpeers=50 + - --nat=extip:${IP} - --p2p.allowed-ports=30986 - --p2p.allowed-ports=35986 - - --chain=chiado - + - --port=10986 + - --prune.mode= + - --rpc.gascap=6000000000 + - --rpc.returndata.limit=1100000 - --torrent.port=25986 - + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -133,3 +125,5 @@ x-upstreams: - name: erigon_getBlockByTimestamp - name: erigon_BlockNumber - name: erigon_getLatestLogs + +... \ No newline at end of file diff --git a/gnosis/erigon3/gnosis-chiado-erigon3-minimal-trace.yml b/gnosis/erigon3/gnosis-chiado-erigon3-minimal-trace.yml index b7c87fb6..1dda59ac 100644 --- a/gnosis/erigon3/gnosis-chiado-erigon3-minimal-trace.yml +++ b/gnosis/erigon3/gnosis-chiado-erigon3-minimal-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -25,53 +26,44 @@ services: ports: - 10986:10986 - 10986:10986/udp - - 30986:30986 - - 30986:30986/udp - - 35986:35986 - - 35986:35986/udp - 15986:15986 - 15986:15986/udp - 25986:25986 - 25986:25986/udp + - 30986:30986 + - 30986:30986/udp + - 35986:35986 + - 35986:35986/udp volumes: - ${GNOSIS_CHIADO_ERIGON3_MINIMAL_TRACE_DATA:-gnosis-chiado-erigon3-minimal-trace}:/root/.local/share/erigon - /slowdisk:/slowdisk - entrypoint: [erigon] command: - - --datadir=/root/.local/share/erigon - - --port=10986 - - --nat=extip:${IP} - - --http - - --http.port=8545 - - --http.vhosts=* - - --maxpeers=50 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin - - - --rpc.returndata.limit=1100000 - - --rpc.gascap=6000000000 - - - --beacon.api.port=5555 - --beacon.api.addr=0.0.0.0 - --beacon.api.cors.allow-origins=* + - --beacon.api.port=5555 + - --beacon.api=beacon,builder,debug,lighthouse,node,validator,config - --caplin.discovery.addr=0.0.0.0 - --caplin.discovery.port=15986 - --caplin.discovery.tcpport=15986 - - --beacon.api=beacon,builder,debug,lighthouse,node,validator,config - - - --prune.mode= - + - --chain=chiado + - --datadir=/root/.local/share/erigon + - --http + - --http.addr=0.0.0.0 + - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin + - --http.port=8545 + - --http.vhosts=* + - --maxpeers=50 + - --nat=extip:${IP} - --p2p.allowed-ports=30986 - --p2p.allowed-ports=35986 - - --chain=chiado - + - --port=10986 + - --prune.mode= + - --rpc.gascap=6000000000 + - --rpc.returndata.limit=1100000 - --torrent.port=25986 - + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -133,3 +125,5 @@ x-upstreams: - name: erigon_getBlockByTimestamp - name: erigon_BlockNumber - name: erigon_getLatestLogs + +... \ No newline at end of file diff --git a/gnosis/erigon3/gnosis-chiado-erigon3-pruned-trace.yml b/gnosis/erigon3/gnosis-chiado-erigon3-pruned-trace.yml index 634787a1..3bd0dd59 100644 --- a/gnosis/erigon3/gnosis-chiado-erigon3-pruned-trace.yml +++ b/gnosis/erigon3/gnosis-chiado-erigon3-pruned-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -25,53 +26,44 @@ services: ports: - 10986:10986 - 10986:10986/udp - - 30986:30986 - - 30986:30986/udp - - 35986:35986 - - 35986:35986/udp - 15986:15986 - 15986:15986/udp - 25986:25986 - 25986:25986/udp + - 30986:30986 + - 30986:30986/udp + - 35986:35986 + - 35986:35986/udp volumes: - ${GNOSIS_CHIADO_ERIGON3_PRUNED_TRACE_DATA:-gnosis-chiado-erigon3-pruned-trace}:/root/.local/share/erigon - /slowdisk:/slowdisk - entrypoint: [erigon] command: - - --datadir=/root/.local/share/erigon - - --port=10986 - - --nat=extip:${IP} - - --http - - --http.port=8545 - - --http.vhosts=* - - --maxpeers=50 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin - - - --rpc.returndata.limit=1100000 - - --rpc.gascap=6000000000 - - - --beacon.api.port=5555 - --beacon.api.addr=0.0.0.0 - --beacon.api.cors.allow-origins=* + - --beacon.api.port=5555 + - --beacon.api=beacon,builder,debug,lighthouse,node,validator,config - --caplin.discovery.addr=0.0.0.0 - --caplin.discovery.port=15986 - --caplin.discovery.tcpport=15986 - - --beacon.api=beacon,builder,debug,lighthouse,node,validator,config - - - --prune.mode= - + - --chain=chiado + - --datadir=/root/.local/share/erigon + - --http + - --http.addr=0.0.0.0 + - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin + - --http.port=8545 + - --http.vhosts=* + - --maxpeers=50 + - --nat=extip:${IP} - --p2p.allowed-ports=30986 - --p2p.allowed-ports=35986 - - --chain=chiado - + - --port=10986 + - --prune.mode= + - --rpc.gascap=6000000000 + - --rpc.returndata.limit=1100000 - --torrent.port=25986 - + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -133,3 +125,5 @@ x-upstreams: - name: erigon_getBlockByTimestamp - name: erigon_BlockNumber - name: erigon_getLatestLogs + +... \ No newline at end of file diff --git a/gnosis/erigon3/gnosis-mainnet-erigon3-archive-trace.yml b/gnosis/erigon3/gnosis-mainnet-erigon3-archive-trace.yml index c4405b35..c94db05a 100644 --- a/gnosis/erigon3/gnosis-mainnet-erigon3-archive-trace.yml +++ b/gnosis/erigon3/gnosis-mainnet-erigon3-archive-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -25,53 +26,44 @@ services: ports: - 10974:10974 - 10974:10974/udp - - 30974:30974 - - 30974:30974/udp - - 35974:35974 - - 35974:35974/udp - 15974:15974 - 15974:15974/udp - 25974:25974 - 25974:25974/udp + - 30974:30974 + - 30974:30974/udp + - 35974:35974 + - 35974:35974/udp volumes: - ${GNOSIS_MAINNET_ERIGON3_ARCHIVE_TRACE_DATA:-gnosis-mainnet-erigon3-archive-trace}:/root/.local/share/erigon - /slowdisk:/slowdisk - entrypoint: [erigon] command: - - --datadir=/root/.local/share/erigon - - --port=10974 - - --nat=extip:${IP} - - --http - - --http.port=8545 - - --http.vhosts=* - - --maxpeers=50 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin - - - --rpc.returndata.limit=1100000 - - --rpc.gascap=6000000000 - - - --beacon.api.port=5555 - --beacon.api.addr=0.0.0.0 - --beacon.api.cors.allow-origins=* + - --beacon.api.port=5555 + - --beacon.api=beacon,builder,debug,lighthouse,node,validator,config - --caplin.discovery.addr=0.0.0.0 - --caplin.discovery.port=15974 - --caplin.discovery.tcpport=15974 - - --beacon.api=beacon,builder,debug,lighthouse,node,validator,config - - - --prune.mode= - + - --chain=gnosis + - --datadir=/root/.local/share/erigon + - --http + - --http.addr=0.0.0.0 + - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin + - --http.port=8545 + - --http.vhosts=* + - --maxpeers=50 + - --nat=extip:${IP} - --p2p.allowed-ports=30974 - --p2p.allowed-ports=35974 - - --chain=gnosis - + - --port=10974 + - --prune.mode= + - --rpc.gascap=6000000000 + - --rpc.returndata.limit=1100000 - --torrent.port=25974 - + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -133,3 +125,5 @@ x-upstreams: - name: erigon_getBlockByTimestamp - name: erigon_BlockNumber - name: erigon_getLatestLogs + +... \ No newline at end of file diff --git a/gnosis/erigon3/gnosis-mainnet-erigon3-minimal-trace.yml b/gnosis/erigon3/gnosis-mainnet-erigon3-minimal-trace.yml index 8747145b..b29c2047 100644 --- a/gnosis/erigon3/gnosis-mainnet-erigon3-minimal-trace.yml +++ b/gnosis/erigon3/gnosis-mainnet-erigon3-minimal-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -25,53 +26,44 @@ services: ports: - 10974:10974 - 10974:10974/udp - - 30974:30974 - - 30974:30974/udp - - 35974:35974 - - 35974:35974/udp - 15974:15974 - 15974:15974/udp - 25974:25974 - 25974:25974/udp + - 30974:30974 + - 30974:30974/udp + - 35974:35974 + - 35974:35974/udp volumes: - ${GNOSIS_MAINNET_ERIGON3_MINIMAL_TRACE_DATA:-gnosis-mainnet-erigon3-minimal-trace}:/root/.local/share/erigon - /slowdisk:/slowdisk - entrypoint: [erigon] command: - - --datadir=/root/.local/share/erigon - - --port=10974 - - --nat=extip:${IP} - - --http - - --http.port=8545 - - --http.vhosts=* - - --maxpeers=50 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin - - - --rpc.returndata.limit=1100000 - - --rpc.gascap=6000000000 - - - --beacon.api.port=5555 - --beacon.api.addr=0.0.0.0 - --beacon.api.cors.allow-origins=* + - --beacon.api.port=5555 + - --beacon.api=beacon,builder,debug,lighthouse,node,validator,config - --caplin.discovery.addr=0.0.0.0 - --caplin.discovery.port=15974 - --caplin.discovery.tcpport=15974 - - --beacon.api=beacon,builder,debug,lighthouse,node,validator,config - - - --prune.mode= - + - --chain=gnosis + - --datadir=/root/.local/share/erigon + - --http + - --http.addr=0.0.0.0 + - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin + - --http.port=8545 + - --http.vhosts=* + - --maxpeers=50 + - --nat=extip:${IP} - --p2p.allowed-ports=30974 - --p2p.allowed-ports=35974 - - --chain=gnosis - + - --port=10974 + - --prune.mode= + - --rpc.gascap=6000000000 + - --rpc.returndata.limit=1100000 - --torrent.port=25974 - + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -133,3 +125,5 @@ x-upstreams: - name: erigon_getBlockByTimestamp - name: erigon_BlockNumber - name: erigon_getLatestLogs + +... \ No newline at end of file diff --git a/gnosis/erigon3/gnosis-mainnet-erigon3-pruned-trace.yml b/gnosis/erigon3/gnosis-mainnet-erigon3-pruned-trace.yml index 250c7d50..8ced143d 100644 --- a/gnosis/erigon3/gnosis-mainnet-erigon3-pruned-trace.yml +++ b/gnosis/erigon3/gnosis-mainnet-erigon3-pruned-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -25,53 +26,44 @@ services: ports: - 10974:10974 - 10974:10974/udp - - 30974:30974 - - 30974:30974/udp - - 35974:35974 - - 35974:35974/udp - 15974:15974 - 15974:15974/udp - 25974:25974 - 25974:25974/udp + - 30974:30974 + - 30974:30974/udp + - 35974:35974 + - 35974:35974/udp volumes: - ${GNOSIS_MAINNET_ERIGON3_PRUNED_TRACE_DATA:-gnosis-mainnet-erigon3-pruned-trace}:/root/.local/share/erigon - /slowdisk:/slowdisk - entrypoint: [erigon] command: - - --datadir=/root/.local/share/erigon - - --port=10974 - - --nat=extip:${IP} - - --http - - --http.port=8545 - - --http.vhosts=* - - --maxpeers=50 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin - - - --rpc.returndata.limit=1100000 - - --rpc.gascap=6000000000 - - - --beacon.api.port=5555 - --beacon.api.addr=0.0.0.0 - --beacon.api.cors.allow-origins=* + - --beacon.api.port=5555 + - --beacon.api=beacon,builder,debug,lighthouse,node,validator,config - --caplin.discovery.addr=0.0.0.0 - --caplin.discovery.port=15974 - --caplin.discovery.tcpport=15974 - - --beacon.api=beacon,builder,debug,lighthouse,node,validator,config - - - --prune.mode= - + - --chain=gnosis + - --datadir=/root/.local/share/erigon + - --http + - --http.addr=0.0.0.0 + - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin + - --http.port=8545 + - --http.vhosts=* + - --maxpeers=50 + - --nat=extip:${IP} - --p2p.allowed-ports=30974 - --p2p.allowed-ports=35974 - - --chain=gnosis - + - --port=10974 + - --prune.mode= + - --rpc.gascap=6000000000 + - --rpc.returndata.limit=1100000 - --torrent.port=25974 - + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -133,3 +125,5 @@ x-upstreams: - name: erigon_getBlockByTimestamp - name: erigon_BlockNumber - name: erigon_getLatestLogs + +... \ No newline at end of file diff --git a/goat/geth/goat-mainnet-geth-archive-leveldb-hash.yml b/goat/geth/goat-mainnet-geth-archive-leveldb-hash.yml index c3c3f72a..030fcc6d 100644 --- a/goat/geth/goat-mainnet-geth-archive-leveldb-hash.yml +++ b/goat/geth/goat-mainnet-geth-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,10 +27,8 @@ services: - 10640:10640/udp volumes: - ${GOAT_MAINNET_GETH_ARCHIVE_LEVELDB_HASH_DATA:-goat-mainnet-geth-archive-leveldb-hash}:/root/.ethereum - - /slowdisk:/slowdisk - - .//mainnet:/config - + - /slowdisk:/slowdisk command: --goat=mainnet networks: - chains @@ -79,3 +78,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/goat/geth/goat-mainnet-geth-pruned-pebble-path.yml b/goat/geth/goat-mainnet-geth-pruned-pebble-path.yml index 8cf44eff..3b120c0b 100644 --- a/goat/geth/goat-mainnet-geth-pruned-pebble-path.yml +++ b/goat/geth/goat-mainnet-geth-pruned-pebble-path.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,10 +27,8 @@ services: - 10640:10640/udp volumes: - ${GOAT_MAINNET_GETH_PRUNED_PEBBLE_PATH_DATA:-goat-mainnet-geth-pruned-pebble-path}:/root/.ethereum - - /slowdisk:/slowdisk - - .//mainnet:/config - + - /slowdisk:/slowdisk command: --goat=mainnet networks: - chains @@ -82,3 +81,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/goat/geth/goat-testnet3-geth-archive-leveldb-hash.yml b/goat/geth/goat-testnet3-geth-archive-leveldb-hash.yml index 5266dcbf..07d545f4 100644 --- a/goat/geth/goat-testnet3-geth-archive-leveldb-hash.yml +++ b/goat/geth/goat-testnet3-geth-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,10 +27,8 @@ services: - 10272:10272/udp volumes: - ${GOAT_TESTNET3_GETH_ARCHIVE_LEVELDB_HASH_DATA:-goat-testnet3-geth-archive-leveldb-hash}:/root/.ethereum - - /slowdisk:/slowdisk - - .//testnet3:/config - + - /slowdisk:/slowdisk command: --goat=testnet3 networks: - chains @@ -79,3 +78,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/goat/geth/goat-testnet3-geth-pruned-pebble-path.yml b/goat/geth/goat-testnet3-geth-pruned-pebble-path.yml index ef4521a1..4d6177af 100644 --- a/goat/geth/goat-testnet3-geth-pruned-pebble-path.yml +++ b/goat/geth/goat-testnet3-geth-pruned-pebble-path.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,10 +27,8 @@ services: - 10272:10272/udp volumes: - ${GOAT_TESTNET3_GETH_PRUNED_PEBBLE_PATH_DATA:-goat-testnet3-geth-pruned-pebble-path}:/root/.ethereum - - /slowdisk:/slowdisk - - .//testnet3:/config - + - /slowdisk:/slowdisk command: --goat=testnet3 networks: - chains @@ -82,3 +81,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/haqq/haqq/haqq-mainnet-haqq-pruned.yml b/haqq/haqq/haqq-mainnet-haqq-pruned.yml index 170fdbe7..b0acaa2d 100644 --- a/haqq/haqq/haqq-mainnet-haqq-pruned.yml +++ b/haqq/haqq/haqq-mainnet-haqq-pruned.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,7 +27,6 @@ services: volumes: - ${HAQQ_MAINNET_HAQQ_PRUNED_DATA:-haqq-mainnet-haqq-pruned}:/root/.haqqd - /slowdisk:/slowdisk - entrypoint: [haqqd, start] command: --p2p.laddr=tcp://0.0.0.0:10465 networks: @@ -59,4 +59,5 @@ x-upstreams: methods: disabled: enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/linea/erigon3/linea-mainnet-erigon3-archive-trace.yml b/linea/erigon3/linea-mainnet-erigon3-archive-trace.yml index 09ff5083..4daefea7 100644 --- a/linea/erigon3/linea-mainnet-erigon3-archive-trace.yml +++ b/linea/erigon3/linea-mainnet-erigon3-archive-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -31,37 +32,29 @@ services: - 35060:35060/udp volumes: - ${LINEA_MAINNET_ERIGON3_ARCHIVE_TRACE_DATA:-linea-mainnet-erigon3-archive-trace}:/root/.local/share/erigon - - /slowdisk:/slowdisk - - .//mainnet:/config - + - /slowdisk:/slowdisk entrypoint: [/bin/sh, -c, '[ ! -f /root/.local/share/erigon/chaindata/mdbx.dat ] && erigon init /config/genesis.json; exec erigon "$@"'] command: + - --bootnoodes=enode://069800db9e6e0ec9cadca670994ef1aea2cfd3d88133e63ecadbc1cdbd1a5847b09838ee08d8b5f02a9c32ee13abeb4d4104bb5514e5322c9d7ee19f41ff3e51@3.132.73.210:31002,enode://a8e03a71eab12ec4b47bb6e19169d8e4dc7a58373a2476969bbe463f2dded6003037fa4dd5f71e15027f7fc8d7340956fbbefed67ddd116ac19a7f74da034b61@3.132.73.210:31003,enode://97706526cf79df9d930003644f9156805f6c8bd964fc79e083444f7014ce10c9bdd2c5049e63b58040dca1d4c82ebef970822198cf0714de830cff4111534ff1@18.223.198.165:31004,enode://24e1c654a801975a96b7f54ebd7452ab15777fc635c1db25bdbd4425fdb04e7f4768e9e838a87ab724320a765e41631d5d37758c933ad0e8668693558125c8aa@18.223.198.165:31000,enode://27010891d960f73d272a553f72b6336c6698db3ade98d631f09c764e57674a797be5ebc6829ddbb65ab564f439ebc75215d20aa98b6f351d12ea623e7d139ac3@3.132.73.210:31001,enode://228e1b8a4931e46f383e30721dac21fb8fb4e5e1b32c870e13b25478c82db3dc1cd9e7ceb93d302a766466b55638cc9c5cbfc43aa48fa41ced19baf365951f76@3.1.142.64:31002,enode://c22eb0d40fc3ad5ea710aeddea906567778166bfe18c157955e8c39b23a46c45db18a0fa2ba07f2b64c81178a8c796aec2a29151533920ead06fcdfc6d8d03c6@47.128.192.57:31004,enode://8ce733abe39fd7ae0a278b9893f85c1193c611a3886168690dd843435460f22cc4d61f9e8d0ace7f5905836a665319a31cccdaacdada2acc69972c382ecce7db@3.1.142.64:31003,enode://b7c1b2bed65a855f7a2104aac9a14674dfdf018fdac763415b373b29ce18cdb81d36328ba4e5c9f12629f3a50c3e8f9ee048f22dbdbe93a82813da89c6b81334@51.20.235.126:31004,enode://95270e0550848a72fb141cf27f1c4ea10714edde365b411dc0fa06c81c0f282ce155eb9fa472b6b8bb9ee98395eeaf4c5a7b02a01fe58b37ea98ba152eda4c37@13.50.94.193:31000,enode://72013391755f24f08567b932feeeec4c893c06e0b1fb480890c83bf87fd277ad86a5ab9cb586db9ae9970371a2f8cb0c96f6c9f69045abca0fb801db7f047138@51.20.235.126:31001 - --datadir=/root/.local/share/erigon - - --port=10060 - - --nat=extip:${IP} - --http + - --http.addr=0.0.0.0 + - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin - - - --rpc.returndata.limit=1100000 - - --rpc.gascap=6000000000 - - - --prune.mode= - - - --p2p.allowed-ports=30060 - - --p2p.allowed-ports=35060 + - --nat=extip:${IP} - --network=goerli - --networkid=59144 - - --bootnoodes=enode://069800db9e6e0ec9cadca670994ef1aea2cfd3d88133e63ecadbc1cdbd1a5847b09838ee08d8b5f02a9c32ee13abeb4d4104bb5514e5322c9d7ee19f41ff3e51@3.132.73.210:31002,enode://a8e03a71eab12ec4b47bb6e19169d8e4dc7a58373a2476969bbe463f2dded6003037fa4dd5f71e15027f7fc8d7340956fbbefed67ddd116ac19a7f74da034b61@3.132.73.210:31003,enode://97706526cf79df9d930003644f9156805f6c8bd964fc79e083444f7014ce10c9bdd2c5049e63b58040dca1d4c82ebef970822198cf0714de830cff4111534ff1@18.223.198.165:31004,enode://24e1c654a801975a96b7f54ebd7452ab15777fc635c1db25bdbd4425fdb04e7f4768e9e838a87ab724320a765e41631d5d37758c933ad0e8668693558125c8aa@18.223.198.165:31000,enode://27010891d960f73d272a553f72b6336c6698db3ade98d631f09c764e57674a797be5ebc6829ddbb65ab564f439ebc75215d20aa98b6f351d12ea623e7d139ac3@3.132.73.210:31001,enode://228e1b8a4931e46f383e30721dac21fb8fb4e5e1b32c870e13b25478c82db3dc1cd9e7ceb93d302a766466b55638cc9c5cbfc43aa48fa41ced19baf365951f76@3.1.142.64:31002,enode://c22eb0d40fc3ad5ea710aeddea906567778166bfe18c157955e8c39b23a46c45db18a0fa2ba07f2b64c81178a8c796aec2a29151533920ead06fcdfc6d8d03c6@47.128.192.57:31004,enode://8ce733abe39fd7ae0a278b9893f85c1193c611a3886168690dd843435460f22cc4d61f9e8d0ace7f5905836a665319a31cccdaacdada2acc69972c382ecce7db@3.1.142.64:31003,enode://b7c1b2bed65a855f7a2104aac9a14674dfdf018fdac763415b373b29ce18cdb81d36328ba4e5c9f12629f3a50c3e8f9ee048f22dbdbe93a82813da89c6b81334@51.20.235.126:31004,enode://95270e0550848a72fb141cf27f1c4ea10714edde365b411dc0fa06c81c0f282ce155eb9fa472b6b8bb9ee98395eeaf4c5a7b02a01fe58b37ea98ba152eda4c37@13.50.94.193:31000,enode://72013391755f24f08567b932feeeec4c893c06e0b1fb480890c83bf87fd277ad86a5ab9cb586db9ae9970371a2f8cb0c96f6c9f69045abca0fb801db7f047138@51.20.235.126:31001 - + - --p2p.allowed-ports=30060 + - --p2p.allowed-ports=35060 + - --port=10060 + - --prune.mode= + - --rpc.gascap=6000000000 + - --rpc.returndata.limit=1100000 + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -115,3 +108,5 @@ x-upstreams: - name: erigon_getBlockByTimestamp - name: erigon_BlockNumber - name: erigon_getLatestLogs + +... \ No newline at end of file diff --git a/linea/erigon3/linea-mainnet-erigon3-minimal-trace.yml b/linea/erigon3/linea-mainnet-erigon3-minimal-trace.yml index 5816e686..51e584ee 100644 --- a/linea/erigon3/linea-mainnet-erigon3-minimal-trace.yml +++ b/linea/erigon3/linea-mainnet-erigon3-minimal-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -31,37 +32,29 @@ services: - 35060:35060/udp volumes: - ${LINEA_MAINNET_ERIGON3_MINIMAL_TRACE_DATA:-linea-mainnet-erigon3-minimal-trace}:/root/.local/share/erigon - - /slowdisk:/slowdisk - - .//mainnet:/config - + - /slowdisk:/slowdisk entrypoint: [/bin/sh, -c, '[ ! -f /root/.local/share/erigon/chaindata/mdbx.dat ] && erigon init /config/genesis.json; exec erigon "$@"'] command: + - --bootnoodes=enode://069800db9e6e0ec9cadca670994ef1aea2cfd3d88133e63ecadbc1cdbd1a5847b09838ee08d8b5f02a9c32ee13abeb4d4104bb5514e5322c9d7ee19f41ff3e51@3.132.73.210:31002,enode://a8e03a71eab12ec4b47bb6e19169d8e4dc7a58373a2476969bbe463f2dded6003037fa4dd5f71e15027f7fc8d7340956fbbefed67ddd116ac19a7f74da034b61@3.132.73.210:31003,enode://97706526cf79df9d930003644f9156805f6c8bd964fc79e083444f7014ce10c9bdd2c5049e63b58040dca1d4c82ebef970822198cf0714de830cff4111534ff1@18.223.198.165:31004,enode://24e1c654a801975a96b7f54ebd7452ab15777fc635c1db25bdbd4425fdb04e7f4768e9e838a87ab724320a765e41631d5d37758c933ad0e8668693558125c8aa@18.223.198.165:31000,enode://27010891d960f73d272a553f72b6336c6698db3ade98d631f09c764e57674a797be5ebc6829ddbb65ab564f439ebc75215d20aa98b6f351d12ea623e7d139ac3@3.132.73.210:31001,enode://228e1b8a4931e46f383e30721dac21fb8fb4e5e1b32c870e13b25478c82db3dc1cd9e7ceb93d302a766466b55638cc9c5cbfc43aa48fa41ced19baf365951f76@3.1.142.64:31002,enode://c22eb0d40fc3ad5ea710aeddea906567778166bfe18c157955e8c39b23a46c45db18a0fa2ba07f2b64c81178a8c796aec2a29151533920ead06fcdfc6d8d03c6@47.128.192.57:31004,enode://8ce733abe39fd7ae0a278b9893f85c1193c611a3886168690dd843435460f22cc4d61f9e8d0ace7f5905836a665319a31cccdaacdada2acc69972c382ecce7db@3.1.142.64:31003,enode://b7c1b2bed65a855f7a2104aac9a14674dfdf018fdac763415b373b29ce18cdb81d36328ba4e5c9f12629f3a50c3e8f9ee048f22dbdbe93a82813da89c6b81334@51.20.235.126:31004,enode://95270e0550848a72fb141cf27f1c4ea10714edde365b411dc0fa06c81c0f282ce155eb9fa472b6b8bb9ee98395eeaf4c5a7b02a01fe58b37ea98ba152eda4c37@13.50.94.193:31000,enode://72013391755f24f08567b932feeeec4c893c06e0b1fb480890c83bf87fd277ad86a5ab9cb586db9ae9970371a2f8cb0c96f6c9f69045abca0fb801db7f047138@51.20.235.126:31001 - --datadir=/root/.local/share/erigon - - --port=10060 - - --nat=extip:${IP} - --http + - --http.addr=0.0.0.0 + - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin - - - --rpc.returndata.limit=1100000 - - --rpc.gascap=6000000000 - - - --prune.mode= - - - --p2p.allowed-ports=30060 - - --p2p.allowed-ports=35060 + - --nat=extip:${IP} - --network=goerli - --networkid=59144 - - --bootnoodes=enode://069800db9e6e0ec9cadca670994ef1aea2cfd3d88133e63ecadbc1cdbd1a5847b09838ee08d8b5f02a9c32ee13abeb4d4104bb5514e5322c9d7ee19f41ff3e51@3.132.73.210:31002,enode://a8e03a71eab12ec4b47bb6e19169d8e4dc7a58373a2476969bbe463f2dded6003037fa4dd5f71e15027f7fc8d7340956fbbefed67ddd116ac19a7f74da034b61@3.132.73.210:31003,enode://97706526cf79df9d930003644f9156805f6c8bd964fc79e083444f7014ce10c9bdd2c5049e63b58040dca1d4c82ebef970822198cf0714de830cff4111534ff1@18.223.198.165:31004,enode://24e1c654a801975a96b7f54ebd7452ab15777fc635c1db25bdbd4425fdb04e7f4768e9e838a87ab724320a765e41631d5d37758c933ad0e8668693558125c8aa@18.223.198.165:31000,enode://27010891d960f73d272a553f72b6336c6698db3ade98d631f09c764e57674a797be5ebc6829ddbb65ab564f439ebc75215d20aa98b6f351d12ea623e7d139ac3@3.132.73.210:31001,enode://228e1b8a4931e46f383e30721dac21fb8fb4e5e1b32c870e13b25478c82db3dc1cd9e7ceb93d302a766466b55638cc9c5cbfc43aa48fa41ced19baf365951f76@3.1.142.64:31002,enode://c22eb0d40fc3ad5ea710aeddea906567778166bfe18c157955e8c39b23a46c45db18a0fa2ba07f2b64c81178a8c796aec2a29151533920ead06fcdfc6d8d03c6@47.128.192.57:31004,enode://8ce733abe39fd7ae0a278b9893f85c1193c611a3886168690dd843435460f22cc4d61f9e8d0ace7f5905836a665319a31cccdaacdada2acc69972c382ecce7db@3.1.142.64:31003,enode://b7c1b2bed65a855f7a2104aac9a14674dfdf018fdac763415b373b29ce18cdb81d36328ba4e5c9f12629f3a50c3e8f9ee048f22dbdbe93a82813da89c6b81334@51.20.235.126:31004,enode://95270e0550848a72fb141cf27f1c4ea10714edde365b411dc0fa06c81c0f282ce155eb9fa472b6b8bb9ee98395eeaf4c5a7b02a01fe58b37ea98ba152eda4c37@13.50.94.193:31000,enode://72013391755f24f08567b932feeeec4c893c06e0b1fb480890c83bf87fd277ad86a5ab9cb586db9ae9970371a2f8cb0c96f6c9f69045abca0fb801db7f047138@51.20.235.126:31001 - + - --p2p.allowed-ports=30060 + - --p2p.allowed-ports=35060 + - --port=10060 + - --prune.mode= + - --rpc.gascap=6000000000 + - --rpc.returndata.limit=1100000 + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -115,3 +108,5 @@ x-upstreams: - name: erigon_getBlockByTimestamp - name: erigon_BlockNumber - name: erigon_getLatestLogs + +... \ No newline at end of file diff --git a/linea/erigon3/linea-mainnet-erigon3-pruned-trace.yml b/linea/erigon3/linea-mainnet-erigon3-pruned-trace.yml index 37da0019..4dadf66e 100644 --- a/linea/erigon3/linea-mainnet-erigon3-pruned-trace.yml +++ b/linea/erigon3/linea-mainnet-erigon3-pruned-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -31,37 +32,29 @@ services: - 35060:35060/udp volumes: - ${LINEA_MAINNET_ERIGON3_PRUNED_TRACE_DATA:-linea-mainnet-erigon3-pruned-trace}:/root/.local/share/erigon - - /slowdisk:/slowdisk - - .//mainnet:/config - + - /slowdisk:/slowdisk entrypoint: [/bin/sh, -c, '[ ! -f /root/.local/share/erigon/chaindata/mdbx.dat ] && erigon init /config/genesis.json; exec erigon "$@"'] command: + - --bootnoodes=enode://069800db9e6e0ec9cadca670994ef1aea2cfd3d88133e63ecadbc1cdbd1a5847b09838ee08d8b5f02a9c32ee13abeb4d4104bb5514e5322c9d7ee19f41ff3e51@3.132.73.210:31002,enode://a8e03a71eab12ec4b47bb6e19169d8e4dc7a58373a2476969bbe463f2dded6003037fa4dd5f71e15027f7fc8d7340956fbbefed67ddd116ac19a7f74da034b61@3.132.73.210:31003,enode://97706526cf79df9d930003644f9156805f6c8bd964fc79e083444f7014ce10c9bdd2c5049e63b58040dca1d4c82ebef970822198cf0714de830cff4111534ff1@18.223.198.165:31004,enode://24e1c654a801975a96b7f54ebd7452ab15777fc635c1db25bdbd4425fdb04e7f4768e9e838a87ab724320a765e41631d5d37758c933ad0e8668693558125c8aa@18.223.198.165:31000,enode://27010891d960f73d272a553f72b6336c6698db3ade98d631f09c764e57674a797be5ebc6829ddbb65ab564f439ebc75215d20aa98b6f351d12ea623e7d139ac3@3.132.73.210:31001,enode://228e1b8a4931e46f383e30721dac21fb8fb4e5e1b32c870e13b25478c82db3dc1cd9e7ceb93d302a766466b55638cc9c5cbfc43aa48fa41ced19baf365951f76@3.1.142.64:31002,enode://c22eb0d40fc3ad5ea710aeddea906567778166bfe18c157955e8c39b23a46c45db18a0fa2ba07f2b64c81178a8c796aec2a29151533920ead06fcdfc6d8d03c6@47.128.192.57:31004,enode://8ce733abe39fd7ae0a278b9893f85c1193c611a3886168690dd843435460f22cc4d61f9e8d0ace7f5905836a665319a31cccdaacdada2acc69972c382ecce7db@3.1.142.64:31003,enode://b7c1b2bed65a855f7a2104aac9a14674dfdf018fdac763415b373b29ce18cdb81d36328ba4e5c9f12629f3a50c3e8f9ee048f22dbdbe93a82813da89c6b81334@51.20.235.126:31004,enode://95270e0550848a72fb141cf27f1c4ea10714edde365b411dc0fa06c81c0f282ce155eb9fa472b6b8bb9ee98395eeaf4c5a7b02a01fe58b37ea98ba152eda4c37@13.50.94.193:31000,enode://72013391755f24f08567b932feeeec4c893c06e0b1fb480890c83bf87fd277ad86a5ab9cb586db9ae9970371a2f8cb0c96f6c9f69045abca0fb801db7f047138@51.20.235.126:31001 - --datadir=/root/.local/share/erigon - - --port=10060 - - --nat=extip:${IP} - --http + - --http.addr=0.0.0.0 + - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin - - - --rpc.returndata.limit=1100000 - - --rpc.gascap=6000000000 - - - --prune.mode= - - - --p2p.allowed-ports=30060 - - --p2p.allowed-ports=35060 + - --nat=extip:${IP} - --network=goerli - --networkid=59144 - - --bootnoodes=enode://069800db9e6e0ec9cadca670994ef1aea2cfd3d88133e63ecadbc1cdbd1a5847b09838ee08d8b5f02a9c32ee13abeb4d4104bb5514e5322c9d7ee19f41ff3e51@3.132.73.210:31002,enode://a8e03a71eab12ec4b47bb6e19169d8e4dc7a58373a2476969bbe463f2dded6003037fa4dd5f71e15027f7fc8d7340956fbbefed67ddd116ac19a7f74da034b61@3.132.73.210:31003,enode://97706526cf79df9d930003644f9156805f6c8bd964fc79e083444f7014ce10c9bdd2c5049e63b58040dca1d4c82ebef970822198cf0714de830cff4111534ff1@18.223.198.165:31004,enode://24e1c654a801975a96b7f54ebd7452ab15777fc635c1db25bdbd4425fdb04e7f4768e9e838a87ab724320a765e41631d5d37758c933ad0e8668693558125c8aa@18.223.198.165:31000,enode://27010891d960f73d272a553f72b6336c6698db3ade98d631f09c764e57674a797be5ebc6829ddbb65ab564f439ebc75215d20aa98b6f351d12ea623e7d139ac3@3.132.73.210:31001,enode://228e1b8a4931e46f383e30721dac21fb8fb4e5e1b32c870e13b25478c82db3dc1cd9e7ceb93d302a766466b55638cc9c5cbfc43aa48fa41ced19baf365951f76@3.1.142.64:31002,enode://c22eb0d40fc3ad5ea710aeddea906567778166bfe18c157955e8c39b23a46c45db18a0fa2ba07f2b64c81178a8c796aec2a29151533920ead06fcdfc6d8d03c6@47.128.192.57:31004,enode://8ce733abe39fd7ae0a278b9893f85c1193c611a3886168690dd843435460f22cc4d61f9e8d0ace7f5905836a665319a31cccdaacdada2acc69972c382ecce7db@3.1.142.64:31003,enode://b7c1b2bed65a855f7a2104aac9a14674dfdf018fdac763415b373b29ce18cdb81d36328ba4e5c9f12629f3a50c3e8f9ee048f22dbdbe93a82813da89c6b81334@51.20.235.126:31004,enode://95270e0550848a72fb141cf27f1c4ea10714edde365b411dc0fa06c81c0f282ce155eb9fa472b6b8bb9ee98395eeaf4c5a7b02a01fe58b37ea98ba152eda4c37@13.50.94.193:31000,enode://72013391755f24f08567b932feeeec4c893c06e0b1fb480890c83bf87fd277ad86a5ab9cb586db9ae9970371a2f8cb0c96f6c9f69045abca0fb801db7f047138@51.20.235.126:31001 - + - --p2p.allowed-ports=30060 + - --p2p.allowed-ports=35060 + - --port=10060 + - --prune.mode= + - --rpc.gascap=6000000000 + - --rpc.returndata.limit=1100000 + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -115,3 +108,5 @@ x-upstreams: - name: erigon_getBlockByTimestamp - name: erigon_BlockNumber - name: erigon_getLatestLogs + +... \ No newline at end of file diff --git a/linea/erigon3/linea-sepolia-erigon3-archive-trace.yml b/linea/erigon3/linea-sepolia-erigon3-archive-trace.yml index ea0855f5..bcfaf6f4 100644 --- a/linea/erigon3/linea-sepolia-erigon3-archive-trace.yml +++ b/linea/erigon3/linea-sepolia-erigon3-archive-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -31,37 +32,29 @@ services: - 35235:35235/udp volumes: - ${LINEA_SEPOLIA_ERIGON3_ARCHIVE_TRACE_DATA:-linea-sepolia-erigon3-archive-trace}:/root/.local/share/erigon - - /slowdisk:/slowdisk - - .//sepolia:/config - + - /slowdisk:/slowdisk entrypoint: [/bin/sh, -c, '[ ! -f /root/.local/share/erigon/chaindata/mdbx.dat ] && erigon init /config/genesis.json; exec erigon "$@"'] command: + - --bootnoodes=enode://6f20afbe4397e51b717a7c1ad3095e79aee48c835eebd9237a3e8a16951ade1fe0e66e981e30ea269849fcb6ba03d838da37f524fabd2a557474194a2e2604fa@18.221.100.27:31002,enode://ce1e0d8e0500cb5c0ac56bdcdafb2d6320c3a2c5125b5ccf12f5dfc9b47ee74acbcafc32559017613136c9c36a0ce74ba4f83b7fb8244f099f3b15708d9d3129@3.23.75.47:31000,enode://1b026a5eb0ae74300f58987d235ef0e3a550df963345cb3574be3b0b54378bd11f14dfd515a8976f2c2d2826090e9507b8ccc24f896a9ffffffcabcfd996a733@3.129.120.128:31001 - --datadir=/root/.local/share/erigon - - --port=10235 - - --nat=extip:${IP} - --http + - --http.addr=0.0.0.0 + - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin - - - --rpc.returndata.limit=1100000 - - --rpc.gascap=6000000000 - - - --prune.mode= - - - --p2p.allowed-ports=30235 - - --p2p.allowed-ports=35235 + - --nat=extip:${IP} - --network=goerli - --networkid=59141 - - --bootnoodes=enode://6f20afbe4397e51b717a7c1ad3095e79aee48c835eebd9237a3e8a16951ade1fe0e66e981e30ea269849fcb6ba03d838da37f524fabd2a557474194a2e2604fa@18.221.100.27:31002,enode://ce1e0d8e0500cb5c0ac56bdcdafb2d6320c3a2c5125b5ccf12f5dfc9b47ee74acbcafc32559017613136c9c36a0ce74ba4f83b7fb8244f099f3b15708d9d3129@3.23.75.47:31000,enode://1b026a5eb0ae74300f58987d235ef0e3a550df963345cb3574be3b0b54378bd11f14dfd515a8976f2c2d2826090e9507b8ccc24f896a9ffffffcabcfd996a733@3.129.120.128:31001 - + - --p2p.allowed-ports=30235 + - --p2p.allowed-ports=35235 + - --port=10235 + - --prune.mode= + - --rpc.gascap=6000000000 + - --rpc.returndata.limit=1100000 + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -115,3 +108,5 @@ x-upstreams: - name: erigon_getBlockByTimestamp - name: erigon_BlockNumber - name: erigon_getLatestLogs + +... \ No newline at end of file diff --git a/linea/erigon3/linea-sepolia-erigon3-minimal-trace.yml b/linea/erigon3/linea-sepolia-erigon3-minimal-trace.yml index dc52fcf4..6aa44c47 100644 --- a/linea/erigon3/linea-sepolia-erigon3-minimal-trace.yml +++ b/linea/erigon3/linea-sepolia-erigon3-minimal-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -31,37 +32,29 @@ services: - 35235:35235/udp volumes: - ${LINEA_SEPOLIA_ERIGON3_MINIMAL_TRACE_DATA:-linea-sepolia-erigon3-minimal-trace}:/root/.local/share/erigon - - /slowdisk:/slowdisk - - .//sepolia:/config - + - /slowdisk:/slowdisk entrypoint: [/bin/sh, -c, '[ ! -f /root/.local/share/erigon/chaindata/mdbx.dat ] && erigon init /config/genesis.json; exec erigon "$@"'] command: + - --bootnoodes=enode://6f20afbe4397e51b717a7c1ad3095e79aee48c835eebd9237a3e8a16951ade1fe0e66e981e30ea269849fcb6ba03d838da37f524fabd2a557474194a2e2604fa@18.221.100.27:31002,enode://ce1e0d8e0500cb5c0ac56bdcdafb2d6320c3a2c5125b5ccf12f5dfc9b47ee74acbcafc32559017613136c9c36a0ce74ba4f83b7fb8244f099f3b15708d9d3129@3.23.75.47:31000,enode://1b026a5eb0ae74300f58987d235ef0e3a550df963345cb3574be3b0b54378bd11f14dfd515a8976f2c2d2826090e9507b8ccc24f896a9ffffffcabcfd996a733@3.129.120.128:31001 - --datadir=/root/.local/share/erigon - - --port=10235 - - --nat=extip:${IP} - --http + - --http.addr=0.0.0.0 + - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin - - - --rpc.returndata.limit=1100000 - - --rpc.gascap=6000000000 - - - --prune.mode= - - - --p2p.allowed-ports=30235 - - --p2p.allowed-ports=35235 + - --nat=extip:${IP} - --network=goerli - --networkid=59141 - - --bootnoodes=enode://6f20afbe4397e51b717a7c1ad3095e79aee48c835eebd9237a3e8a16951ade1fe0e66e981e30ea269849fcb6ba03d838da37f524fabd2a557474194a2e2604fa@18.221.100.27:31002,enode://ce1e0d8e0500cb5c0ac56bdcdafb2d6320c3a2c5125b5ccf12f5dfc9b47ee74acbcafc32559017613136c9c36a0ce74ba4f83b7fb8244f099f3b15708d9d3129@3.23.75.47:31000,enode://1b026a5eb0ae74300f58987d235ef0e3a550df963345cb3574be3b0b54378bd11f14dfd515a8976f2c2d2826090e9507b8ccc24f896a9ffffffcabcfd996a733@3.129.120.128:31001 - + - --p2p.allowed-ports=30235 + - --p2p.allowed-ports=35235 + - --port=10235 + - --prune.mode= + - --rpc.gascap=6000000000 + - --rpc.returndata.limit=1100000 + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -115,3 +108,5 @@ x-upstreams: - name: erigon_getBlockByTimestamp - name: erigon_BlockNumber - name: erigon_getLatestLogs + +... \ No newline at end of file diff --git a/linea/erigon3/linea-sepolia-erigon3-pruned-trace.yml b/linea/erigon3/linea-sepolia-erigon3-pruned-trace.yml index ee94b6b4..5d4c9e34 100644 --- a/linea/erigon3/linea-sepolia-erigon3-pruned-trace.yml +++ b/linea/erigon3/linea-sepolia-erigon3-pruned-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -31,37 +32,29 @@ services: - 35235:35235/udp volumes: - ${LINEA_SEPOLIA_ERIGON3_PRUNED_TRACE_DATA:-linea-sepolia-erigon3-pruned-trace}:/root/.local/share/erigon - - /slowdisk:/slowdisk - - .//sepolia:/config - + - /slowdisk:/slowdisk entrypoint: [/bin/sh, -c, '[ ! -f /root/.local/share/erigon/chaindata/mdbx.dat ] && erigon init /config/genesis.json; exec erigon "$@"'] command: + - --bootnoodes=enode://6f20afbe4397e51b717a7c1ad3095e79aee48c835eebd9237a3e8a16951ade1fe0e66e981e30ea269849fcb6ba03d838da37f524fabd2a557474194a2e2604fa@18.221.100.27:31002,enode://ce1e0d8e0500cb5c0ac56bdcdafb2d6320c3a2c5125b5ccf12f5dfc9b47ee74acbcafc32559017613136c9c36a0ce74ba4f83b7fb8244f099f3b15708d9d3129@3.23.75.47:31000,enode://1b026a5eb0ae74300f58987d235ef0e3a550df963345cb3574be3b0b54378bd11f14dfd515a8976f2c2d2826090e9507b8ccc24f896a9ffffffcabcfd996a733@3.129.120.128:31001 - --datadir=/root/.local/share/erigon - - --port=10235 - - --nat=extip:${IP} - --http + - --http.addr=0.0.0.0 + - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin - - - --rpc.returndata.limit=1100000 - - --rpc.gascap=6000000000 - - - --prune.mode= - - - --p2p.allowed-ports=30235 - - --p2p.allowed-ports=35235 + - --nat=extip:${IP} - --network=goerli - --networkid=59141 - - --bootnoodes=enode://6f20afbe4397e51b717a7c1ad3095e79aee48c835eebd9237a3e8a16951ade1fe0e66e981e30ea269849fcb6ba03d838da37f524fabd2a557474194a2e2604fa@18.221.100.27:31002,enode://ce1e0d8e0500cb5c0ac56bdcdafb2d6320c3a2c5125b5ccf12f5dfc9b47ee74acbcafc32559017613136c9c36a0ce74ba4f83b7fb8244f099f3b15708d9d3129@3.23.75.47:31000,enode://1b026a5eb0ae74300f58987d235ef0e3a550df963345cb3574be3b0b54378bd11f14dfd515a8976f2c2d2826090e9507b8ccc24f896a9ffffffcabcfd996a733@3.129.120.128:31001 - + - --p2p.allowed-ports=30235 + - --p2p.allowed-ports=35235 + - --port=10235 + - --prune.mode= + - --rpc.gascap=6000000000 + - --rpc.returndata.limit=1100000 + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -115,3 +108,5 @@ x-upstreams: - name: erigon_getBlockByTimestamp - name: erigon_BlockNumber - name: erigon_getLatestLogs + +... \ No newline at end of file diff --git a/op/erigon/base-mainnet-op-erigon-archive-trace.yml b/op/erigon/base-mainnet-op-erigon-archive-trace.yml index ace241b7..e1788f55 100644 --- a/op/erigon/base-mainnet-op-erigon-archive-trace.yml +++ b/op/erigon/base-mainnet-op-erigon-archive-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -31,39 +32,29 @@ services: - 35092:35092/udp volumes: - ${BASE_MAINNET_OP_ERIGON_ARCHIVE_TRACE_DATA:-base-mainnet-op-erigon-archive-trace}:/root/.local/share/erigon - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk entrypoint: [erigon] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* + - --chain=base-mainnet - --datadir=/root/.local/share/erigon - - --port=10092 - - --nat=extip:${IP} - --http + - --http.addr=0.0.0.0 + - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine - - - --rpc.returndata.limit=1100000 - - --rpc.gascap=6000000000 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - + - --nat=extip:${IP} - --p2p.allowed-ports=30092 - --p2p.allowed-ports=35092 - - - --chain=base-mainnet - + - --port=10092 + - --rpc.gascap=6000000000 + - --rpc.returndata.limit=1100000 + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,26 +75,26 @@ services: - 15092:15092 - 15092:15092/udp environment: - - OP_NODE_NETWORK=base-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://base-mainnet-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15092 - - OP_NODE_P2P_LISTEN_UDP_PORT=15092 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://base-mainnet-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=base-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15092 + - OP_NODE_P2P_LISTEN_UDP_PORT=15092 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -111,7 +102,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: base-mainnet-op-erigon-archive-trace: @@ -152,3 +142,5 @@ x-upstreams: - name: erigon_getBlockByTimestamp - name: erigon_BlockNumber - name: erigon_getLatestLogs + +... \ No newline at end of file diff --git a/op/erigon/base-sepolia-op-erigon-archive-trace.yml b/op/erigon/base-sepolia-op-erigon-archive-trace.yml index 14df539a..4958661e 100644 --- a/op/erigon/base-sepolia-op-erigon-archive-trace.yml +++ b/op/erigon/base-sepolia-op-erigon-archive-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -31,39 +32,29 @@ services: - 35487:35487/udp volumes: - ${BASE_SEPOLIA_OP_ERIGON_ARCHIVE_TRACE_DATA:-base-sepolia-op-erigon-archive-trace}:/root/.local/share/erigon - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk entrypoint: [erigon] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* + - --chain=base-sepolia - --datadir=/root/.local/share/erigon - - --port=10487 - - --nat=extip:${IP} - --http + - --http.addr=0.0.0.0 + - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine - - - --rpc.returndata.limit=1100000 - - --rpc.gascap=6000000000 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - + - --nat=extip:${IP} - --p2p.allowed-ports=30487 - --p2p.allowed-ports=35487 - - - --chain=base-sepolia - + - --port=10487 + - --rpc.gascap=6000000000 + - --rpc.returndata.limit=1100000 + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,27 +75,27 @@ services: - 15487:15487 - 15487:15487/udp environment: - - OP_NODE_NETWORK=base-sepolia - - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://base-sepolia-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15487 - - OP_NODE_P2P_LISTEN_UDP_PORT=15487 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER} - - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://base-sepolia-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=base-sepolia + - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15487 + - OP_NODE_P2P_LISTEN_UDP_PORT=15487 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -112,7 +103,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: base-sepolia-op-erigon-archive-trace: @@ -153,3 +143,5 @@ x-upstreams: - name: erigon_getBlockByTimestamp - name: erigon_BlockNumber - name: erigon_getLatestLogs + +... \ No newline at end of file diff --git a/op/erigon/bob-mainnet-op-erigon-archive-trace.yml b/op/erigon/bob-mainnet-op-erigon-archive-trace.yml index cf3abd49..658f5a7c 100644 --- a/op/erigon/bob-mainnet-op-erigon-archive-trace.yml +++ b/op/erigon/bob-mainnet-op-erigon-archive-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -31,39 +32,29 @@ services: - 35071:35071/udp volumes: - ${BOB_MAINNET_OP_ERIGON_ARCHIVE_TRACE_DATA:-bob-mainnet-op-erigon-archive-trace}:/root/.local/share/erigon - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk entrypoint: [erigon] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* + - --chain=bob-mainnet - --datadir=/root/.local/share/erigon - - --port=10071 - - --nat=extip:${IP} - --http + - --http.addr=0.0.0.0 + - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine - - - --rpc.returndata.limit=1100000 - - --rpc.gascap=6000000000 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - + - --nat=extip:${IP} - --p2p.allowed-ports=30071 - --p2p.allowed-ports=35071 - - - --chain=bob-mainnet - + - --port=10071 + - --rpc.gascap=6000000000 + - --rpc.returndata.limit=1100000 + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,26 +75,26 @@ services: - 15071:15071 - 15071:15071/udp environment: - - OP_NODE_NETWORK=bob-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://bob-mainnet-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15071 - - OP_NODE_P2P_LISTEN_UDP_PORT=15071 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://bob-mainnet-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=bob-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15071 + - OP_NODE_P2P_LISTEN_UDP_PORT=15071 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -111,7 +102,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: bob-mainnet-op-erigon-archive-trace: @@ -152,3 +142,5 @@ x-upstreams: - name: erigon_getBlockByTimestamp - name: erigon_BlockNumber - name: erigon_getLatestLogs + +... \ No newline at end of file diff --git a/op/erigon/boba-mainnet-op-erigon-archive-trace.yml b/op/erigon/boba-mainnet-op-erigon-archive-trace.yml index caacbcec..3e46265f 100644 --- a/op/erigon/boba-mainnet-op-erigon-archive-trace.yml +++ b/op/erigon/boba-mainnet-op-erigon-archive-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -31,39 +32,29 @@ services: - 35732:35732/udp volumes: - ${BOBA_MAINNET_OP_ERIGON_ARCHIVE_TRACE_DATA:-boba-mainnet-op-erigon-archive-trace}:/db - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk entrypoint: [erigon] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* + - --chain=boba-mainnet - --datadir=/db - - --port=10732 - - --nat=extip:${IP} - --http + - --http.addr=0.0.0.0 + - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine - - - --rpc.returndata.limit=1100000 - - --rpc.gascap=6000000000 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - + - --nat=extip:${IP} - --p2p.allowed-ports=30732 - --p2p.allowed-ports=35732 - - - --chain=boba-mainnet - + - --port=10732 + - --rpc.gascap=6000000000 + - --rpc.returndata.limit=1100000 + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,26 +75,26 @@ services: - 15732:15732 - 15732:15732/udp environment: - - OP_NODE_NETWORK=boba-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://boba-mainnet-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15732 - - OP_NODE_P2P_LISTEN_UDP_PORT=15732 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://boba-mainnet-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=boba-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15732 + - OP_NODE_P2P_LISTEN_UDP_PORT=15732 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -111,7 +102,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: boba-mainnet-op-erigon-archive-trace: @@ -152,3 +142,5 @@ x-upstreams: - name: erigon_getBlockByTimestamp - name: erigon_BlockNumber - name: erigon_getLatestLogs + +... \ No newline at end of file diff --git a/op/erigon/boba-sepolia-op-erigon-archive-trace.yml b/op/erigon/boba-sepolia-op-erigon-archive-trace.yml index 3754b1ae..0931aa51 100644 --- a/op/erigon/boba-sepolia-op-erigon-archive-trace.yml +++ b/op/erigon/boba-sepolia-op-erigon-archive-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -31,39 +32,29 @@ services: - 35249:35249/udp volumes: - ${BOBA_SEPOLIA_OP_ERIGON_ARCHIVE_TRACE_DATA:-boba-sepolia-op-erigon-archive-trace}:/db - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk entrypoint: [erigon] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* + - --chain=boba-sepolia - --datadir=/db - - --port=10249 - - --nat=extip:${IP} - --http + - --http.addr=0.0.0.0 + - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine - - - --rpc.returndata.limit=1100000 - - --rpc.gascap=6000000000 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - + - --nat=extip:${IP} - --p2p.allowed-ports=30249 - --p2p.allowed-ports=35249 - - - --chain=boba-sepolia - + - --port=10249 + - --rpc.gascap=6000000000 + - --rpc.returndata.limit=1100000 + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,27 +75,27 @@ services: - 15249:15249 - 15249:15249/udp environment: - - OP_NODE_NETWORK=boba-sepolia - - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://boba-sepolia-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15249 - - OP_NODE_P2P_LISTEN_UDP_PORT=15249 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER} - - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://boba-sepolia-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=boba-sepolia + - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15249 + - OP_NODE_P2P_LISTEN_UDP_PORT=15249 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -112,7 +103,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: boba-sepolia-op-erigon-archive-trace: @@ -153,3 +143,5 @@ x-upstreams: - name: erigon_getBlockByTimestamp - name: erigon_BlockNumber - name: erigon_getLatestLogs + +... \ No newline at end of file diff --git a/op/erigon/hashkeychain-mainnet-op-erigon-archive-trace.yml b/op/erigon/hashkeychain-mainnet-op-erigon-archive-trace.yml index 6e6714a8..45cef6b8 100644 --- a/op/erigon/hashkeychain-mainnet-op-erigon-archive-trace.yml +++ b/op/erigon/hashkeychain-mainnet-op-erigon-archive-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -31,39 +32,29 @@ services: - 35378:35378/udp volumes: - ${HASHKEYCHAIN_MAINNET_OP_ERIGON_ARCHIVE_TRACE_DATA:-hashkeychain-mainnet-op-erigon-archive-trace}:/root/.local/share/erigon - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk entrypoint: [erigon] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* + - --chain=hashkeychain-mainnet - --datadir=/root/.local/share/erigon - - --port=10378 - - --nat=extip:${IP} - --http + - --http.addr=0.0.0.0 + - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine - - - --rpc.returndata.limit=1100000 - - --rpc.gascap=6000000000 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - + - --nat=extip:${IP} - --p2p.allowed-ports=30378 - --p2p.allowed-ports=35378 - - - --chain=hashkeychain-mainnet - + - --port=10378 + - --rpc.gascap=6000000000 + - --rpc.returndata.limit=1100000 + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,26 +75,26 @@ services: - 15378:15378 - 15378:15378/udp environment: - - OP_NODE_NETWORK=hashkeychain-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://hashkeychain-mainnet-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15378 - - OP_NODE_P2P_LISTEN_UDP_PORT=15378 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://hashkeychain-mainnet-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=hashkeychain-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15378 + - OP_NODE_P2P_LISTEN_UDP_PORT=15378 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -111,7 +102,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: hashkeychain-mainnet-op-erigon-archive-trace: @@ -152,3 +142,5 @@ x-upstreams: - name: erigon_getBlockByTimestamp - name: erigon_BlockNumber - name: erigon_getLatestLogs + +... \ No newline at end of file diff --git a/op/erigon/ink-mainnet-op-erigon-archive-trace.yml b/op/erigon/ink-mainnet-op-erigon-archive-trace.yml index 022d5474..6b05b2a5 100644 --- a/op/erigon/ink-mainnet-op-erigon-archive-trace.yml +++ b/op/erigon/ink-mainnet-op-erigon-archive-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -31,39 +32,29 @@ services: - 35990:35990/udp volumes: - ${INK_MAINNET_OP_ERIGON_ARCHIVE_TRACE_DATA:-ink-mainnet-op-erigon-archive-trace}:/root/.local/share/erigon - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk entrypoint: [erigon] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* + - --chain=ink-mainnet - --datadir=/root/.local/share/erigon - - --port=10990 - - --nat=extip:${IP} - --http + - --http.addr=0.0.0.0 + - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine - - - --rpc.returndata.limit=1100000 - - --rpc.gascap=6000000000 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - + - --nat=extip:${IP} - --p2p.allowed-ports=30990 - --p2p.allowed-ports=35990 - - - --chain=ink-mainnet - + - --port=10990 + - --rpc.gascap=6000000000 + - --rpc.returndata.limit=1100000 + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,26 +75,26 @@ services: - 15990:15990 - 15990:15990/udp environment: - - OP_NODE_NETWORK=ink-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://ink-mainnet-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15990 - - OP_NODE_P2P_LISTEN_UDP_PORT=15990 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://ink-mainnet-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=ink-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15990 + - OP_NODE_P2P_LISTEN_UDP_PORT=15990 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -111,7 +102,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: ink-mainnet-op-erigon-archive-trace: @@ -152,3 +142,5 @@ x-upstreams: - name: erigon_getBlockByTimestamp - name: erigon_BlockNumber - name: erigon_getLatestLogs + +... \ No newline at end of file diff --git a/op/erigon/ink-sepolia-op-erigon-archive-trace.yml b/op/erigon/ink-sepolia-op-erigon-archive-trace.yml index c75abc69..f405d530 100644 --- a/op/erigon/ink-sepolia-op-erigon-archive-trace.yml +++ b/op/erigon/ink-sepolia-op-erigon-archive-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -31,39 +32,29 @@ services: - 35826:35826/udp volumes: - ${INK_SEPOLIA_OP_ERIGON_ARCHIVE_TRACE_DATA:-ink-sepolia-op-erigon-archive-trace}:/root/.local/share/erigon - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk entrypoint: [erigon] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* + - --chain=ink-sepolia - --datadir=/root/.local/share/erigon - - --port=10826 - - --nat=extip:${IP} - --http + - --http.addr=0.0.0.0 + - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine - - - --rpc.returndata.limit=1100000 - - --rpc.gascap=6000000000 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - + - --nat=extip:${IP} - --p2p.allowed-ports=30826 - --p2p.allowed-ports=35826 - - - --chain=ink-sepolia - + - --port=10826 + - --rpc.gascap=6000000000 + - --rpc.returndata.limit=1100000 + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,27 +75,27 @@ services: - 15826:15826 - 15826:15826/udp environment: - - OP_NODE_NETWORK=ink-sepolia - - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://ink-sepolia-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15826 - - OP_NODE_P2P_LISTEN_UDP_PORT=15826 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER} - - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://ink-sepolia-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=ink-sepolia + - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15826 + - OP_NODE_P2P_LISTEN_UDP_PORT=15826 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -112,7 +103,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: ink-sepolia-op-erigon-archive-trace: @@ -153,3 +143,5 @@ x-upstreams: - name: erigon_getBlockByTimestamp - name: erigon_BlockNumber - name: erigon_getLatestLogs + +... \ No newline at end of file diff --git a/op/erigon/lisk-mainnet-op-erigon-archive-trace.yml b/op/erigon/lisk-mainnet-op-erigon-archive-trace.yml index 46919126..1d6a47f6 100644 --- a/op/erigon/lisk-mainnet-op-erigon-archive-trace.yml +++ b/op/erigon/lisk-mainnet-op-erigon-archive-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -31,39 +32,29 @@ services: - 35831:35831/udp volumes: - ${LISK_MAINNET_OP_ERIGON_ARCHIVE_TRACE_DATA:-lisk-mainnet-op-erigon-archive-trace}:/root/.local/share/erigon - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk entrypoint: [erigon] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* + - --chain=lisk-mainnet - --datadir=/root/.local/share/erigon - - --port=10831 - - --nat=extip:${IP} - --http + - --http.addr=0.0.0.0 + - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine - - - --rpc.returndata.limit=1100000 - - --rpc.gascap=6000000000 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - + - --nat=extip:${IP} - --p2p.allowed-ports=30831 - --p2p.allowed-ports=35831 - - - --chain=lisk-mainnet - + - --port=10831 + - --rpc.gascap=6000000000 + - --rpc.returndata.limit=1100000 + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,26 +75,26 @@ services: - 15831:15831 - 15831:15831/udp environment: - - OP_NODE_NETWORK=lisk-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://lisk-mainnet-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15831 - - OP_NODE_P2P_LISTEN_UDP_PORT=15831 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://lisk-mainnet-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=lisk-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15831 + - OP_NODE_P2P_LISTEN_UDP_PORT=15831 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -111,7 +102,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: lisk-mainnet-op-erigon-archive-trace: @@ -152,3 +142,5 @@ x-upstreams: - name: erigon_getBlockByTimestamp - name: erigon_BlockNumber - name: erigon_getLatestLogs + +... \ No newline at end of file diff --git a/op/erigon/metal-mainnet-op-erigon-archive-trace.yml b/op/erigon/metal-mainnet-op-erigon-archive-trace.yml index 95203dba..7c869e90 100644 --- a/op/erigon/metal-mainnet-op-erigon-archive-trace.yml +++ b/op/erigon/metal-mainnet-op-erigon-archive-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -31,39 +32,29 @@ services: - 35543:35543/udp volumes: - ${METAL_MAINNET_OP_ERIGON_ARCHIVE_TRACE_DATA:-metal-mainnet-op-erigon-archive-trace}:/root/.local/share/erigon - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk entrypoint: [erigon] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* + - --chain=metal-mainnet - --datadir=/root/.local/share/erigon - - --port=10543 - - --nat=extip:${IP} - --http + - --http.addr=0.0.0.0 + - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine - - - --rpc.returndata.limit=1100000 - - --rpc.gascap=6000000000 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - + - --nat=extip:${IP} - --p2p.allowed-ports=30543 - --p2p.allowed-ports=35543 - - - --chain=metal-mainnet - + - --port=10543 + - --rpc.gascap=6000000000 + - --rpc.returndata.limit=1100000 + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,26 +75,26 @@ services: - 15543:15543 - 15543:15543/udp environment: - - OP_NODE_NETWORK=metal-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://metal-mainnet-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15543 - - OP_NODE_P2P_LISTEN_UDP_PORT=15543 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://metal-mainnet-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=metal-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15543 + - OP_NODE_P2P_LISTEN_UDP_PORT=15543 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -111,7 +102,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: metal-mainnet-op-erigon-archive-trace: @@ -152,3 +142,5 @@ x-upstreams: - name: erigon_getBlockByTimestamp - name: erigon_BlockNumber - name: erigon_getLatestLogs + +... \ No newline at end of file diff --git a/op/erigon/mode-mainnet-op-erigon-archive-trace.yml b/op/erigon/mode-mainnet-op-erigon-archive-trace.yml index abfaff7a..906ca62e 100644 --- a/op/erigon/mode-mainnet-op-erigon-archive-trace.yml +++ b/op/erigon/mode-mainnet-op-erigon-archive-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -31,39 +32,29 @@ services: - 35509:35509/udp volumes: - ${MODE_MAINNET_OP_ERIGON_ARCHIVE_TRACE_DATA:-mode-mainnet-op-erigon-archive-trace}:/root/.local/share/erigon - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk entrypoint: [erigon] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* + - --chain=mode-mainnet - --datadir=/root/.local/share/erigon - - --port=10509 - - --nat=extip:${IP} - --http + - --http.addr=0.0.0.0 + - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine - - - --rpc.returndata.limit=1100000 - - --rpc.gascap=6000000000 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - + - --nat=extip:${IP} - --p2p.allowed-ports=30509 - --p2p.allowed-ports=35509 - - - --chain=mode-mainnet - + - --port=10509 + - --rpc.gascap=6000000000 + - --rpc.returndata.limit=1100000 + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,26 +75,26 @@ services: - 15509:15509 - 15509:15509/udp environment: - - OP_NODE_NETWORK=mode-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://mode-mainnet-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15509 - - OP_NODE_P2P_LISTEN_UDP_PORT=15509 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://mode-mainnet-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=mode-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15509 + - OP_NODE_P2P_LISTEN_UDP_PORT=15509 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -111,7 +102,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: mode-mainnet-op-erigon-archive-trace: @@ -152,3 +142,5 @@ x-upstreams: - name: erigon_getBlockByTimestamp - name: erigon_BlockNumber - name: erigon_getLatestLogs + +... \ No newline at end of file diff --git a/op/erigon/mode-sepolia-op-erigon-archive-trace.yml b/op/erigon/mode-sepolia-op-erigon-archive-trace.yml index d7e46e23..8013f2de 100644 --- a/op/erigon/mode-sepolia-op-erigon-archive-trace.yml +++ b/op/erigon/mode-sepolia-op-erigon-archive-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -31,39 +32,29 @@ services: - 35212:35212/udp volumes: - ${MODE_SEPOLIA_OP_ERIGON_ARCHIVE_TRACE_DATA:-mode-sepolia-op-erigon-archive-trace}:/root/.local/share/erigon - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk entrypoint: [erigon] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* + - --chain=mode-sepolia - --datadir=/root/.local/share/erigon - - --port=10212 - - --nat=extip:${IP} - --http + - --http.addr=0.0.0.0 + - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine - - - --rpc.returndata.limit=1100000 - - --rpc.gascap=6000000000 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - + - --nat=extip:${IP} - --p2p.allowed-ports=30212 - --p2p.allowed-ports=35212 - - - --chain=mode-sepolia - + - --port=10212 + - --rpc.gascap=6000000000 + - --rpc.returndata.limit=1100000 + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,27 +75,27 @@ services: - 15212:15212 - 15212:15212/udp environment: - - OP_NODE_NETWORK=mode-sepolia - - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://mode-sepolia-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15212 - - OP_NODE_P2P_LISTEN_UDP_PORT=15212 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER} - - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://mode-sepolia-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=mode-sepolia + - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15212 + - OP_NODE_P2P_LISTEN_UDP_PORT=15212 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -112,7 +103,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: mode-sepolia-op-erigon-archive-trace: @@ -153,3 +143,5 @@ x-upstreams: - name: erigon_getBlockByTimestamp - name: erigon_BlockNumber - name: erigon_getLatestLogs + +... \ No newline at end of file diff --git a/op/erigon/op-mainnet-op-erigon-archive-trace.yml b/op/erigon/op-mainnet-op-erigon-archive-trace.yml index b152d2e4..4dfa5242 100644 --- a/op/erigon/op-mainnet-op-erigon-archive-trace.yml +++ b/op/erigon/op-mainnet-op-erigon-archive-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -31,39 +32,29 @@ services: - 35509:35509/udp volumes: - ${OP_MAINNET_OP_ERIGON_ARCHIVE_TRACE_DATA:-op-mainnet-op-erigon-archive-trace}:/root/.local/share/erigon - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk entrypoint: [erigon] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* + - --chain=op-mainnet - --datadir=/root/.local/share/erigon - - --port=10509 - - --nat=extip:${IP} - --http + - --http.addr=0.0.0.0 + - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine - - - --rpc.returndata.limit=1100000 - - --rpc.gascap=6000000000 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - + - --nat=extip:${IP} - --p2p.allowed-ports=30509 - --p2p.allowed-ports=35509 - - - --chain=op-mainnet - + - --port=10509 + - --rpc.gascap=6000000000 + - --rpc.returndata.limit=1100000 + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,26 +75,26 @@ services: - 15509:15509 - 15509:15509/udp environment: - - OP_NODE_NETWORK=op-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://op-mainnet-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15509 - - OP_NODE_P2P_LISTEN_UDP_PORT=15509 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://op-mainnet-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=op-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15509 + - OP_NODE_P2P_LISTEN_UDP_PORT=15509 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -111,7 +102,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: op-mainnet-op-erigon-archive-trace: @@ -152,3 +142,5 @@ x-upstreams: - name: erigon_getBlockByTimestamp - name: erigon_BlockNumber - name: erigon_getLatestLogs + +... \ No newline at end of file diff --git a/op/erigon/op-sepolia-op-erigon-archive-trace.yml b/op/erigon/op-sepolia-op-erigon-archive-trace.yml index c42874b0..aa625c33 100644 --- a/op/erigon/op-sepolia-op-erigon-archive-trace.yml +++ b/op/erigon/op-sepolia-op-erigon-archive-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -31,39 +32,29 @@ services: - 35373:35373/udp volumes: - ${OP_SEPOLIA_OP_ERIGON_ARCHIVE_TRACE_DATA:-op-sepolia-op-erigon-archive-trace}:/root/.local/share/erigon - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk entrypoint: [erigon] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* + - --chain=op-sepolia - --datadir=/root/.local/share/erigon - - --port=10373 - - --nat=extip:${IP} - --http + - --http.addr=0.0.0.0 + - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine - - - --rpc.returndata.limit=1100000 - - --rpc.gascap=6000000000 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - + - --nat=extip:${IP} - --p2p.allowed-ports=30373 - --p2p.allowed-ports=35373 - - - --chain=op-sepolia - + - --port=10373 + - --rpc.gascap=6000000000 + - --rpc.returndata.limit=1100000 + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,27 +75,27 @@ services: - 15373:15373 - 15373:15373/udp environment: - - OP_NODE_NETWORK=op-sepolia - - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://op-sepolia-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15373 - - OP_NODE_P2P_LISTEN_UDP_PORT=15373 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER} - - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://op-sepolia-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=op-sepolia + - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15373 + - OP_NODE_P2P_LISTEN_UDP_PORT=15373 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -112,7 +103,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: op-sepolia-op-erigon-archive-trace: @@ -153,3 +143,5 @@ x-upstreams: - name: erigon_getBlockByTimestamp - name: erigon_BlockNumber - name: erigon_getLatestLogs + +... \ No newline at end of file diff --git a/op/erigon/snax-mainnet-op-erigon-archive-trace.yml b/op/erigon/snax-mainnet-op-erigon-archive-trace.yml index b9beb7b9..c0409854 100644 --- a/op/erigon/snax-mainnet-op-erigon-archive-trace.yml +++ b/op/erigon/snax-mainnet-op-erigon-archive-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -31,39 +32,29 @@ services: - 35671:35671/udp volumes: - ${SNAX_MAINNET_OP_ERIGON_ARCHIVE_TRACE_DATA:-snax-mainnet-op-erigon-archive-trace}:/root/.local/share/erigon - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk entrypoint: [erigon] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* + - --chain=snax-mainnet - --datadir=/root/.local/share/erigon - - --port=10671 - - --nat=extip:${IP} - --http + - --http.addr=0.0.0.0 + - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine - - - --rpc.returndata.limit=1100000 - - --rpc.gascap=6000000000 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - + - --nat=extip:${IP} - --p2p.allowed-ports=30671 - --p2p.allowed-ports=35671 - - - --chain=snax-mainnet - + - --port=10671 + - --rpc.gascap=6000000000 + - --rpc.returndata.limit=1100000 + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,26 +75,26 @@ services: - 15671:15671 - 15671:15671/udp environment: - - OP_NODE_NETWORK=snax-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://snax-mainnet-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15671 - - OP_NODE_P2P_LISTEN_UDP_PORT=15671 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://snax-mainnet-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=snax-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15671 + - OP_NODE_P2P_LISTEN_UDP_PORT=15671 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -111,7 +102,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: snax-mainnet-op-erigon-archive-trace: @@ -152,3 +142,5 @@ x-upstreams: - name: erigon_getBlockByTimestamp - name: erigon_BlockNumber - name: erigon_getLatestLogs + +... \ No newline at end of file diff --git a/op/erigon/soneium-minato-op-erigon-archive-trace.yml b/op/erigon/soneium-minato-op-erigon-archive-trace.yml index c89e538e..b7374414 100644 --- a/op/erigon/soneium-minato-op-erigon-archive-trace.yml +++ b/op/erigon/soneium-minato-op-erigon-archive-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -31,39 +32,29 @@ services: - 35314:35314/udp volumes: - ${SONEIUM_MINATO_OP_ERIGON_ARCHIVE_TRACE_DATA:-soneium-minato-op-erigon-archive-trace}:/root/.local/share/erigon - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk entrypoint: [erigon] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* + - --chain=soneium-minato - --datadir=/root/.local/share/erigon - - --port=10314 - - --nat=extip:${IP} - --http + - --http.addr=0.0.0.0 + - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine - - - --rpc.returndata.limit=1100000 - - --rpc.gascap=6000000000 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - + - --nat=extip:${IP} - --p2p.allowed-ports=30314 - --p2p.allowed-ports=35314 - - - --chain=soneium-minato - + - --port=10314 + - --rpc.gascap=6000000000 + - --rpc.returndata.limit=1100000 + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,27 +75,27 @@ services: - 15314:15314 - 15314:15314/udp environment: - - OP_NODE_NETWORK=soneium-minato - - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://soneium-minato-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15314 - - OP_NODE_P2P_LISTEN_UDP_PORT=15314 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER} - - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://soneium-minato-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=soneium-minato + - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15314 + - OP_NODE_P2P_LISTEN_UDP_PORT=15314 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -112,7 +103,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: soneium-minato-op-erigon-archive-trace: @@ -153,3 +143,5 @@ x-upstreams: - name: erigon_getBlockByTimestamp - name: erigon_BlockNumber - name: erigon_getLatestLogs + +... \ No newline at end of file diff --git a/op/erigon/swell-mainnet-op-erigon-archive-trace.yml b/op/erigon/swell-mainnet-op-erigon-archive-trace.yml index c9cad71d..b68ba7b2 100644 --- a/op/erigon/swell-mainnet-op-erigon-archive-trace.yml +++ b/op/erigon/swell-mainnet-op-erigon-archive-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -31,39 +32,29 @@ services: - 35810:35810/udp volumes: - ${SWELL_MAINNET_OP_ERIGON_ARCHIVE_TRACE_DATA:-swell-mainnet-op-erigon-archive-trace}:/root/.local/share/erigon - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk entrypoint: [erigon] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* + - --chain=swell-mainnet - --datadir=/root/.local/share/erigon - - --port=10810 - - --nat=extip:${IP} - --http + - --http.addr=0.0.0.0 + - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine - - - --rpc.returndata.limit=1100000 - - --rpc.gascap=6000000000 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - + - --nat=extip:${IP} - --p2p.allowed-ports=30810 - --p2p.allowed-ports=35810 - - - --chain=swell-mainnet - + - --port=10810 + - --rpc.gascap=6000000000 + - --rpc.returndata.limit=1100000 + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,26 +75,26 @@ services: - 15810:15810 - 15810:15810/udp environment: - - OP_NODE_NETWORK=swell-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://swell-mainnet-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15810 - - OP_NODE_P2P_LISTEN_UDP_PORT=15810 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://swell-mainnet-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=swell-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15810 + - OP_NODE_P2P_LISTEN_UDP_PORT=15810 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -111,7 +102,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: swell-mainnet-op-erigon-archive-trace: @@ -152,3 +142,5 @@ x-upstreams: - name: erigon_getBlockByTimestamp - name: erigon_BlockNumber - name: erigon_getLatestLogs + +... \ No newline at end of file diff --git a/op/erigon/unichain-mainnet-op-erigon-archive-trace.yml b/op/erigon/unichain-mainnet-op-erigon-archive-trace.yml index a05e2f84..e78bb910 100644 --- a/op/erigon/unichain-mainnet-op-erigon-archive-trace.yml +++ b/op/erigon/unichain-mainnet-op-erigon-archive-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -31,39 +32,29 @@ services: - 35415:35415/udp volumes: - ${UNICHAIN_MAINNET_OP_ERIGON_ARCHIVE_TRACE_DATA:-unichain-mainnet-op-erigon-archive-trace}:/root/.local/share/erigon - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk entrypoint: [erigon] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* + - --chain=unichain-mainnet - --datadir=/root/.local/share/erigon - - --port=10415 - - --nat=extip:${IP} - --http + - --http.addr=0.0.0.0 + - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine - - - --rpc.returndata.limit=1100000 - - --rpc.gascap=6000000000 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - + - --nat=extip:${IP} - --p2p.allowed-ports=30415 - --p2p.allowed-ports=35415 - - - --chain=unichain-mainnet - + - --port=10415 + - --rpc.gascap=6000000000 + - --rpc.returndata.limit=1100000 + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,26 +75,26 @@ services: - 15415:15415 - 15415:15415/udp environment: - - OP_NODE_NETWORK=unichain-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://unichain-mainnet-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15415 - - OP_NODE_P2P_LISTEN_UDP_PORT=15415 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://unichain-mainnet-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=unichain-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15415 + - OP_NODE_P2P_LISTEN_UDP_PORT=15415 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -111,7 +102,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: unichain-mainnet-op-erigon-archive-trace: @@ -152,3 +142,5 @@ x-upstreams: - name: erigon_getBlockByTimestamp - name: erigon_BlockNumber - name: erigon_getLatestLogs + +... \ No newline at end of file diff --git a/op/erigon/unichain-sepolia-op-erigon-archive-trace.yml b/op/erigon/unichain-sepolia-op-erigon-archive-trace.yml index 3f0fd6d7..b942a76d 100644 --- a/op/erigon/unichain-sepolia-op-erigon-archive-trace.yml +++ b/op/erigon/unichain-sepolia-op-erigon-archive-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -31,39 +32,29 @@ services: - 35196:35196/udp volumes: - ${UNICHAIN_SEPOLIA_OP_ERIGON_ARCHIVE_TRACE_DATA:-unichain-sepolia-op-erigon-archive-trace}:/root/.local/share/erigon - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk entrypoint: [erigon] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* + - --chain=unichain-sepolia - --datadir=/root/.local/share/erigon - - --port=10196 - - --nat=extip:${IP} - --http + - --http.addr=0.0.0.0 + - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine - - - --rpc.returndata.limit=1100000 - - --rpc.gascap=6000000000 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - + - --nat=extip:${IP} - --p2p.allowed-ports=30196 - --p2p.allowed-ports=35196 - - - --chain=unichain-sepolia - + - --port=10196 + - --rpc.gascap=6000000000 + - --rpc.returndata.limit=1100000 + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,27 +75,27 @@ services: - 15196:15196 - 15196:15196/udp environment: - - OP_NODE_NETWORK=unichain-sepolia - - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://unichain-sepolia-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15196 - - OP_NODE_P2P_LISTEN_UDP_PORT=15196 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER} - - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://unichain-sepolia-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=unichain-sepolia + - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15196 + - OP_NODE_P2P_LISTEN_UDP_PORT=15196 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -112,7 +103,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: unichain-sepolia-op-erigon-archive-trace: @@ -153,3 +143,5 @@ x-upstreams: - name: erigon_getBlockByTimestamp - name: erigon_BlockNumber - name: erigon_getLatestLogs + +... \ No newline at end of file diff --git a/op/erigon/worldchain-mainnet-op-erigon-archive-trace.yml b/op/erigon/worldchain-mainnet-op-erigon-archive-trace.yml index 035773d2..a709cb8c 100644 --- a/op/erigon/worldchain-mainnet-op-erigon-archive-trace.yml +++ b/op/erigon/worldchain-mainnet-op-erigon-archive-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -31,39 +32,29 @@ services: - 35629:35629/udp volumes: - ${WORLDCHAIN_MAINNET_OP_ERIGON_ARCHIVE_TRACE_DATA:-worldchain-mainnet-op-erigon-archive-trace}:/root/.local/share/erigon - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk entrypoint: [erigon] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* + - --chain=worldchain-mainnet - --datadir=/root/.local/share/erigon - - --port=10629 - - --nat=extip:${IP} - --http + - --http.addr=0.0.0.0 + - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine - - - --rpc.returndata.limit=1100000 - - --rpc.gascap=6000000000 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - + - --nat=extip:${IP} - --p2p.allowed-ports=30629 - --p2p.allowed-ports=35629 - - - --chain=worldchain-mainnet - + - --port=10629 + - --rpc.gascap=6000000000 + - --rpc.returndata.limit=1100000 + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,26 +75,26 @@ services: - 15629:15629 - 15629:15629/udp environment: - - OP_NODE_NETWORK=worldchain-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://worldchain-mainnet-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15629 - - OP_NODE_P2P_LISTEN_UDP_PORT=15629 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://worldchain-mainnet-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=worldchain-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15629 + - OP_NODE_P2P_LISTEN_UDP_PORT=15629 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -111,7 +102,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: worldchain-mainnet-op-erigon-archive-trace: @@ -152,3 +142,5 @@ x-upstreams: - name: erigon_getBlockByTimestamp - name: erigon_BlockNumber - name: erigon_getLatestLogs + +... \ No newline at end of file diff --git a/op/erigon/worldchain-sepolia-op-erigon-archive-trace.yml b/op/erigon/worldchain-sepolia-op-erigon-archive-trace.yml index d648e041..ce4ce8af 100644 --- a/op/erigon/worldchain-sepolia-op-erigon-archive-trace.yml +++ b/op/erigon/worldchain-sepolia-op-erigon-archive-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -31,39 +32,29 @@ services: - 35046:35046/udp volumes: - ${WORLDCHAIN_SEPOLIA_OP_ERIGON_ARCHIVE_TRACE_DATA:-worldchain-sepolia-op-erigon-archive-trace}:/root/.local/share/erigon - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk entrypoint: [erigon] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* + - --chain=worldchain-sepolia - --datadir=/root/.local/share/erigon - - --port=10046 - - --nat=extip:${IP} - --http + - --http.addr=0.0.0.0 + - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine - - - --rpc.returndata.limit=1100000 - - --rpc.gascap=6000000000 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - + - --nat=extip:${IP} - --p2p.allowed-ports=30046 - --p2p.allowed-ports=35046 - - - --chain=worldchain-sepolia - + - --port=10046 + - --rpc.gascap=6000000000 + - --rpc.returndata.limit=1100000 + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,27 +75,27 @@ services: - 15046:15046 - 15046:15046/udp environment: - - OP_NODE_NETWORK=worldchain-sepolia - - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://worldchain-sepolia-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15046 - - OP_NODE_P2P_LISTEN_UDP_PORT=15046 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER} - - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://worldchain-sepolia-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=worldchain-sepolia + - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15046 + - OP_NODE_P2P_LISTEN_UDP_PORT=15046 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -112,7 +103,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: worldchain-sepolia-op-erigon-archive-trace: @@ -153,3 +143,5 @@ x-upstreams: - name: erigon_getBlockByTimestamp - name: erigon_BlockNumber - name: erigon_getLatestLogs + +... \ No newline at end of file diff --git a/op/erigon/zora-mainnet-op-erigon-archive-trace.yml b/op/erigon/zora-mainnet-op-erigon-archive-trace.yml index 0ccfcb76..a957df0e 100644 --- a/op/erigon/zora-mainnet-op-erigon-archive-trace.yml +++ b/op/erigon/zora-mainnet-op-erigon-archive-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -31,39 +32,29 @@ services: - 35360:35360/udp volumes: - ${ZORA_MAINNET_OP_ERIGON_ARCHIVE_TRACE_DATA:-zora-mainnet-op-erigon-archive-trace}:/root/.local/share/erigon - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk entrypoint: [erigon] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* + - --chain=zora-mainnet - --datadir=/root/.local/share/erigon - - --port=10360 - - --nat=extip:${IP} - --http + - --http.addr=0.0.0.0 + - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine - - - --rpc.returndata.limit=1100000 - - --rpc.gascap=6000000000 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - + - --nat=extip:${IP} - --p2p.allowed-ports=30360 - --p2p.allowed-ports=35360 - - - --chain=zora-mainnet - + - --port=10360 + - --rpc.gascap=6000000000 + - --rpc.returndata.limit=1100000 + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,26 +75,26 @@ services: - 15360:15360 - 15360:15360/udp environment: - - OP_NODE_NETWORK=zora-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://zora-mainnet-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15360 - - OP_NODE_P2P_LISTEN_UDP_PORT=15360 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://zora-mainnet-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=zora-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15360 + - OP_NODE_P2P_LISTEN_UDP_PORT=15360 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -111,7 +102,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: zora-mainnet-op-erigon-archive-trace: @@ -152,3 +142,5 @@ x-upstreams: - name: erigon_getBlockByTimestamp - name: erigon_BlockNumber - name: erigon_getLatestLogs + +... \ No newline at end of file diff --git a/op/erigon/zora-sepolia-op-erigon-archive-trace.yml b/op/erigon/zora-sepolia-op-erigon-archive-trace.yml index 1daa89bf..914509a6 100644 --- a/op/erigon/zora-sepolia-op-erigon-archive-trace.yml +++ b/op/erigon/zora-sepolia-op-erigon-archive-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -31,39 +32,29 @@ services: - 35839:35839/udp volumes: - ${ZORA_SEPOLIA_OP_ERIGON_ARCHIVE_TRACE_DATA:-zora-sepolia-op-erigon-archive-trace}:/root/.local/share/erigon - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk entrypoint: [erigon] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* + - --chain=zora-sepolia - --datadir=/root/.local/share/erigon - - --port=10839 - - --nat=extip:${IP} - --http + - --http.addr=0.0.0.0 + - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - - --http.addr=0.0.0.0 - - --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine - - - --rpc.returndata.limit=1100000 - - --rpc.gascap=6000000000 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - + - --nat=extip:${IP} - --p2p.allowed-ports=30839 - --p2p.allowed-ports=35839 - - - --chain=zora-sepolia - + - --port=10839 + - --rpc.gascap=6000000000 + - --rpc.returndata.limit=1100000 + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,27 +75,27 @@ services: - 15839:15839 - 15839:15839/udp environment: - - OP_NODE_NETWORK=zora-sepolia - - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://zora-sepolia-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15839 - - OP_NODE_P2P_LISTEN_UDP_PORT=15839 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER} - - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://zora-sepolia-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=zora-sepolia + - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15839 + - OP_NODE_P2P_LISTEN_UDP_PORT=15839 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -112,7 +103,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: zora-sepolia-op-erigon-archive-trace: @@ -153,3 +143,5 @@ x-upstreams: - name: erigon_getBlockByTimestamp - name: erigon_BlockNumber - name: erigon_getLatestLogs + +... \ No newline at end of file diff --git a/op/geth/base-mainnet-op-geth-archive-leveldb-hash.yml b/op/geth/base-mainnet-op-geth-archive-leveldb-hash.yml index c084d45b..f2c57c75 100644 --- a/op/geth/base-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/base-mainnet-op-geth-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10422:10422/udp volumes: - ${BASE_MAINNET_OP_GETH_ARCHIVE_LEVELDB_HASH_DATA:-base-mainnet-op-geth-archive-leveldb-hash}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=base-mainnet entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10422 - - --nat=extip:${IP} + - --db.engine=leveldb + - --gcmode=archive - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10422 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=leveldb - --state.scheme=hash - --syncmode=full - - --gcmode=archive - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,26 +76,26 @@ services: - 15422:15422 - 15422:15422/udp environment: - - OP_NODE_NETWORK=base-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://base-mainnet-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15422 - - OP_NODE_P2P_LISTEN_UDP_PORT=15422 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://base-mainnet-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=base-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15422 + - OP_NODE_P2P_LISTEN_UDP_PORT=15422 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -111,7 +103,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: base-mainnet-op-geth-archive-leveldb-hash: @@ -146,3 +137,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/base-mainnet-op-geth-pruned-pebble-path.yml b/op/geth/base-mainnet-op-geth-pruned-pebble-path.yml index 40740ca0..ecdf6607 100644 --- a/op/geth/base-mainnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/base-mainnet-op-geth-pruned-pebble-path.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10422:10422/udp volumes: - ${BASE_MAINNET_OP_GETH_PRUNED_PEBBLE_PATH_DATA:-base-mainnet-op-geth-pruned-pebble-path}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=base-mainnet entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10422 - - --nat=extip:${IP} + - --db.engine=pebble + - --gcmode=full - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10422 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=pebble - --state.scheme=path - --syncmode=snap - - --gcmode=full - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,26 +76,26 @@ services: - 15422:15422 - 15422:15422/udp environment: - - OP_NODE_NETWORK=base-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://base-mainnet:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15422 - - OP_NODE_P2P_LISTEN_UDP_PORT=15422 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://base-mainnet:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=base-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15422 + - OP_NODE_P2P_LISTEN_UDP_PORT=15422 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -111,7 +103,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: base-mainnet-op-geth-pruned-pebble-path: @@ -149,3 +140,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/base-sepolia-op-geth-archive-leveldb-hash.yml b/op/geth/base-sepolia-op-geth-archive-leveldb-hash.yml index 07118000..601a7421 100644 --- a/op/geth/base-sepolia-op-geth-archive-leveldb-hash.yml +++ b/op/geth/base-sepolia-op-geth-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10022:10022/udp volumes: - ${BASE_SEPOLIA_OP_GETH_ARCHIVE_LEVELDB_HASH_DATA:-base-sepolia-op-geth-archive-leveldb-hash}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=base-sepolia entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10022 - - --nat=extip:${IP} + - --db.engine=leveldb + - --gcmode=archive - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10022 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=leveldb - --state.scheme=hash - --syncmode=full - - --gcmode=archive - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,27 +76,27 @@ services: - 15022:15022 - 15022:15022/udp environment: - - OP_NODE_NETWORK=base-sepolia - - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://base-sepolia-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15022 - - OP_NODE_P2P_LISTEN_UDP_PORT=15022 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER} - - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://base-sepolia-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=base-sepolia + - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15022 + - OP_NODE_P2P_LISTEN_UDP_PORT=15022 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -112,7 +104,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: base-sepolia-op-geth-archive-leveldb-hash: @@ -147,3 +138,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/base-sepolia-op-geth-pruned-pebble-path.yml b/op/geth/base-sepolia-op-geth-pruned-pebble-path.yml index 384db038..c187d5fb 100644 --- a/op/geth/base-sepolia-op-geth-pruned-pebble-path.yml +++ b/op/geth/base-sepolia-op-geth-pruned-pebble-path.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10022:10022/udp volumes: - ${BASE_SEPOLIA_OP_GETH_PRUNED_PEBBLE_PATH_DATA:-base-sepolia-op-geth-pruned-pebble-path}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=base-sepolia entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10022 - - --nat=extip:${IP} + - --db.engine=pebble + - --gcmode=full - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10022 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=pebble - --state.scheme=path - --syncmode=snap - - --gcmode=full - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,27 +76,27 @@ services: - 15022:15022 - 15022:15022/udp environment: - - OP_NODE_NETWORK=base-sepolia - - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://base-sepolia:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15022 - - OP_NODE_P2P_LISTEN_UDP_PORT=15022 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER} - - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://base-sepolia:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=base-sepolia + - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15022 + - OP_NODE_P2P_LISTEN_UDP_PORT=15022 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -112,7 +104,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: base-sepolia-op-geth-pruned-pebble-path: @@ -150,3 +141,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/blast-mainnet-op-geth-archive-leveldb-hash.yml b/op/geth/blast-mainnet-op-geth-archive-leveldb-hash.yml index 83c2ccf1..f5c8fe72 100644 --- a/op/geth/blast-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/blast-mainnet-op-geth-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10769:10769/udp volumes: - ${BLAST_MAINNET_OP_GETH_ARCHIVE_LEVELDB_HASH_DATA:-blast-mainnet-op-geth-archive-leveldb-hash}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=blast-mainnet entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10769 - - --nat=extip:${IP} + - --db.engine=leveldb + - --gcmode=archive - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10769 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=leveldb - --state.scheme=hash - --syncmode=full - - --gcmode=archive - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,27 +76,27 @@ services: - 15769:15769 - 15769:15769/udp environment: - - OP_NODE_NETWORK=blast-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://blast-mainnet-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15769 - - OP_NODE_P2P_LISTEN_UDP_PORT=15769 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_P2P_STATIC_PEERS=enr:-J64QGwHl9uYLfC_cnmxSA6wQH811nkOWJDWjzxqkEUlJoZHWvI66u-BXgVcPCeMUmg0dBpFQAPotFchG67FHJMZ9OSGAY3d6wevgmlkgnY0gmlwhANizeSHb3BzdGFja4Sx_AQAiXNlY3AyNTZrMaECg4pk0cskPAyJ7pOmo9E6RqGBwV-Lex4VS9a3MQvu7PWDdGNwgnZhg3VkcIJ2YQ,enr:-J64QDge2jYBQtcNEpRqmKfci5E5BHAhNBjgv4WSdwH1_wPqbueq2bDj38-TSW8asjy5lJj1Xftui6Or8lnaYFCqCI-GAY3d6wf3gmlkgnY0gmlwhCO2D9yHb3BzdGFja4Sx_AQAiXNlY3AyNTZrMaEDo4aCTq7pCEN8om9U5n_VyWdambGnQhwHNwKc8o-OicaDdGNwgnZhg3VkcIJ2YQ - - OP_NODE_SYNCMODE=consensus-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://blast-mainnet-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=blast-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15769 + - OP_NODE_P2P_LISTEN_UDP_PORT=15769 + - OP_NODE_P2P_STATIC_PEERS=enr:-J64QGwHl9uYLfC_cnmxSA6wQH811nkOWJDWjzxqkEUlJoZHWvI66u-BXgVcPCeMUmg0dBpFQAPotFchG67FHJMZ9OSGAY3d6wevgmlkgnY0gmlwhANizeSHb3BzdGFja4Sx_AQAiXNlY3AyNTZrMaECg4pk0cskPAyJ7pOmo9E6RqGBwV-Lex4VS9a3MQvu7PWDdGNwgnZhg3VkcIJ2YQ,enr:-J64QDge2jYBQtcNEpRqmKfci5E5BHAhNBjgv4WSdwH1_wPqbueq2bDj38-TSW8asjy5lJj1Xftui6Or8lnaYFCqCI-GAY3d6wf3gmlkgnY0gmlwhCO2D9yHb3BzdGFja4Sx_AQAiXNlY3AyNTZrMaEDo4aCTq7pCEN8om9U5n_VyWdambGnQhwHNwKc8o-OicaDdGNwgnZhg3VkcIJ2YQ - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=consensus-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -112,7 +104,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: blast-mainnet-op-geth-archive-leveldb-hash: @@ -147,3 +138,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/blast-mainnet-op-geth-pruned-pebble-path.yml b/op/geth/blast-mainnet-op-geth-pruned-pebble-path.yml index 8c2dc715..41a48f07 100644 --- a/op/geth/blast-mainnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/blast-mainnet-op-geth-pruned-pebble-path.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10769:10769/udp volumes: - ${BLAST_MAINNET_OP_GETH_PRUNED_PEBBLE_PATH_DATA:-blast-mainnet-op-geth-pruned-pebble-path}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=blast-mainnet entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10769 - - --nat=extip:${IP} + - --db.engine=pebble + - --gcmode=full - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10769 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=pebble - --state.scheme=path - --syncmode=snap - - --gcmode=full - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,27 +76,27 @@ services: - 15769:15769 - 15769:15769/udp environment: - - OP_NODE_NETWORK=blast-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://blast-mainnet:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15769 - - OP_NODE_P2P_LISTEN_UDP_PORT=15769 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_P2P_STATIC_PEERS=enr:-J64QGwHl9uYLfC_cnmxSA6wQH811nkOWJDWjzxqkEUlJoZHWvI66u-BXgVcPCeMUmg0dBpFQAPotFchG67FHJMZ9OSGAY3d6wevgmlkgnY0gmlwhANizeSHb3BzdGFja4Sx_AQAiXNlY3AyNTZrMaECg4pk0cskPAyJ7pOmo9E6RqGBwV-Lex4VS9a3MQvu7PWDdGNwgnZhg3VkcIJ2YQ,enr:-J64QDge2jYBQtcNEpRqmKfci5E5BHAhNBjgv4WSdwH1_wPqbueq2bDj38-TSW8asjy5lJj1Xftui6Or8lnaYFCqCI-GAY3d6wf3gmlkgnY0gmlwhCO2D9yHb3BzdGFja4Sx_AQAiXNlY3AyNTZrMaEDo4aCTq7pCEN8om9U5n_VyWdambGnQhwHNwKc8o-OicaDdGNwgnZhg3VkcIJ2YQ - - OP_NODE_SYNCMODE=consensus-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://blast-mainnet:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=blast-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15769 + - OP_NODE_P2P_LISTEN_UDP_PORT=15769 + - OP_NODE_P2P_STATIC_PEERS=enr:-J64QGwHl9uYLfC_cnmxSA6wQH811nkOWJDWjzxqkEUlJoZHWvI66u-BXgVcPCeMUmg0dBpFQAPotFchG67FHJMZ9OSGAY3d6wevgmlkgnY0gmlwhANizeSHb3BzdGFja4Sx_AQAiXNlY3AyNTZrMaECg4pk0cskPAyJ7pOmo9E6RqGBwV-Lex4VS9a3MQvu7PWDdGNwgnZhg3VkcIJ2YQ,enr:-J64QDge2jYBQtcNEpRqmKfci5E5BHAhNBjgv4WSdwH1_wPqbueq2bDj38-TSW8asjy5lJj1Xftui6Or8lnaYFCqCI-GAY3d6wf3gmlkgnY0gmlwhCO2D9yHb3BzdGFja4Sx_AQAiXNlY3AyNTZrMaEDo4aCTq7pCEN8om9U5n_VyWdambGnQhwHNwKc8o-OicaDdGNwgnZhg3VkcIJ2YQ - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=consensus-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -112,7 +104,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: blast-mainnet-op-geth-pruned-pebble-path: @@ -150,3 +141,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/blast-sepolia-op-geth-pruned-pebble-hash.yml b/op/geth/blast-sepolia-op-geth-pruned-pebble-hash.yml index 8d5447bf..970ab6ee 100644 --- a/op/geth/blast-sepolia-op-geth-pruned-pebble-hash.yml +++ b/op/geth/blast-sepolia-op-geth-pruned-pebble-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10591:10591/udp volumes: - ${BLAST_SEPOLIA_OP_GETH_PRUNED_PEBBLE_HASH_DATA:-blast-sepolia-op-geth-pruned-pebble-hash}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=blast-sepolia entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10591 - - --nat=extip:${IP} + - --db.engine=pebble + - --gcmode=full - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10591 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=pebble - --state.scheme=hash - --syncmode=snap - - --gcmode=full - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,28 +76,28 @@ services: - 15591:15591 - 15591:15591/udp environment: - - OP_NODE_NETWORK=blast-sepolia - - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://blast-sepolia:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15591 - - OP_NODE_P2P_LISTEN_UDP_PORT=15591 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER} - - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 - - OP_NODE_P2P_STATIC_PEERS=enr:-J64QGwHl9uYLfC_cnmxSA6wQH811nkOWJDWjzxqkEUlJoZHWvI66u-BXgVcPCeMUmg0dBpFQAPotFchG67FHJMZ9OSGAY3d6wevgmlkgnY0gmlwhANizeSHb3BzdGFja4Sx_AQAiXNlY3AyNTZrMaECg4pk0cskPAyJ7pOmo9E6RqGBwV-Lex4VS9a3MQvu7PWDdGNwgnZhg3VkcIJ2YQ,enr:-J64QDge2jYBQtcNEpRqmKfci5E5BHAhNBjgv4WSdwH1_wPqbueq2bDj38-TSW8asjy5lJj1Xftui6Or8lnaYFCqCI-GAY3d6wf3gmlkgnY0gmlwhCO2D9yHb3BzdGFja4Sx_AQAiXNlY3AyNTZrMaEDo4aCTq7pCEN8om9U5n_VyWdambGnQhwHNwKc8o-OicaDdGNwgnZhg3VkcIJ2YQ - - OP_NODE_SYNCMODE=consensus-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://blast-sepolia:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=blast-sepolia + - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15591 + - OP_NODE_P2P_LISTEN_UDP_PORT=15591 + - OP_NODE_P2P_STATIC_PEERS=enr:-J64QGwHl9uYLfC_cnmxSA6wQH811nkOWJDWjzxqkEUlJoZHWvI66u-BXgVcPCeMUmg0dBpFQAPotFchG67FHJMZ9OSGAY3d6wevgmlkgnY0gmlwhANizeSHb3BzdGFja4Sx_AQAiXNlY3AyNTZrMaECg4pk0cskPAyJ7pOmo9E6RqGBwV-Lex4VS9a3MQvu7PWDdGNwgnZhg3VkcIJ2YQ,enr:-J64QDge2jYBQtcNEpRqmKfci5E5BHAhNBjgv4WSdwH1_wPqbueq2bDj38-TSW8asjy5lJj1Xftui6Or8lnaYFCqCI-GAY3d6wf3gmlkgnY0gmlwhCO2D9yHb3BzdGFja4Sx_AQAiXNlY3AyNTZrMaEDo4aCTq7pCEN8om9U5n_VyWdambGnQhwHNwKc8o-OicaDdGNwgnZhg3VkcIJ2YQ - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=consensus-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -113,7 +105,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: blast-sepolia-op-geth-pruned-pebble-hash: @@ -148,3 +139,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/bob-mainnet-op-geth-archive-leveldb-hash.yml b/op/geth/bob-mainnet-op-geth-archive-leveldb-hash.yml index 68aec0af..b1a8a68a 100644 --- a/op/geth/bob-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/bob-mainnet-op-geth-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10363:10363/udp volumes: - ${BOB_MAINNET_OP_GETH_ARCHIVE_LEVELDB_HASH_DATA:-bob-mainnet-op-geth-archive-leveldb-hash}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=bob-mainnet entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10363 - - --nat=extip:${IP} + - --db.engine=leveldb + - --gcmode=archive - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10363 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=leveldb - --state.scheme=hash - --syncmode=full - - --gcmode=archive - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,26 +76,26 @@ services: - 15363:15363 - 15363:15363/udp environment: - - OP_NODE_NETWORK=bob-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://bob-mainnet-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15363 - - OP_NODE_P2P_LISTEN_UDP_PORT=15363 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://bob-mainnet-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=bob-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15363 + - OP_NODE_P2P_LISTEN_UDP_PORT=15363 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -111,7 +103,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: bob-mainnet-op-geth-archive-leveldb-hash: @@ -146,3 +137,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/bob-mainnet-op-geth-pruned-pebble-hash.yml b/op/geth/bob-mainnet-op-geth-pruned-pebble-hash.yml index f5547a12..f3827f0a 100644 --- a/op/geth/bob-mainnet-op-geth-pruned-pebble-hash.yml +++ b/op/geth/bob-mainnet-op-geth-pruned-pebble-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10363:10363/udp volumes: - ${BOB_MAINNET_OP_GETH_PRUNED_PEBBLE_HASH_DATA:-bob-mainnet-op-geth-pruned-pebble-hash}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=bob-mainnet entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10363 - - --nat=extip:${IP} + - --db.engine=pebble + - --gcmode=full - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10363 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=pebble - --state.scheme=hash - --syncmode=snap - - --gcmode=full - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,26 +76,26 @@ services: - 15363:15363 - 15363:15363/udp environment: - - OP_NODE_NETWORK=bob-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://bob-mainnet:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15363 - - OP_NODE_P2P_LISTEN_UDP_PORT=15363 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://bob-mainnet:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=bob-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15363 + - OP_NODE_P2P_LISTEN_UDP_PORT=15363 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -111,7 +103,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: bob-mainnet-op-geth-pruned-pebble-hash: @@ -146,3 +137,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/boba-mainnet-op-geth-pruned.yml b/op/geth/boba-mainnet-op-geth-pruned.yml index 2d9c1e34..a2249fe2 100644 --- a/op/geth/boba-mainnet-op-geth-pruned.yml +++ b/op/geth/boba-mainnet-op-geth-pruned.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10022:10022/udp volumes: - ${BOBA_MAINNET_OP_GETH_PRUNED_DATA:-boba-mainnet-op-geth-pruned}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=boba-mainnet entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10022 - - --nat=extip:${IP} + - --db.engine= + - --gcmode=full - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10022 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine= - --state.scheme= - --syncmode=snap - - --gcmode=full - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,26 +76,26 @@ services: - 15022:15022 - 15022:15022/udp environment: - - OP_NODE_NETWORK=boba-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://boba-mainnet:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15022 - - OP_NODE_P2P_LISTEN_UDP_PORT=15022 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://boba-mainnet:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=boba-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15022 + - OP_NODE_P2P_LISTEN_UDP_PORT=15022 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -111,7 +103,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: boba-mainnet-op-geth-pruned: @@ -146,3 +137,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/boba-sepolia-op-geth-pruned.yml b/op/geth/boba-sepolia-op-geth-pruned.yml index b8993609..a79845dc 100644 --- a/op/geth/boba-sepolia-op-geth-pruned.yml +++ b/op/geth/boba-sepolia-op-geth-pruned.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10901:10901/udp volumes: - ${BOBA_SEPOLIA_OP_GETH_PRUNED_DATA:-boba-sepolia-op-geth-pruned}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=boba-sepolia entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10901 - - --nat=extip:${IP} + - --db.engine= + - --gcmode=full - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10901 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine= - --state.scheme= - --syncmode=snap - - --gcmode=full - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,27 +76,27 @@ services: - 15901:15901 - 15901:15901/udp environment: - - OP_NODE_NETWORK=boba-sepolia - - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://boba-sepolia:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15901 - - OP_NODE_P2P_LISTEN_UDP_PORT=15901 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER} - - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://boba-sepolia:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=boba-sepolia + - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15901 + - OP_NODE_P2P_LISTEN_UDP_PORT=15901 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -112,7 +104,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: boba-sepolia-op-geth-pruned: @@ -147,3 +138,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/celo-alfajores-op-geth-archive-leveldb-hash.yml b/op/geth/celo-alfajores-op-geth-archive-leveldb-hash.yml index cd9a616d..eaa6f134 100644 --- a/op/geth/celo-alfajores-op-geth-archive-leveldb-hash.yml +++ b/op/geth/celo-alfajores-op-geth-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10457:10457/udp volumes: - ${CELO_ALFAJORES_OP_GETH_ARCHIVE_LEVELDB_HASH_DATA:-celo-alfajores-op-geth-archive-leveldb-hash}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=celo-alfajores entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10457 - - --nat=extip:${IP} + - --db.engine=leveldb + - --gcmode=archive - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10457 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=leveldb - --state.scheme=hash - --syncmode=full - - --gcmode=archive - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,41 +76,40 @@ services: - 15457:15457 - 15457:15457/udp environment: - - OP_NODE_NETWORK=celo-alfajores - - OP_NODE_L1_ETH_RPC=${ETHEREUM_HOLESKY_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://celo-alfajores-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15457 - - OP_NODE_P2P_LISTEN_UDP_PORT=15457 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_HOLESKY_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_HOLESKY_EXECUTION_TRUST:-false} + - NODE_IMAGE=us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-node + - NODE_VERSION=celo-v2.0.0 + - OP_NODE_ALTDA_DA_SERVER=http://celo-alfajores-archive-eigenda-proxy:4242 + - OP_NODE_ALTDA_DA_SERVICE=true + - OP_NODE_ALTDA_ENABLED=true + - OP_NODE_ALTDA_VERIFY_ON_READ=false - OP_NODE_L1_BEACON=${ETHEREUM_HOLESKY_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_HOLESKY_BEACON_ARCHIVER} - - OP_NODE_P2P_STATIC_PEERS=/ip4/35.197.25.52/tcp/9222/p2p/16Uiu2HAmQEdyLRSAVZDr5SqbJ1RnKmNDhtQJcEKmemrVxe4FxKwR,/ip4/34.105.22.4/tcp/9222/p2p/16Uiu2HAm1SZBDSugT5MMu7vBY8auDgfZFNhoDeXPLc9Me5FsAxwT,/ip4/34.83.209.168/tcp/9222/p2p/16Uiu2HAmGJAiUX6HLSo4nLh8T984qxzokwL23cVsYuNZy2SrK7C6,/ip4/34.83.214.149/tcp/9222/p2p/16Uiu2HAmAko2Kr3eAjM7tnshtEhYrxQYfKUvN2kwiygeFoBAoi8S,/ip4/34.169.5.52/tcp/9222/p2p/16Uiu2HAmKc6YKHzYgsjBDaj36uAufxpgZFgrzDqVBt6zTPwdhhJD - - OP_NODE_ALTDA_DA_SERVER=http://celo-alfajores-archive-eigenda-proxy:4242 - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_HOLESKY_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_HOLESKY_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_HOLESKY_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://celo-alfajores-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=celo-alfajores + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15457 + - OP_NODE_P2P_LISTEN_UDP_PORT=15457 + - OP_NODE_P2P_STATIC_PEERS=/ip4/35.197.25.52/tcp/9222/p2p/16Uiu2HAmQEdyLRSAVZDr5SqbJ1RnKmNDhtQJcEKmemrVxe4FxKwR,/ip4/34.105.22.4/tcp/9222/p2p/16Uiu2HAm1SZBDSugT5MMu7vBY8auDgfZFNhoDeXPLc9Me5FsAxwT,/ip4/34.83.209.168/tcp/9222/p2p/16Uiu2HAmGJAiUX6HLSo4nLh8T984qxzokwL23cVsYuNZy2SrK7C6,/ip4/34.83.214.149/tcp/9222/p2p/16Uiu2HAmAko2Kr3eAjM7tnshtEhYrxQYfKUvN2kwiygeFoBAoi8S,/ip4/34.169.5.52/tcp/9222/p2p/16Uiu2HAmKc6YKHzYgsjBDaj36uAufxpgZFgrzDqVBt6zTPwdhhJD - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 - - NODE_IMAGE=us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-node - - NODE_VERSION=celo-v2.0.0 - - OP_NODE_ALTDA_ENABLED=true - - OP_NODE_ALTDA_DA_SERVICE=true - - OP_NODE_ALTDA_VERIFY_ON_READ=false entrypoint: [op-node] networks: - chains volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped celo-alfajores-archive-relay: image: ${CELO_EIGENDA_PROXY_IMAGE:-ghcr.io/layr-labs/eigenda-proxy}:${CELO_ALFAJORES_EIGENDA_PROXY_VERSION:-v1.6.4} @@ -126,20 +117,19 @@ services: - 20457:20457 - 20457:20457/udp environment: - - EIGENDA_PROXY_ETH_RPC=${ETHEREUM_HOLESKY_EXECUTION_RPC} - - EIGENDA_PROXY_PORT=20457 - - EIGENDA_PROXY_IMAGE=ghcr.io/layr-labs/eigenda-proxy - - EIGENDA_PROXY_VERSION=v1.6.4 - - EIGENDA_PROXY_EIGENDA_STATUS_QUERY_TIMEOUT=45m - - EIGENDA_PROXY_EIGENDA_MAX_BLOB_LENGTH=32MiB - EIGENDA_PROXY_EIGENDA_CONFIRMATION_DEPTH=1 - EIGENDA_PROXY_EIGENDA_GRPC_DISABLE_TLS=false + - EIGENDA_PROXY_EIGENDA_MAX_BLOB_LENGTH=32MiB + - EIGENDA_PROXY_EIGENDA_STATUS_QUERY_TIMEOUT=45m + - EIGENDA_PROXY_ETH_RPC=${ETHEREUM_HOLESKY_EXECUTION_RPC} + - EIGENDA_PROXY_IMAGE=ghcr.io/layr-labs/eigenda-proxy + - EIGENDA_PROXY_PORT=20457 + - EIGENDA_PROXY_VERSION=v1.6.4 networks: - chains volumes: - ${CELO_ALFAJORES_OP_GETH_ARCHIVE_LEVELDB_HASH__EIGENDA_DATA:-celo-alfajores-op-geth-archive-leveldb-hash_eigenda}:/data - restart: unless-stopped volumes: celo-alfajores-op-geth-archive-leveldb-hash: @@ -175,3 +165,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/celo-alfajores-op-geth-pruned-pebble-path.yml b/op/geth/celo-alfajores-op-geth-pruned-pebble-path.yml index 5a27a5f8..4c7fef32 100644 --- a/op/geth/celo-alfajores-op-geth-pruned-pebble-path.yml +++ b/op/geth/celo-alfajores-op-geth-pruned-pebble-path.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10457:10457/udp volumes: - ${CELO_ALFAJORES_OP_GETH_PRUNED_PEBBLE_PATH_DATA:-celo-alfajores-op-geth-pruned-pebble-path}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=celo-alfajores entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10457 - - --nat=extip:${IP} + - --db.engine=pebble + - --gcmode=full - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10457 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=pebble - --state.scheme=path - --syncmode=snap - - --gcmode=full - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,41 +76,40 @@ services: - 15457:15457 - 15457:15457/udp environment: - - OP_NODE_NETWORK=celo-alfajores - - OP_NODE_L1_ETH_RPC=${ETHEREUM_HOLESKY_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://celo-alfajores:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15457 - - OP_NODE_P2P_LISTEN_UDP_PORT=15457 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_HOLESKY_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_HOLESKY_EXECUTION_TRUST:-false} + - NODE_IMAGE=us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-node + - NODE_VERSION=celo-v2.0.0 + - OP_NODE_ALTDA_DA_SERVER=http://celo-alfajores-eigenda-proxy:4242 + - OP_NODE_ALTDA_DA_SERVICE=true + - OP_NODE_ALTDA_ENABLED=true + - OP_NODE_ALTDA_VERIFY_ON_READ=false - OP_NODE_L1_BEACON=${ETHEREUM_HOLESKY_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_HOLESKY_BEACON_ARCHIVER} - - OP_NODE_P2P_STATIC_PEERS=/ip4/35.197.25.52/tcp/9222/p2p/16Uiu2HAmQEdyLRSAVZDr5SqbJ1RnKmNDhtQJcEKmemrVxe4FxKwR,/ip4/34.105.22.4/tcp/9222/p2p/16Uiu2HAm1SZBDSugT5MMu7vBY8auDgfZFNhoDeXPLc9Me5FsAxwT,/ip4/34.83.209.168/tcp/9222/p2p/16Uiu2HAmGJAiUX6HLSo4nLh8T984qxzokwL23cVsYuNZy2SrK7C6,/ip4/34.83.214.149/tcp/9222/p2p/16Uiu2HAmAko2Kr3eAjM7tnshtEhYrxQYfKUvN2kwiygeFoBAoi8S,/ip4/34.169.5.52/tcp/9222/p2p/16Uiu2HAmKc6YKHzYgsjBDaj36uAufxpgZFgrzDqVBt6zTPwdhhJD - - OP_NODE_ALTDA_DA_SERVER=http://celo-alfajores-eigenda-proxy:4242 - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_HOLESKY_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_HOLESKY_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_HOLESKY_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://celo-alfajores:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=celo-alfajores + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15457 + - OP_NODE_P2P_LISTEN_UDP_PORT=15457 + - OP_NODE_P2P_STATIC_PEERS=/ip4/35.197.25.52/tcp/9222/p2p/16Uiu2HAmQEdyLRSAVZDr5SqbJ1RnKmNDhtQJcEKmemrVxe4FxKwR,/ip4/34.105.22.4/tcp/9222/p2p/16Uiu2HAm1SZBDSugT5MMu7vBY8auDgfZFNhoDeXPLc9Me5FsAxwT,/ip4/34.83.209.168/tcp/9222/p2p/16Uiu2HAmGJAiUX6HLSo4nLh8T984qxzokwL23cVsYuNZy2SrK7C6,/ip4/34.83.214.149/tcp/9222/p2p/16Uiu2HAmAko2Kr3eAjM7tnshtEhYrxQYfKUvN2kwiygeFoBAoi8S,/ip4/34.169.5.52/tcp/9222/p2p/16Uiu2HAmKc6YKHzYgsjBDaj36uAufxpgZFgrzDqVBt6zTPwdhhJD - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 - - NODE_IMAGE=us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-node - - NODE_VERSION=celo-v2.0.0 - - OP_NODE_ALTDA_ENABLED=true - - OP_NODE_ALTDA_DA_SERVICE=true - - OP_NODE_ALTDA_VERIFY_ON_READ=false entrypoint: [op-node] networks: - chains volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped celo-alfajores-relay: image: ${CELO_EIGENDA_PROXY_IMAGE:-ghcr.io/layr-labs/eigenda-proxy}:${CELO_ALFAJORES_EIGENDA_PROXY_VERSION:-v1.6.4} @@ -126,20 +117,19 @@ services: - 20457:20457 - 20457:20457/udp environment: - - EIGENDA_PROXY_ETH_RPC=${ETHEREUM_HOLESKY_EXECUTION_RPC} - - EIGENDA_PROXY_PORT=20457 - - EIGENDA_PROXY_IMAGE=ghcr.io/layr-labs/eigenda-proxy - - EIGENDA_PROXY_VERSION=v1.6.4 - - EIGENDA_PROXY_EIGENDA_STATUS_QUERY_TIMEOUT=45m - - EIGENDA_PROXY_EIGENDA_MAX_BLOB_LENGTH=32MiB - EIGENDA_PROXY_EIGENDA_CONFIRMATION_DEPTH=1 - EIGENDA_PROXY_EIGENDA_GRPC_DISABLE_TLS=false + - EIGENDA_PROXY_EIGENDA_MAX_BLOB_LENGTH=32MiB + - EIGENDA_PROXY_EIGENDA_STATUS_QUERY_TIMEOUT=45m + - EIGENDA_PROXY_ETH_RPC=${ETHEREUM_HOLESKY_EXECUTION_RPC} + - EIGENDA_PROXY_IMAGE=ghcr.io/layr-labs/eigenda-proxy + - EIGENDA_PROXY_PORT=20457 + - EIGENDA_PROXY_VERSION=v1.6.4 networks: - chains volumes: - ${CELO_ALFAJORES_OP_GETH_PRUNED_PEBBLE_PATH__EIGENDA_DATA:-celo-alfajores-op-geth-pruned-pebble-path_eigenda}:/data - restart: unless-stopped volumes: celo-alfajores-op-geth-pruned-pebble-path: @@ -178,3 +168,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/celo-mainnet-op-geth-archive-leveldb-hash.yml b/op/geth/celo-mainnet-op-geth-archive-leveldb-hash.yml index 40a476d5..9142dac8 100644 --- a/op/geth/celo-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/celo-mainnet-op-geth-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10993:10993/udp volumes: - ${CELO_MAINNET_OP_GETH_ARCHIVE_LEVELDB_HASH_DATA:-celo-mainnet-op-geth-archive-leveldb-hash}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=celo-mainnet entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10993 - - --nat=extip:${IP} + - --db.engine=leveldb + - --gcmode=archive - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10993 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=leveldb - --state.scheme=hash - --syncmode=full - - --gcmode=archive - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,41 +76,40 @@ services: - 15993:15993 - 15993:15993/udp environment: - - OP_NODE_NETWORK=celo-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://celo-mainnet-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15993 - - OP_NODE_P2P_LISTEN_UDP_PORT=15993 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} + - NODE_IMAGE=us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-node + - NODE_VERSION=celo-v2.0.0 + - OP_NODE_ALTDA_DA_SERVER=http://celo-mainnet-archive-eigenda-proxy:4242 + - OP_NODE_ALTDA_DA_SERVICE=true + - OP_NODE_ALTDA_ENABLED=true + - OP_NODE_ALTDA_VERIFY_ON_READ=false - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_P2P_STATIC_PEERS=/ip4/34.83.180.111/tcp/9222/p2p/16Uiu2HAkxBYxPd4eDFJzwm84XPzymkXud847vu65eju4UCDRpDSM,/ip4/34.169.135.64/tcp/9222/p2p/16Uiu2HAm6oVW1YeKheAuhnJSySnVvbXZ5gXL4g36XrWb1imF9K3m,/ip4/34.169.201.36/tcp/9222/p2p/16Uiu2HAmCqAFUoq72tjGJfCkkzHoNbjTjshjEED4kWtRKMSxcMgb,/ip4/34.83.127.51/tcp/9222/p2p/16Uiu2HAmBqKBoxkk95CsZiXQmQHv9WMiHXU4Di6wzFuYEKo1i7dg,/ip4/35.227.175.30/tcp/9222/p2p/16Uiu2HAmTNVkin4vogHsqwJwShUkHtx48aDoxygGwgp9Tv5zQWTM,/ip4/34.82.198.98/tcp/9222/p2p/16Uiu2HAmS6CeFPUXMztLf4VDh9NLbauuXLSYx9YkXfyiscqoxsKt,/ip4/34.38.181.223/tcp/9222/p2p/16Uiu2HAmH3xfYGjaJDw6sxa8ds3bVwMYLZRpPzpTtTrYq7G4nZs3,/ip4/34.76.38.6/tcp/9222/p2p/16Uiu2HAm6yXZ9oRTSJfZzXe8wXJ165X3pfzAKdLB9sa27eRZgTwD,/ip4/35.187.106.54/tcp/9222/p2p/16Uiu2HAmPFucuARxzAqtXcD3evFoutKh7tSmfQCxwPKUXfkoyaqY,/ip4/34.76.16.183/tcp/9222/p2p/16Uiu2HAmS8NybNYedzHf4nuFfqyCDH9xiMpgMWxctMtau8dTUxeP,/ip4/104.199.39.59/tcp/9222/p2p/16Uiu2HAmGfwjf1XPikWYDN4NFpTBuuvs6C7eF2iyyKvvjK2MGrVM,/ip4/34.140.117.79/tcp/9222/p2p/16Uiu2HAkwSVN7WHohhoE1sh932y2q3Pv7AFiSugM8K6iFZLALq66 - - OP_NODE_ALTDA_DA_SERVER=http://celo-mainnet-archive-eigenda-proxy:4242 - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://celo-mainnet-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=celo-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15993 + - OP_NODE_P2P_LISTEN_UDP_PORT=15993 + - OP_NODE_P2P_STATIC_PEERS=/ip4/34.83.180.111/tcp/9222/p2p/16Uiu2HAkxBYxPd4eDFJzwm84XPzymkXud847vu65eju4UCDRpDSM,/ip4/34.169.135.64/tcp/9222/p2p/16Uiu2HAm6oVW1YeKheAuhnJSySnVvbXZ5gXL4g36XrWb1imF9K3m,/ip4/34.169.201.36/tcp/9222/p2p/16Uiu2HAmCqAFUoq72tjGJfCkkzHoNbjTjshjEED4kWtRKMSxcMgb,/ip4/34.83.127.51/tcp/9222/p2p/16Uiu2HAmBqKBoxkk95CsZiXQmQHv9WMiHXU4Di6wzFuYEKo1i7dg,/ip4/35.227.175.30/tcp/9222/p2p/16Uiu2HAmTNVkin4vogHsqwJwShUkHtx48aDoxygGwgp9Tv5zQWTM,/ip4/34.82.198.98/tcp/9222/p2p/16Uiu2HAmS6CeFPUXMztLf4VDh9NLbauuXLSYx9YkXfyiscqoxsKt,/ip4/34.38.181.223/tcp/9222/p2p/16Uiu2HAmH3xfYGjaJDw6sxa8ds3bVwMYLZRpPzpTtTrYq7G4nZs3,/ip4/34.76.38.6/tcp/9222/p2p/16Uiu2HAm6yXZ9oRTSJfZzXe8wXJ165X3pfzAKdLB9sa27eRZgTwD,/ip4/35.187.106.54/tcp/9222/p2p/16Uiu2HAmPFucuARxzAqtXcD3evFoutKh7tSmfQCxwPKUXfkoyaqY,/ip4/34.76.16.183/tcp/9222/p2p/16Uiu2HAmS8NybNYedzHf4nuFfqyCDH9xiMpgMWxctMtau8dTUxeP,/ip4/104.199.39.59/tcp/9222/p2p/16Uiu2HAmGfwjf1XPikWYDN4NFpTBuuvs6C7eF2iyyKvvjK2MGrVM,/ip4/34.140.117.79/tcp/9222/p2p/16Uiu2HAkwSVN7WHohhoE1sh932y2q3Pv7AFiSugM8K6iFZLALq66 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 - - NODE_IMAGE=us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-node - - NODE_VERSION=celo-v2.0.0 - - OP_NODE_ALTDA_ENABLED=true - - OP_NODE_ALTDA_DA_SERVICE=true - - OP_NODE_ALTDA_VERIFY_ON_READ=false entrypoint: [op-node] networks: - chains volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped celo-mainnet-archive-relay: image: ${CELO_EIGENDA_PROXY_IMAGE:-ghcr.io/layr-labs/eigenda-proxy}:${CELO_MAINNET_EIGENDA_PROXY_VERSION:-v1.6.4} @@ -126,20 +117,19 @@ services: - 20993:20993 - 20993:20993/udp environment: - - EIGENDA_PROXY_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - EIGENDA_PROXY_PORT=20993 - - EIGENDA_PROXY_IMAGE=ghcr.io/layr-labs/eigenda-proxy - - EIGENDA_PROXY_VERSION=v1.6.4 - - EIGENDA_PROXY_EIGENDA_STATUS_QUERY_TIMEOUT=45m - - EIGENDA_PROXY_EIGENDA_MAX_BLOB_LENGTH=32MiB - EIGENDA_PROXY_EIGENDA_CONFIRMATION_DEPTH=1 - EIGENDA_PROXY_EIGENDA_GRPC_DISABLE_TLS=false + - EIGENDA_PROXY_EIGENDA_MAX_BLOB_LENGTH=32MiB + - EIGENDA_PROXY_EIGENDA_STATUS_QUERY_TIMEOUT=45m + - EIGENDA_PROXY_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - EIGENDA_PROXY_IMAGE=ghcr.io/layr-labs/eigenda-proxy + - EIGENDA_PROXY_PORT=20993 + - EIGENDA_PROXY_VERSION=v1.6.4 networks: - chains volumes: - ${CELO_MAINNET_OP_GETH_ARCHIVE_LEVELDB_HASH__EIGENDA_DATA:-celo-mainnet-op-geth-archive-leveldb-hash_eigenda}:/data - restart: unless-stopped volumes: celo-mainnet-op-geth-archive-leveldb-hash: @@ -175,3 +165,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/celo-mainnet-op-geth-pruned-pebble-path.yml b/op/geth/celo-mainnet-op-geth-pruned-pebble-path.yml index bc0775b6..3ba17f68 100644 --- a/op/geth/celo-mainnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/celo-mainnet-op-geth-pruned-pebble-path.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10993:10993/udp volumes: - ${CELO_MAINNET_OP_GETH_PRUNED_PEBBLE_PATH_DATA:-celo-mainnet-op-geth-pruned-pebble-path}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=celo-mainnet entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10993 - - --nat=extip:${IP} + - --db.engine=pebble + - --gcmode=full - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10993 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=pebble - --state.scheme=path - --syncmode=snap - - --gcmode=full - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,41 +76,40 @@ services: - 15993:15993 - 15993:15993/udp environment: - - OP_NODE_NETWORK=celo-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://celo-mainnet:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15993 - - OP_NODE_P2P_LISTEN_UDP_PORT=15993 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} + - NODE_IMAGE=us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-node + - NODE_VERSION=celo-v2.0.0 + - OP_NODE_ALTDA_DA_SERVER=http://celo-mainnet-eigenda-proxy:4242 + - OP_NODE_ALTDA_DA_SERVICE=true + - OP_NODE_ALTDA_ENABLED=true + - OP_NODE_ALTDA_VERIFY_ON_READ=false - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_P2P_STATIC_PEERS=/ip4/34.83.180.111/tcp/9222/p2p/16Uiu2HAkxBYxPd4eDFJzwm84XPzymkXud847vu65eju4UCDRpDSM,/ip4/34.169.135.64/tcp/9222/p2p/16Uiu2HAm6oVW1YeKheAuhnJSySnVvbXZ5gXL4g36XrWb1imF9K3m,/ip4/34.169.201.36/tcp/9222/p2p/16Uiu2HAmCqAFUoq72tjGJfCkkzHoNbjTjshjEED4kWtRKMSxcMgb,/ip4/34.83.127.51/tcp/9222/p2p/16Uiu2HAmBqKBoxkk95CsZiXQmQHv9WMiHXU4Di6wzFuYEKo1i7dg,/ip4/35.227.175.30/tcp/9222/p2p/16Uiu2HAmTNVkin4vogHsqwJwShUkHtx48aDoxygGwgp9Tv5zQWTM,/ip4/34.82.198.98/tcp/9222/p2p/16Uiu2HAmS6CeFPUXMztLf4VDh9NLbauuXLSYx9YkXfyiscqoxsKt,/ip4/34.38.181.223/tcp/9222/p2p/16Uiu2HAmH3xfYGjaJDw6sxa8ds3bVwMYLZRpPzpTtTrYq7G4nZs3,/ip4/34.76.38.6/tcp/9222/p2p/16Uiu2HAm6yXZ9oRTSJfZzXe8wXJ165X3pfzAKdLB9sa27eRZgTwD,/ip4/35.187.106.54/tcp/9222/p2p/16Uiu2HAmPFucuARxzAqtXcD3evFoutKh7tSmfQCxwPKUXfkoyaqY,/ip4/34.76.16.183/tcp/9222/p2p/16Uiu2HAmS8NybNYedzHf4nuFfqyCDH9xiMpgMWxctMtau8dTUxeP,/ip4/104.199.39.59/tcp/9222/p2p/16Uiu2HAmGfwjf1XPikWYDN4NFpTBuuvs6C7eF2iyyKvvjK2MGrVM,/ip4/34.140.117.79/tcp/9222/p2p/16Uiu2HAkwSVN7WHohhoE1sh932y2q3Pv7AFiSugM8K6iFZLALq66 - - OP_NODE_ALTDA_DA_SERVER=http://celo-mainnet-eigenda-proxy:4242 - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://celo-mainnet:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=celo-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15993 + - OP_NODE_P2P_LISTEN_UDP_PORT=15993 + - OP_NODE_P2P_STATIC_PEERS=/ip4/34.83.180.111/tcp/9222/p2p/16Uiu2HAkxBYxPd4eDFJzwm84XPzymkXud847vu65eju4UCDRpDSM,/ip4/34.169.135.64/tcp/9222/p2p/16Uiu2HAm6oVW1YeKheAuhnJSySnVvbXZ5gXL4g36XrWb1imF9K3m,/ip4/34.169.201.36/tcp/9222/p2p/16Uiu2HAmCqAFUoq72tjGJfCkkzHoNbjTjshjEED4kWtRKMSxcMgb,/ip4/34.83.127.51/tcp/9222/p2p/16Uiu2HAmBqKBoxkk95CsZiXQmQHv9WMiHXU4Di6wzFuYEKo1i7dg,/ip4/35.227.175.30/tcp/9222/p2p/16Uiu2HAmTNVkin4vogHsqwJwShUkHtx48aDoxygGwgp9Tv5zQWTM,/ip4/34.82.198.98/tcp/9222/p2p/16Uiu2HAmS6CeFPUXMztLf4VDh9NLbauuXLSYx9YkXfyiscqoxsKt,/ip4/34.38.181.223/tcp/9222/p2p/16Uiu2HAmH3xfYGjaJDw6sxa8ds3bVwMYLZRpPzpTtTrYq7G4nZs3,/ip4/34.76.38.6/tcp/9222/p2p/16Uiu2HAm6yXZ9oRTSJfZzXe8wXJ165X3pfzAKdLB9sa27eRZgTwD,/ip4/35.187.106.54/tcp/9222/p2p/16Uiu2HAmPFucuARxzAqtXcD3evFoutKh7tSmfQCxwPKUXfkoyaqY,/ip4/34.76.16.183/tcp/9222/p2p/16Uiu2HAmS8NybNYedzHf4nuFfqyCDH9xiMpgMWxctMtau8dTUxeP,/ip4/104.199.39.59/tcp/9222/p2p/16Uiu2HAmGfwjf1XPikWYDN4NFpTBuuvs6C7eF2iyyKvvjK2MGrVM,/ip4/34.140.117.79/tcp/9222/p2p/16Uiu2HAkwSVN7WHohhoE1sh932y2q3Pv7AFiSugM8K6iFZLALq66 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 - - NODE_IMAGE=us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-node - - NODE_VERSION=celo-v2.0.0 - - OP_NODE_ALTDA_ENABLED=true - - OP_NODE_ALTDA_DA_SERVICE=true - - OP_NODE_ALTDA_VERIFY_ON_READ=false entrypoint: [op-node] networks: - chains volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped celo-mainnet-relay: image: ${CELO_EIGENDA_PROXY_IMAGE:-ghcr.io/layr-labs/eigenda-proxy}:${CELO_MAINNET_EIGENDA_PROXY_VERSION:-v1.6.4} @@ -126,20 +117,19 @@ services: - 20993:20993 - 20993:20993/udp environment: - - EIGENDA_PROXY_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - EIGENDA_PROXY_PORT=20993 - - EIGENDA_PROXY_IMAGE=ghcr.io/layr-labs/eigenda-proxy - - EIGENDA_PROXY_VERSION=v1.6.4 - - EIGENDA_PROXY_EIGENDA_STATUS_QUERY_TIMEOUT=45m - - EIGENDA_PROXY_EIGENDA_MAX_BLOB_LENGTH=32MiB - EIGENDA_PROXY_EIGENDA_CONFIRMATION_DEPTH=1 - EIGENDA_PROXY_EIGENDA_GRPC_DISABLE_TLS=false + - EIGENDA_PROXY_EIGENDA_MAX_BLOB_LENGTH=32MiB + - EIGENDA_PROXY_EIGENDA_STATUS_QUERY_TIMEOUT=45m + - EIGENDA_PROXY_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - EIGENDA_PROXY_IMAGE=ghcr.io/layr-labs/eigenda-proxy + - EIGENDA_PROXY_PORT=20993 + - EIGENDA_PROXY_VERSION=v1.6.4 networks: - chains volumes: - ${CELO_MAINNET_OP_GETH_PRUNED_PEBBLE_PATH__EIGENDA_DATA:-celo-mainnet-op-geth-pruned-pebble-path_eigenda}:/data - restart: unless-stopped volumes: celo-mainnet-op-geth-pruned-pebble-path: @@ -178,3 +168,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/fraxtal-mainnet-op-geth-archive-leveldb-hash.yml b/op/geth/fraxtal-mainnet-op-geth-archive-leveldb-hash.yml index 87ccaf71..7f25d18f 100644 --- a/op/geth/fraxtal-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/fraxtal-mainnet-op-geth-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10282:10282/udp volumes: - ${FRAXTAL_MAINNET_OP_GETH_ARCHIVE_LEVELDB_HASH_DATA:-fraxtal-mainnet-op-geth-archive-leveldb-hash}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=fraxtal-mainnet entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10282 - - --nat=extip:${IP} + - --db.engine=leveldb + - --gcmode=archive - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10282 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=leveldb - --state.scheme=hash - --syncmode=full - - --gcmode=archive - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,26 +76,26 @@ services: - 15282:15282 - 15282:15282/udp environment: - - OP_NODE_NETWORK=fraxtal-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://fraxtal-mainnet-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15282 - - OP_NODE_P2P_LISTEN_UDP_PORT=15282 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://fraxtal-mainnet-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=fraxtal-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15282 + - OP_NODE_P2P_LISTEN_UDP_PORT=15282 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -111,7 +103,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: fraxtal-mainnet-op-geth-archive-leveldb-hash: @@ -146,3 +137,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/fraxtal-mainnet-op-geth-pruned-pebble-path.yml b/op/geth/fraxtal-mainnet-op-geth-pruned-pebble-path.yml index 2deddc8d..a31e587f 100644 --- a/op/geth/fraxtal-mainnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/fraxtal-mainnet-op-geth-pruned-pebble-path.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10282:10282/udp volumes: - ${FRAXTAL_MAINNET_OP_GETH_PRUNED_PEBBLE_PATH_DATA:-fraxtal-mainnet-op-geth-pruned-pebble-path}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=fraxtal-mainnet entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10282 - - --nat=extip:${IP} + - --db.engine=pebble + - --gcmode=full - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10282 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=pebble - --state.scheme=path - --syncmode=snap - - --gcmode=full - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,26 +76,26 @@ services: - 15282:15282 - 15282:15282/udp environment: - - OP_NODE_NETWORK=fraxtal-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://fraxtal-mainnet:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15282 - - OP_NODE_P2P_LISTEN_UDP_PORT=15282 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://fraxtal-mainnet:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=fraxtal-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15282 + - OP_NODE_P2P_LISTEN_UDP_PORT=15282 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -111,7 +103,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: fraxtal-mainnet-op-geth-pruned-pebble-path: @@ -149,3 +140,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/fraxtal-testnet-op-geth-archive-leveldb-hash.yml b/op/geth/fraxtal-testnet-op-geth-archive-leveldb-hash.yml index d99604cc..8e55d60f 100644 --- a/op/geth/fraxtal-testnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/fraxtal-testnet-op-geth-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10370:10370/udp volumes: - ${FRAXTAL_TESTNET_OP_GETH_ARCHIVE_LEVELDB_HASH_DATA:-fraxtal-testnet-op-geth-archive-leveldb-hash}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=fraxtal-testnet entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10370 - - --nat=extip:${IP} + - --db.engine=leveldb + - --gcmode=archive - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10370 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=leveldb - --state.scheme=hash - --syncmode=full - - --gcmode=archive - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,27 +76,27 @@ services: - 15370:15370 - 15370:15370/udp environment: - - OP_NODE_NETWORK=fraxtal-testnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://fraxtal-testnet-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15370 - - OP_NODE_P2P_LISTEN_UDP_PORT=15370 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER} - - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://fraxtal-testnet-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=fraxtal-testnet + - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15370 + - OP_NODE_P2P_LISTEN_UDP_PORT=15370 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -112,7 +104,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: fraxtal-testnet-op-geth-archive-leveldb-hash: @@ -147,3 +138,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/fraxtal-testnet-op-geth-pruned-pebble-path.yml b/op/geth/fraxtal-testnet-op-geth-pruned-pebble-path.yml index 13e5ddf1..aacb764a 100644 --- a/op/geth/fraxtal-testnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/fraxtal-testnet-op-geth-pruned-pebble-path.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10370:10370/udp volumes: - ${FRAXTAL_TESTNET_OP_GETH_PRUNED_PEBBLE_PATH_DATA:-fraxtal-testnet-op-geth-pruned-pebble-path}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=fraxtal-testnet entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10370 - - --nat=extip:${IP} + - --db.engine=pebble + - --gcmode=full - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10370 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=pebble - --state.scheme=path - --syncmode=snap - - --gcmode=full - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,27 +76,27 @@ services: - 15370:15370 - 15370:15370/udp environment: - - OP_NODE_NETWORK=fraxtal-testnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://fraxtal-testnet:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15370 - - OP_NODE_P2P_LISTEN_UDP_PORT=15370 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER} - - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://fraxtal-testnet:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=fraxtal-testnet + - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15370 + - OP_NODE_P2P_LISTEN_UDP_PORT=15370 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -112,7 +104,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: fraxtal-testnet-op-geth-pruned-pebble-path: @@ -150,3 +141,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/hashkeychain-mainnet-op-geth-archive-leveldb-hash.yml b/op/geth/hashkeychain-mainnet-op-geth-archive-leveldb-hash.yml index 46f9d9fb..9b5846a2 100644 --- a/op/geth/hashkeychain-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/hashkeychain-mainnet-op-geth-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10188:10188/udp volumes: - ${HASHKEYCHAIN_MAINNET_OP_GETH_ARCHIVE_LEVELDB_HASH_DATA:-hashkeychain-mainnet-op-geth-archive-leveldb-hash}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=hashkeychain-mainnet entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10188 - - --nat=extip:${IP} + - --db.engine=leveldb + - --gcmode=archive - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10188 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=leveldb - --state.scheme=hash - --syncmode=full - - --gcmode=archive - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,26 +76,26 @@ services: - 15188:15188 - 15188:15188/udp environment: - - OP_NODE_NETWORK=hashkeychain-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://hashkeychain-mainnet-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15188 - - OP_NODE_P2P_LISTEN_UDP_PORT=15188 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://hashkeychain-mainnet-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=hashkeychain-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15188 + - OP_NODE_P2P_LISTEN_UDP_PORT=15188 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -111,7 +103,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: hashkeychain-mainnet-op-geth-archive-leveldb-hash: @@ -146,3 +137,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/hashkeychain-mainnet-op-geth-pruned-pebble-path.yml b/op/geth/hashkeychain-mainnet-op-geth-pruned-pebble-path.yml index c702e6d7..4e8fcbe3 100644 --- a/op/geth/hashkeychain-mainnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/hashkeychain-mainnet-op-geth-pruned-pebble-path.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10188:10188/udp volumes: - ${HASHKEYCHAIN_MAINNET_OP_GETH_PRUNED_PEBBLE_PATH_DATA:-hashkeychain-mainnet-op-geth-pruned-pebble-path}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=hashkeychain-mainnet entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10188 - - --nat=extip:${IP} + - --db.engine=pebble + - --gcmode=full - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10188 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=pebble - --state.scheme=path - --syncmode=snap - - --gcmode=full - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,26 +76,26 @@ services: - 15188:15188 - 15188:15188/udp environment: - - OP_NODE_NETWORK=hashkeychain-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://hashkeychain-mainnet:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15188 - - OP_NODE_P2P_LISTEN_UDP_PORT=15188 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://hashkeychain-mainnet:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=hashkeychain-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15188 + - OP_NODE_P2P_LISTEN_UDP_PORT=15188 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -111,7 +103,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: hashkeychain-mainnet-op-geth-pruned-pebble-path: @@ -149,3 +140,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/ink-mainnet-op-geth-archive-leveldb-hash.yml b/op/geth/ink-mainnet-op-geth-archive-leveldb-hash.yml index f12690cc..2d7502a1 100644 --- a/op/geth/ink-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/ink-mainnet-op-geth-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10271:10271/udp volumes: - ${INK_MAINNET_OP_GETH_ARCHIVE_LEVELDB_HASH_DATA:-ink-mainnet-op-geth-archive-leveldb-hash}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=ink-mainnet entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10271 - - --nat=extip:${IP} + - --db.engine=leveldb + - --gcmode=archive - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10271 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=leveldb - --state.scheme=hash - --syncmode=full - - --gcmode=archive - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,26 +76,26 @@ services: - 15271:15271 - 15271:15271/udp environment: - - OP_NODE_NETWORK=ink-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://ink-mainnet-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15271 - - OP_NODE_P2P_LISTEN_UDP_PORT=15271 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://ink-mainnet-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=ink-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15271 + - OP_NODE_P2P_LISTEN_UDP_PORT=15271 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -111,7 +103,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: ink-mainnet-op-geth-archive-leveldb-hash: @@ -146,3 +137,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/ink-mainnet-op-geth-pruned-pebble-path.yml b/op/geth/ink-mainnet-op-geth-pruned-pebble-path.yml index 81cad683..8f028ce4 100644 --- a/op/geth/ink-mainnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/ink-mainnet-op-geth-pruned-pebble-path.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10271:10271/udp volumes: - ${INK_MAINNET_OP_GETH_PRUNED_PEBBLE_PATH_DATA:-ink-mainnet-op-geth-pruned-pebble-path}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=ink-mainnet entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10271 - - --nat=extip:${IP} + - --db.engine=pebble + - --gcmode=full - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10271 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=pebble - --state.scheme=path - --syncmode=snap - - --gcmode=full - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,26 +76,26 @@ services: - 15271:15271 - 15271:15271/udp environment: - - OP_NODE_NETWORK=ink-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://ink-mainnet:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15271 - - OP_NODE_P2P_LISTEN_UDP_PORT=15271 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://ink-mainnet:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=ink-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15271 + - OP_NODE_P2P_LISTEN_UDP_PORT=15271 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -111,7 +103,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: ink-mainnet-op-geth-pruned-pebble-path: @@ -149,3 +140,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/ink-sepolia-op-geth-archive-leveldb-hash.yml b/op/geth/ink-sepolia-op-geth-archive-leveldb-hash.yml index 62e7092b..143b076a 100644 --- a/op/geth/ink-sepolia-op-geth-archive-leveldb-hash.yml +++ b/op/geth/ink-sepolia-op-geth-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10869:10869/udp volumes: - ${INK_SEPOLIA_OP_GETH_ARCHIVE_LEVELDB_HASH_DATA:-ink-sepolia-op-geth-archive-leveldb-hash}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=ink-sepolia entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10869 - - --nat=extip:${IP} + - --db.engine=leveldb + - --gcmode=archive - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10869 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=leveldb - --state.scheme=hash - --syncmode=full - - --gcmode=archive - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,27 +76,27 @@ services: - 15869:15869 - 15869:15869/udp environment: - - OP_NODE_NETWORK=ink-sepolia - - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://ink-sepolia-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15869 - - OP_NODE_P2P_LISTEN_UDP_PORT=15869 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER} - - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://ink-sepolia-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=ink-sepolia + - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15869 + - OP_NODE_P2P_LISTEN_UDP_PORT=15869 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -112,7 +104,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: ink-sepolia-op-geth-archive-leveldb-hash: @@ -147,3 +138,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/ink-sepolia-op-geth-pruned-pebble-path.yml b/op/geth/ink-sepolia-op-geth-pruned-pebble-path.yml index 2d96a48c..bb4ce1d1 100644 --- a/op/geth/ink-sepolia-op-geth-pruned-pebble-path.yml +++ b/op/geth/ink-sepolia-op-geth-pruned-pebble-path.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10869:10869/udp volumes: - ${INK_SEPOLIA_OP_GETH_PRUNED_PEBBLE_PATH_DATA:-ink-sepolia-op-geth-pruned-pebble-path}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=ink-sepolia entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10869 - - --nat=extip:${IP} + - --db.engine=pebble + - --gcmode=full - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10869 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=pebble - --state.scheme=path - --syncmode=snap - - --gcmode=full - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,27 +76,27 @@ services: - 15869:15869 - 15869:15869/udp environment: - - OP_NODE_NETWORK=ink-sepolia - - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://ink-sepolia:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15869 - - OP_NODE_P2P_LISTEN_UDP_PORT=15869 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER} - - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://ink-sepolia:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=ink-sepolia + - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15869 + - OP_NODE_P2P_LISTEN_UDP_PORT=15869 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -112,7 +104,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: ink-sepolia-op-geth-pruned-pebble-path: @@ -150,3 +141,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/lisk-mainnet-op-geth-archive-leveldb-hash.yml b/op/geth/lisk-mainnet-op-geth-archive-leveldb-hash.yml index 02162798..95441911 100644 --- a/op/geth/lisk-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/lisk-mainnet-op-geth-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10971:10971/udp volumes: - ${LISK_MAINNET_OP_GETH_ARCHIVE_LEVELDB_HASH_DATA:-lisk-mainnet-op-geth-archive-leveldb-hash}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=lisk-mainnet entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10971 - - --nat=extip:${IP} + - --db.engine=leveldb + - --gcmode=archive - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10971 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=leveldb - --state.scheme=hash - --syncmode=full - - --gcmode=archive - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,26 +76,26 @@ services: - 15971:15971 - 15971:15971/udp environment: - - OP_NODE_NETWORK=lisk-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://lisk-mainnet-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15971 - - OP_NODE_P2P_LISTEN_UDP_PORT=15971 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://lisk-mainnet-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=lisk-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15971 + - OP_NODE_P2P_LISTEN_UDP_PORT=15971 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -111,7 +103,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: lisk-mainnet-op-geth-archive-leveldb-hash: @@ -146,3 +137,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/lisk-mainnet-op-geth-pruned-pebble-path.yml b/op/geth/lisk-mainnet-op-geth-pruned-pebble-path.yml index b95637eb..9d5d583c 100644 --- a/op/geth/lisk-mainnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/lisk-mainnet-op-geth-pruned-pebble-path.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10971:10971/udp volumes: - ${LISK_MAINNET_OP_GETH_PRUNED_PEBBLE_PATH_DATA:-lisk-mainnet-op-geth-pruned-pebble-path}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=lisk-mainnet entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10971 - - --nat=extip:${IP} + - --db.engine=pebble + - --gcmode=full - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10971 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=pebble - --state.scheme=path - --syncmode=snap - - --gcmode=full - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,26 +76,26 @@ services: - 15971:15971 - 15971:15971/udp environment: - - OP_NODE_NETWORK=lisk-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://lisk-mainnet:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15971 - - OP_NODE_P2P_LISTEN_UDP_PORT=15971 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://lisk-mainnet:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=lisk-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15971 + - OP_NODE_P2P_LISTEN_UDP_PORT=15971 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -111,7 +103,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: lisk-mainnet-op-geth-pruned-pebble-path: @@ -149,3 +140,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/lisk-sepolia-op-geth-archive-leveldb-hash.yml b/op/geth/lisk-sepolia-op-geth-archive-leveldb-hash.yml index 6d98b942..caf50919 100644 --- a/op/geth/lisk-sepolia-op-geth-archive-leveldb-hash.yml +++ b/op/geth/lisk-sepolia-op-geth-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10490:10490/udp volumes: - ${LISK_SEPOLIA_OP_GETH_ARCHIVE_LEVELDB_HASH_DATA:-lisk-sepolia-op-geth-archive-leveldb-hash}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=lisk-sepolia entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10490 - - --nat=extip:${IP} + - --db.engine=leveldb + - --gcmode=archive - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10490 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=leveldb - --state.scheme=hash - --syncmode=full - - --gcmode=archive - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -91,27 +83,27 @@ services: - 15490:15490 - 15490:15490/udp environment: - - OP_NODE_NETWORK=lisk-sepolia - - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://lisk-sepolia-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15490 - - OP_NODE_P2P_LISTEN_UDP_PORT=15490 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER} - - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://lisk-sepolia-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=lisk-sepolia + - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15490 + - OP_NODE_P2P_LISTEN_UDP_PORT=15490 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -119,7 +111,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: lisk-sepolia-op-geth-archive-leveldb-hash: @@ -154,3 +145,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/lisk-sepolia-op-geth-pruned-pebble-path.yml b/op/geth/lisk-sepolia-op-geth-pruned-pebble-path.yml index 8a4a6beb..4243b9f2 100644 --- a/op/geth/lisk-sepolia-op-geth-pruned-pebble-path.yml +++ b/op/geth/lisk-sepolia-op-geth-pruned-pebble-path.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10490:10490/udp volumes: - ${LISK_SEPOLIA_OP_GETH_PRUNED_PEBBLE_PATH_DATA:-lisk-sepolia-op-geth-pruned-pebble-path}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=lisk-sepolia entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10490 - - --nat=extip:${IP} + - --db.engine=pebble + - --gcmode=full - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10490 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=pebble - --state.scheme=path - --syncmode=snap - - --gcmode=full - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -91,27 +83,27 @@ services: - 15490:15490 - 15490:15490/udp environment: - - OP_NODE_NETWORK=lisk-sepolia - - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://lisk-sepolia:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15490 - - OP_NODE_P2P_LISTEN_UDP_PORT=15490 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER} - - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://lisk-sepolia:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=lisk-sepolia + - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15490 + - OP_NODE_P2P_LISTEN_UDP_PORT=15490 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -119,7 +111,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: lisk-sepolia-op-geth-pruned-pebble-path: @@ -157,3 +148,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/manta-pacific-mainnet-op-geth-archive-leveldb-hash.yml b/op/geth/manta-pacific-mainnet-op-geth-archive-leveldb-hash.yml index b1e7c94d..d17bea4f 100644 --- a/op/geth/manta-pacific-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/manta-pacific-mainnet-op-geth-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10877:10877/udp volumes: - ${MANTA_PACIFIC_MAINNET_OP_GETH_ARCHIVE_LEVELDB_HASH_DATA:-manta-pacific-mainnet-op-geth-archive-leveldb-hash}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=manta-pacific-mainnet entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10877 - - --nat=extip:${IP} + - --db.engine=leveldb + - --gcmode=archive - --http + - --http.addr=0.0.0.0 + - --http.api=web3,net,eth,debug,admin - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=web3,net,eth,debug,admin - - - --http.addr=0.0.0.0 - - --http.api=web3,net,eth,debug,admin - + - --nat=extip:${IP} + - --port=10877 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=leveldb - --state.scheme=hash - --syncmode=full - - --gcmode=archive - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=web3,net,eth,debug,admin + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,27 +76,27 @@ services: - 15877:15877 - 15877:15877/udp environment: - - OP_NODE_NETWORK=manta-pacific-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://manta-pacific-mainnet-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15877 - - OP_NODE_P2P_LISTEN_UDP_PORT=15877 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_P2P_STATIC_PEERS=/ip4/35.82.210.70/tcp/9003/p2p/16Uiu2HAmL4fvgBQi5jcuiEYDaNcg4hpGqCmyAv4DZuSM8f2USYwQ - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://manta-pacific-mainnet-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=manta-pacific-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15877 + - OP_NODE_P2P_LISTEN_UDP_PORT=15877 + - OP_NODE_P2P_STATIC_PEERS=/ip4/35.82.210.70/tcp/9003/p2p/16Uiu2HAmL4fvgBQi5jcuiEYDaNcg4hpGqCmyAv4DZuSM8f2USYwQ - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -112,7 +104,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: manta-pacific-mainnet-op-geth-archive-leveldb-hash: @@ -147,3 +138,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/manta-pacific-mainnet-op-geth-pruned-pebble-path.yml b/op/geth/manta-pacific-mainnet-op-geth-pruned-pebble-path.yml index 9f539bcb..92844f3d 100644 --- a/op/geth/manta-pacific-mainnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/manta-pacific-mainnet-op-geth-pruned-pebble-path.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10877:10877/udp volumes: - ${MANTA_PACIFIC_MAINNET_OP_GETH_PRUNED_PEBBLE_PATH_DATA:-manta-pacific-mainnet-op-geth-pruned-pebble-path}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=manta-pacific-mainnet entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10877 - - --nat=extip:${IP} + - --db.engine=pebble + - --gcmode=full - --http + - --http.addr=0.0.0.0 + - --http.api=web3,net,eth,debug,admin - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=web3,net,eth,debug,admin - - - --http.addr=0.0.0.0 - - --http.api=web3,net,eth,debug,admin - + - --nat=extip:${IP} + - --port=10877 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=pebble - --state.scheme=path - --syncmode=snap - - --gcmode=full - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=web3,net,eth,debug,admin + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,27 +76,27 @@ services: - 15877:15877 - 15877:15877/udp environment: - - OP_NODE_NETWORK=manta-pacific-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://manta-pacific-mainnet:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15877 - - OP_NODE_P2P_LISTEN_UDP_PORT=15877 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_P2P_STATIC_PEERS=/ip4/35.82.210.70/tcp/9003/p2p/16Uiu2HAmL4fvgBQi5jcuiEYDaNcg4hpGqCmyAv4DZuSM8f2USYwQ - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://manta-pacific-mainnet:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=manta-pacific-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15877 + - OP_NODE_P2P_LISTEN_UDP_PORT=15877 + - OP_NODE_P2P_STATIC_PEERS=/ip4/35.82.210.70/tcp/9003/p2p/16Uiu2HAmL4fvgBQi5jcuiEYDaNcg4hpGqCmyAv4DZuSM8f2USYwQ - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -112,7 +104,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: manta-pacific-mainnet-op-geth-pruned-pebble-path: @@ -150,3 +141,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/mantle-mainnet-op-geth-archive-leveldb-hash.yml b/op/geth/mantle-mainnet-op-geth-archive-leveldb-hash.yml index 61ed9581..eafdc8fb 100644 --- a/op/geth/mantle-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/mantle-mainnet-op-geth-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10067:10067/udp volumes: - ${MANTLE_MAINNET_OP_GETH_ARCHIVE_LEVELDB_HASH_DATA:-mantle-mainnet-op-geth-archive-leveldb-hash}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=mantle-mainnet entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10067 - - --nat=extip:${IP} + - --db.engine=leveldb + - --gcmode=archive - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10067 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=leveldb - --state.scheme=hash - --syncmode=full - - --gcmode=archive - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,27 +76,27 @@ services: - 15067:15067 - 15067:15067/udp environment: - - OP_NODE_NETWORK=mantle-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://mantle-mainnet-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15067 - - OP_NODE_P2P_LISTEN_UDP_PORT=15067 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_P2P_STATIC_PEERS=/dns4/peer0.mantle.xyz/tcp/9003/p2p/16Uiu2HAmKVKzUAns2gLhZAz1PYcbnhY3WpxNxUZYeTN1x29tNBAW,/dns4/peer1.mantle.xyz/tcp/9003/p2p/16Uiu2HAm1AiZtVp8f5C8LvpSTAXC6GtwqAVKnB3VLawWYSEBmcFN,/dns4/peer2.mantle.xyz/tcp/9003/p2p/16Uiu2HAm2UHVKiPXpovs8VbbUQVPr7feBAqBJdFsH1z5XDiLEvHT - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://mantle-mainnet-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=mantle-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15067 + - OP_NODE_P2P_LISTEN_UDP_PORT=15067 + - OP_NODE_P2P_STATIC_PEERS=/dns4/peer0.mantle.xyz/tcp/9003/p2p/16Uiu2HAmKVKzUAns2gLhZAz1PYcbnhY3WpxNxUZYeTN1x29tNBAW,/dns4/peer1.mantle.xyz/tcp/9003/p2p/16Uiu2HAm1AiZtVp8f5C8LvpSTAXC6GtwqAVKnB3VLawWYSEBmcFN,/dns4/peer2.mantle.xyz/tcp/9003/p2p/16Uiu2HAm2UHVKiPXpovs8VbbUQVPr7feBAqBJdFsH1z5XDiLEvHT - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -112,7 +104,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: mantle-mainnet-op-geth-archive-leveldb-hash: @@ -147,3 +138,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/mantle-mainnet-op-geth-pruned-leveldb-hash.yml b/op/geth/mantle-mainnet-op-geth-pruned-leveldb-hash.yml index 19a89ad3..4f4a7d48 100644 --- a/op/geth/mantle-mainnet-op-geth-pruned-leveldb-hash.yml +++ b/op/geth/mantle-mainnet-op-geth-pruned-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10067:10067/udp volumes: - ${MANTLE_MAINNET_OP_GETH_PRUNED_LEVELDB_HASH_DATA:-mantle-mainnet-op-geth-pruned-leveldb-hash}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=mantle-mainnet entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10067 - - --nat=extip:${IP} + - --db.engine=leveldb + - --gcmode=full - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10067 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=leveldb - --state.scheme=hash - --syncmode=snap - - --gcmode=full - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,27 +76,27 @@ services: - 15067:15067 - 15067:15067/udp environment: - - OP_NODE_NETWORK=mantle-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://mantle-mainnet:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15067 - - OP_NODE_P2P_LISTEN_UDP_PORT=15067 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_P2P_STATIC_PEERS=/dns4/peer0.mantle.xyz/tcp/9003/p2p/16Uiu2HAmKVKzUAns2gLhZAz1PYcbnhY3WpxNxUZYeTN1x29tNBAW,/dns4/peer1.mantle.xyz/tcp/9003/p2p/16Uiu2HAm1AiZtVp8f5C8LvpSTAXC6GtwqAVKnB3VLawWYSEBmcFN,/dns4/peer2.mantle.xyz/tcp/9003/p2p/16Uiu2HAm2UHVKiPXpovs8VbbUQVPr7feBAqBJdFsH1z5XDiLEvHT - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://mantle-mainnet:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=mantle-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15067 + - OP_NODE_P2P_LISTEN_UDP_PORT=15067 + - OP_NODE_P2P_STATIC_PEERS=/dns4/peer0.mantle.xyz/tcp/9003/p2p/16Uiu2HAmKVKzUAns2gLhZAz1PYcbnhY3WpxNxUZYeTN1x29tNBAW,/dns4/peer1.mantle.xyz/tcp/9003/p2p/16Uiu2HAm1AiZtVp8f5C8LvpSTAXC6GtwqAVKnB3VLawWYSEBmcFN,/dns4/peer2.mantle.xyz/tcp/9003/p2p/16Uiu2HAm2UHVKiPXpovs8VbbUQVPr7feBAqBJdFsH1z5XDiLEvHT - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -112,7 +104,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: mantle-mainnet-op-geth-pruned-leveldb-hash: @@ -147,3 +138,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/mantle-sepolia-op-geth-archive-leveldb-hash.yml b/op/geth/mantle-sepolia-op-geth-archive-leveldb-hash.yml index f3053af4..fd2754c4 100644 --- a/op/geth/mantle-sepolia-op-geth-archive-leveldb-hash.yml +++ b/op/geth/mantle-sepolia-op-geth-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10358:10358/udp volumes: - ${MANTLE_SEPOLIA_OP_GETH_ARCHIVE_LEVELDB_HASH_DATA:-mantle-sepolia-op-geth-archive-leveldb-hash}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=mantle-sepolia entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10358 - - --nat=extip:${IP} + - --db.engine=leveldb + - --gcmode=archive - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10358 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=leveldb - --state.scheme=hash - --syncmode=full - - --gcmode=archive - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,27 +76,27 @@ services: - 15358:15358 - 15358:15358/udp environment: - - OP_NODE_NETWORK=mantle-sepolia - - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://mantle-sepolia-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15358 - - OP_NODE_P2P_LISTEN_UDP_PORT=15358 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER} - - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://mantle-sepolia-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=mantle-sepolia + - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15358 + - OP_NODE_P2P_LISTEN_UDP_PORT=15358 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -112,7 +104,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: mantle-sepolia-op-geth-archive-leveldb-hash: @@ -147,3 +138,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/mantle-sepolia-op-geth-pruned-leveldb-hash.yml b/op/geth/mantle-sepolia-op-geth-pruned-leveldb-hash.yml index b1f10da0..22a26e2b 100644 --- a/op/geth/mantle-sepolia-op-geth-pruned-leveldb-hash.yml +++ b/op/geth/mantle-sepolia-op-geth-pruned-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10358:10358/udp volumes: - ${MANTLE_SEPOLIA_OP_GETH_PRUNED_LEVELDB_HASH_DATA:-mantle-sepolia-op-geth-pruned-leveldb-hash}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=mantle-sepolia entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10358 - - --nat=extip:${IP} + - --db.engine=leveldb + - --gcmode=full - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10358 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=leveldb - --state.scheme=hash - --syncmode=snap - - --gcmode=full - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,27 +76,27 @@ services: - 15358:15358 - 15358:15358/udp environment: - - OP_NODE_NETWORK=mantle-sepolia - - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://mantle-sepolia:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15358 - - OP_NODE_P2P_LISTEN_UDP_PORT=15358 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER} - - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://mantle-sepolia:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=mantle-sepolia + - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15358 + - OP_NODE_P2P_LISTEN_UDP_PORT=15358 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -112,7 +104,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: mantle-sepolia-op-geth-pruned-leveldb-hash: @@ -147,3 +138,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/metal-mainnet-op-geth-archive-leveldb-hash.yml b/op/geth/metal-mainnet-op-geth-archive-leveldb-hash.yml index 8a8f158b..b3d40d86 100644 --- a/op/geth/metal-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/metal-mainnet-op-geth-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10821:10821/udp volumes: - ${METAL_MAINNET_OP_GETH_ARCHIVE_LEVELDB_HASH_DATA:-metal-mainnet-op-geth-archive-leveldb-hash}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=metal-mainnet entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10821 - - --nat=extip:${IP} + - --db.engine=leveldb + - --gcmode=archive - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10821 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=leveldb - --state.scheme=hash - --syncmode=full - - --gcmode=archive - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,26 +76,26 @@ services: - 15821:15821 - 15821:15821/udp environment: - - OP_NODE_NETWORK=metal-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://metal-mainnet-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15821 - - OP_NODE_P2P_LISTEN_UDP_PORT=15821 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://metal-mainnet-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=metal-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15821 + - OP_NODE_P2P_LISTEN_UDP_PORT=15821 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -111,7 +103,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: metal-mainnet-op-geth-archive-leveldb-hash: @@ -146,3 +137,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/metal-mainnet-op-geth-pruned-pebble-path.yml b/op/geth/metal-mainnet-op-geth-pruned-pebble-path.yml index b7692b04..760bcff6 100644 --- a/op/geth/metal-mainnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/metal-mainnet-op-geth-pruned-pebble-path.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10821:10821/udp volumes: - ${METAL_MAINNET_OP_GETH_PRUNED_PEBBLE_PATH_DATA:-metal-mainnet-op-geth-pruned-pebble-path}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=metal-mainnet entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10821 - - --nat=extip:${IP} + - --db.engine=pebble + - --gcmode=full - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10821 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=pebble - --state.scheme=path - --syncmode=snap - - --gcmode=full - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,26 +76,26 @@ services: - 15821:15821 - 15821:15821/udp environment: - - OP_NODE_NETWORK=metal-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://metal-mainnet:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15821 - - OP_NODE_P2P_LISTEN_UDP_PORT=15821 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://metal-mainnet:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=metal-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15821 + - OP_NODE_P2P_LISTEN_UDP_PORT=15821 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -111,7 +103,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: metal-mainnet-op-geth-pruned-pebble-path: @@ -149,3 +140,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/metal-sepolia-op-geth-archive-leveldb-hash.yml b/op/geth/metal-sepolia-op-geth-archive-leveldb-hash.yml index b29f9d0c..7cba1338 100644 --- a/op/geth/metal-sepolia-op-geth-archive-leveldb-hash.yml +++ b/op/geth/metal-sepolia-op-geth-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10701:10701/udp volumes: - ${METAL_SEPOLIA_OP_GETH_ARCHIVE_LEVELDB_HASH_DATA:-metal-sepolia-op-geth-archive-leveldb-hash}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=metal-sepolia entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10701 - - --nat=extip:${IP} + - --db.engine=leveldb + - --gcmode=archive - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10701 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=leveldb - --state.scheme=hash - --syncmode=full - - --gcmode=archive - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,27 +76,27 @@ services: - 15701:15701 - 15701:15701/udp environment: - - OP_NODE_NETWORK=metal-sepolia - - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://metal-sepolia-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15701 - - OP_NODE_P2P_LISTEN_UDP_PORT=15701 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER} - - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://metal-sepolia-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=metal-sepolia + - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15701 + - OP_NODE_P2P_LISTEN_UDP_PORT=15701 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -112,7 +104,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: metal-sepolia-op-geth-archive-leveldb-hash: @@ -147,3 +138,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/metal-sepolia-op-geth-pruned-pebble-path.yml b/op/geth/metal-sepolia-op-geth-pruned-pebble-path.yml index a9cecc82..178d0957 100644 --- a/op/geth/metal-sepolia-op-geth-pruned-pebble-path.yml +++ b/op/geth/metal-sepolia-op-geth-pruned-pebble-path.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10701:10701/udp volumes: - ${METAL_SEPOLIA_OP_GETH_PRUNED_PEBBLE_PATH_DATA:-metal-sepolia-op-geth-pruned-pebble-path}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=metal-sepolia entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10701 - - --nat=extip:${IP} + - --db.engine=pebble + - --gcmode=full - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10701 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=pebble - --state.scheme=path - --syncmode=snap - - --gcmode=full - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,27 +76,27 @@ services: - 15701:15701 - 15701:15701/udp environment: - - OP_NODE_NETWORK=metal-sepolia - - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://metal-sepolia:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15701 - - OP_NODE_P2P_LISTEN_UDP_PORT=15701 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER} - - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://metal-sepolia:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=metal-sepolia + - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15701 + - OP_NODE_P2P_LISTEN_UDP_PORT=15701 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -112,7 +104,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: metal-sepolia-op-geth-pruned-pebble-path: @@ -150,3 +141,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/mode-mainnet-op-geth-archive-leveldb-hash.yml b/op/geth/mode-mainnet-op-geth-archive-leveldb-hash.yml index 0d54f86c..7adbea91 100644 --- a/op/geth/mode-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/mode-mainnet-op-geth-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10054:10054/udp volumes: - ${MODE_MAINNET_OP_GETH_ARCHIVE_LEVELDB_HASH_DATA:-mode-mainnet-op-geth-archive-leveldb-hash}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=mode-mainnet entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10054 - - --nat=extip:${IP} + - --db.engine=leveldb + - --gcmode=archive - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10054 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=leveldb - --state.scheme=hash - --syncmode=full - - --gcmode=archive - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,26 +76,26 @@ services: - 15054:15054 - 15054:15054/udp environment: - - OP_NODE_NETWORK=mode-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://mode-mainnet-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15054 - - OP_NODE_P2P_LISTEN_UDP_PORT=15054 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://mode-mainnet-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=mode-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15054 + - OP_NODE_P2P_LISTEN_UDP_PORT=15054 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -111,7 +103,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: mode-mainnet-op-geth-archive-leveldb-hash: @@ -146,3 +137,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/mode-mainnet-op-geth-pruned-pebble-path.yml b/op/geth/mode-mainnet-op-geth-pruned-pebble-path.yml index 1cdb9368..31bf3c57 100644 --- a/op/geth/mode-mainnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/mode-mainnet-op-geth-pruned-pebble-path.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10054:10054/udp volumes: - ${MODE_MAINNET_OP_GETH_PRUNED_PEBBLE_PATH_DATA:-mode-mainnet-op-geth-pruned-pebble-path}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=mode-mainnet entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10054 - - --nat=extip:${IP} + - --db.engine=pebble + - --gcmode=full - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10054 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=pebble - --state.scheme=path - --syncmode=snap - - --gcmode=full - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,26 +76,26 @@ services: - 15054:15054 - 15054:15054/udp environment: - - OP_NODE_NETWORK=mode-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://mode-mainnet:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15054 - - OP_NODE_P2P_LISTEN_UDP_PORT=15054 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://mode-mainnet:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=mode-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15054 + - OP_NODE_P2P_LISTEN_UDP_PORT=15054 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -111,7 +103,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: mode-mainnet-op-geth-pruned-pebble-path: @@ -149,3 +140,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/mode-sepolia-op-geth-archive-leveldb-hash.yml b/op/geth/mode-sepolia-op-geth-archive-leveldb-hash.yml index d9d54b2a..3556f9de 100644 --- a/op/geth/mode-sepolia-op-geth-archive-leveldb-hash.yml +++ b/op/geth/mode-sepolia-op-geth-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10308:10308/udp volumes: - ${MODE_SEPOLIA_OP_GETH_ARCHIVE_LEVELDB_HASH_DATA:-mode-sepolia-op-geth-archive-leveldb-hash}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=mode-sepolia entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10308 - - --nat=extip:${IP} + - --db.engine=leveldb + - --gcmode=archive - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10308 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=leveldb - --state.scheme=hash - --syncmode=full - - --gcmode=archive - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,27 +76,27 @@ services: - 15308:15308 - 15308:15308/udp environment: - - OP_NODE_NETWORK=mode-sepolia - - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://mode-sepolia-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15308 - - OP_NODE_P2P_LISTEN_UDP_PORT=15308 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER} - - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://mode-sepolia-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=mode-sepolia + - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15308 + - OP_NODE_P2P_LISTEN_UDP_PORT=15308 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -112,7 +104,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: mode-sepolia-op-geth-archive-leveldb-hash: @@ -147,3 +138,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/mode-sepolia-op-geth-pruned-pebble-path.yml b/op/geth/mode-sepolia-op-geth-pruned-pebble-path.yml index 4bb9ac5b..6c78da31 100644 --- a/op/geth/mode-sepolia-op-geth-pruned-pebble-path.yml +++ b/op/geth/mode-sepolia-op-geth-pruned-pebble-path.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10308:10308/udp volumes: - ${MODE_SEPOLIA_OP_GETH_PRUNED_PEBBLE_PATH_DATA:-mode-sepolia-op-geth-pruned-pebble-path}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=mode-sepolia entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10308 - - --nat=extip:${IP} + - --db.engine=pebble + - --gcmode=full - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10308 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=pebble - --state.scheme=path - --syncmode=snap - - --gcmode=full - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,27 +76,27 @@ services: - 15308:15308 - 15308:15308/udp environment: - - OP_NODE_NETWORK=mode-sepolia - - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://mode-sepolia:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15308 - - OP_NODE_P2P_LISTEN_UDP_PORT=15308 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER} - - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://mode-sepolia:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=mode-sepolia + - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15308 + - OP_NODE_P2P_LISTEN_UDP_PORT=15308 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -112,7 +104,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: mode-sepolia-op-geth-pruned-pebble-path: @@ -150,3 +141,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/op-mainnet-op-geth-archive-leveldb-hash.yml b/op/geth/op-mainnet-op-geth-archive-leveldb-hash.yml index 2259e480..3c8adc00 100644 --- a/op/geth/op-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/op-mainnet-op-geth-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10687:10687/udp volumes: - ${OP_MAINNET_OP_GETH_ARCHIVE_LEVELDB_HASH_DATA:-op-mainnet-op-geth-archive-leveldb-hash}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=op-mainnet entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10687 - - --nat=extip:${IP} + - --db.engine=leveldb + - --gcmode=archive - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10687 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=leveldb - --state.scheme=hash - --syncmode=full - - --gcmode=archive - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,26 +76,26 @@ services: - 15687:15687 - 15687:15687/udp environment: - - OP_NODE_NETWORK=op-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://op-mainnet-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15687 - - OP_NODE_P2P_LISTEN_UDP_PORT=15687 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://op-mainnet-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=op-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15687 + - OP_NODE_P2P_LISTEN_UDP_PORT=15687 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -111,7 +103,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: op-mainnet-op-geth-archive-leveldb-hash: @@ -146,3 +137,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/op-mainnet-op-geth-pruned-pebble-path.yml b/op/geth/op-mainnet-op-geth-pruned-pebble-path.yml index 0c0459ae..1fc51ccb 100644 --- a/op/geth/op-mainnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/op-mainnet-op-geth-pruned-pebble-path.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10687:10687/udp volumes: - ${OP_MAINNET_OP_GETH_PRUNED_PEBBLE_PATH_DATA:-op-mainnet-op-geth-pruned-pebble-path}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=op-mainnet entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10687 - - --nat=extip:${IP} + - --db.engine=pebble + - --gcmode=full - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10687 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=pebble - --state.scheme=path - --syncmode=snap - - --gcmode=full - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,26 +76,26 @@ services: - 15687:15687 - 15687:15687/udp environment: - - OP_NODE_NETWORK=op-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://op-mainnet:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15687 - - OP_NODE_P2P_LISTEN_UDP_PORT=15687 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://op-mainnet:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=op-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15687 + - OP_NODE_P2P_LISTEN_UDP_PORT=15687 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -111,7 +103,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: op-mainnet-op-geth-pruned-pebble-path: @@ -149,3 +140,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/op-sepolia-op-geth-archive-leveldb-hash.yml b/op/geth/op-sepolia-op-geth-archive-leveldb-hash.yml index 9be8ea8a..2fa1a5bc 100644 --- a/op/geth/op-sepolia-op-geth-archive-leveldb-hash.yml +++ b/op/geth/op-sepolia-op-geth-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10981:10981/udp volumes: - ${OP_SEPOLIA_OP_GETH_ARCHIVE_LEVELDB_HASH_DATA:-op-sepolia-op-geth-archive-leveldb-hash}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=op-sepolia entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10981 - - --nat=extip:${IP} + - --db.engine=leveldb + - --gcmode=archive - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10981 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=leveldb - --state.scheme=hash - --syncmode=full - - --gcmode=archive - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,27 +76,27 @@ services: - 15981:15981 - 15981:15981/udp environment: - - OP_NODE_NETWORK=op-sepolia - - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://op-sepolia-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15981 - - OP_NODE_P2P_LISTEN_UDP_PORT=15981 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER} - - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://op-sepolia-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=op-sepolia + - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15981 + - OP_NODE_P2P_LISTEN_UDP_PORT=15981 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -112,7 +104,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: op-sepolia-op-geth-archive-leveldb-hash: @@ -147,3 +138,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/op-sepolia-op-geth-pruned-pebble-path.yml b/op/geth/op-sepolia-op-geth-pruned-pebble-path.yml index 2451b46c..836dd720 100644 --- a/op/geth/op-sepolia-op-geth-pruned-pebble-path.yml +++ b/op/geth/op-sepolia-op-geth-pruned-pebble-path.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10981:10981/udp volumes: - ${OP_SEPOLIA_OP_GETH_PRUNED_PEBBLE_PATH_DATA:-op-sepolia-op-geth-pruned-pebble-path}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=op-sepolia entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10981 - - --nat=extip:${IP} + - --db.engine=pebble + - --gcmode=full - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10981 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=pebble - --state.scheme=path - --syncmode=snap - - --gcmode=full - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,27 +76,27 @@ services: - 15981:15981 - 15981:15981/udp environment: - - OP_NODE_NETWORK=op-sepolia - - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://op-sepolia:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15981 - - OP_NODE_P2P_LISTEN_UDP_PORT=15981 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER} - - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://op-sepolia:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=op-sepolia + - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15981 + - OP_NODE_P2P_LISTEN_UDP_PORT=15981 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -112,7 +104,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: op-sepolia-op-geth-pruned-pebble-path: @@ -150,3 +141,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/snax-mainnet-op-geth-archive-leveldb-hash.yml b/op/geth/snax-mainnet-op-geth-archive-leveldb-hash.yml index ebfd10d4..17c8c9c4 100644 --- a/op/geth/snax-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/snax-mainnet-op-geth-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10332:10332/udp volumes: - ${SNAX_MAINNET_OP_GETH_ARCHIVE_LEVELDB_HASH_DATA:-snax-mainnet-op-geth-archive-leveldb-hash}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=snax-mainnet entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10332 - - --nat=extip:${IP} + - --db.engine=leveldb + - --gcmode=archive - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10332 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=leveldb - --state.scheme=hash - --syncmode=full - - --gcmode=archive - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,26 +76,26 @@ services: - 15332:15332 - 15332:15332/udp environment: - - OP_NODE_NETWORK=snax-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://snax-mainnet-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15332 - - OP_NODE_P2P_LISTEN_UDP_PORT=15332 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://snax-mainnet-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=snax-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15332 + - OP_NODE_P2P_LISTEN_UDP_PORT=15332 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -111,7 +103,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: snax-mainnet-op-geth-archive-leveldb-hash: @@ -146,3 +137,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/snax-mainnet-op-geth-pruned-pebble-path.yml b/op/geth/snax-mainnet-op-geth-pruned-pebble-path.yml index 715b3ae2..32b03192 100644 --- a/op/geth/snax-mainnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/snax-mainnet-op-geth-pruned-pebble-path.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10332:10332/udp volumes: - ${SNAX_MAINNET_OP_GETH_PRUNED_PEBBLE_PATH_DATA:-snax-mainnet-op-geth-pruned-pebble-path}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=snax-mainnet entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10332 - - --nat=extip:${IP} + - --db.engine=pebble + - --gcmode=full - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10332 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=pebble - --state.scheme=path - --syncmode=snap - - --gcmode=full - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,26 +76,26 @@ services: - 15332:15332 - 15332:15332/udp environment: - - OP_NODE_NETWORK=snax-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://snax-mainnet:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15332 - - OP_NODE_P2P_LISTEN_UDP_PORT=15332 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://snax-mainnet:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=snax-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15332 + - OP_NODE_P2P_LISTEN_UDP_PORT=15332 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -111,7 +103,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: snax-mainnet-op-geth-pruned-pebble-path: @@ -149,3 +140,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/soneium-minato-op-geth-archive-leveldb-hash.yml b/op/geth/soneium-minato-op-geth-archive-leveldb-hash.yml index 22f6bfbc..b11236c1 100644 --- a/op/geth/soneium-minato-op-geth-archive-leveldb-hash.yml +++ b/op/geth/soneium-minato-op-geth-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10702:10702/udp volumes: - ${SONEIUM_MINATO_OP_GETH_ARCHIVE_LEVELDB_HASH_DATA:-soneium-minato-op-geth-archive-leveldb-hash}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=soneium-minato entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10702 - - --nat=extip:${IP} + - --db.engine=leveldb + - --gcmode=archive - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10702 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=leveldb - --state.scheme=hash - --syncmode=full - - --gcmode=archive - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,27 +76,27 @@ services: - 15702:15702 - 15702:15702/udp environment: - - OP_NODE_NETWORK=soneium-minato - - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://soneium-minato-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15702 - - OP_NODE_P2P_LISTEN_UDP_PORT=15702 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER} - - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://soneium-minato-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=soneium-minato + - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15702 + - OP_NODE_P2P_LISTEN_UDP_PORT=15702 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -112,7 +104,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: soneium-minato-op-geth-archive-leveldb-hash: @@ -147,3 +138,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/soneium-minato-op-geth-pruned-pebble-path.yml b/op/geth/soneium-minato-op-geth-pruned-pebble-path.yml index c3c41667..588ff09c 100644 --- a/op/geth/soneium-minato-op-geth-pruned-pebble-path.yml +++ b/op/geth/soneium-minato-op-geth-pruned-pebble-path.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10702:10702/udp volumes: - ${SONEIUM_MINATO_OP_GETH_PRUNED_PEBBLE_PATH_DATA:-soneium-minato-op-geth-pruned-pebble-path}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=soneium-minato entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10702 - - --nat=extip:${IP} + - --db.engine=pebble + - --gcmode=full - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10702 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=pebble - --state.scheme=path - --syncmode=snap - - --gcmode=full - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,27 +76,27 @@ services: - 15702:15702 - 15702:15702/udp environment: - - OP_NODE_NETWORK=soneium-minato - - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://soneium-minato:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15702 - - OP_NODE_P2P_LISTEN_UDP_PORT=15702 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER} - - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://soneium-minato:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=soneium-minato + - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15702 + - OP_NODE_P2P_LISTEN_UDP_PORT=15702 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -112,7 +104,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: soneium-minato-op-geth-pruned-pebble-path: @@ -150,3 +141,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/swell-mainnet-op-geth-archive-leveldb-hash.yml b/op/geth/swell-mainnet-op-geth-archive-leveldb-hash.yml index f362e82a..a98307db 100644 --- a/op/geth/swell-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/swell-mainnet-op-geth-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10312:10312/udp volumes: - ${SWELL_MAINNET_OP_GETH_ARCHIVE_LEVELDB_HASH_DATA:-swell-mainnet-op-geth-archive-leveldb-hash}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=swell-mainnet entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10312 - - --nat=extip:${IP} + - --db.engine=leveldb + - --gcmode=archive - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10312 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=leveldb - --state.scheme=hash - --syncmode=full - - --gcmode=archive - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,26 +76,26 @@ services: - 15312:15312 - 15312:15312/udp environment: - - OP_NODE_NETWORK=swell-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://swell-mainnet-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15312 - - OP_NODE_P2P_LISTEN_UDP_PORT=15312 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://swell-mainnet-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=swell-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15312 + - OP_NODE_P2P_LISTEN_UDP_PORT=15312 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -111,7 +103,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: swell-mainnet-op-geth-archive-leveldb-hash: @@ -146,3 +137,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/swell-mainnet-op-geth-pruned-pebble-path.yml b/op/geth/swell-mainnet-op-geth-pruned-pebble-path.yml index 34b79c28..dbca3019 100644 --- a/op/geth/swell-mainnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/swell-mainnet-op-geth-pruned-pebble-path.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10312:10312/udp volumes: - ${SWELL_MAINNET_OP_GETH_PRUNED_PEBBLE_PATH_DATA:-swell-mainnet-op-geth-pruned-pebble-path}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=swell-mainnet entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10312 - - --nat=extip:${IP} + - --db.engine=pebble + - --gcmode=full - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10312 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=pebble - --state.scheme=path - --syncmode=snap - - --gcmode=full - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,26 +76,26 @@ services: - 15312:15312 - 15312:15312/udp environment: - - OP_NODE_NETWORK=swell-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://swell-mainnet:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15312 - - OP_NODE_P2P_LISTEN_UDP_PORT=15312 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://swell-mainnet:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=swell-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15312 + - OP_NODE_P2P_LISTEN_UDP_PORT=15312 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -111,7 +103,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: swell-mainnet-op-geth-pruned-pebble-path: @@ -149,3 +140,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/unichain-mainnet-op-geth-archive-leveldb-hash.yml b/op/geth/unichain-mainnet-op-geth-archive-leveldb-hash.yml index e21cd217..801fcf4c 100644 --- a/op/geth/unichain-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/unichain-mainnet-op-geth-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10954:10954/udp volumes: - ${UNICHAIN_MAINNET_OP_GETH_ARCHIVE_LEVELDB_HASH_DATA:-unichain-mainnet-op-geth-archive-leveldb-hash}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=unichain-mainnet entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10954 - - --nat=extip:${IP} + - --db.engine=leveldb + - --gcmode=archive - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10954 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=leveldb - --state.scheme=hash - --syncmode=full - - --gcmode=archive - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,26 +76,26 @@ services: - 15954:15954 - 15954:15954/udp environment: - - OP_NODE_NETWORK=unichain-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://unichain-mainnet-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15954 - - OP_NODE_P2P_LISTEN_UDP_PORT=15954 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://unichain-mainnet-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=unichain-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15954 + - OP_NODE_P2P_LISTEN_UDP_PORT=15954 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -111,7 +103,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: unichain-mainnet-op-geth-archive-leveldb-hash: @@ -146,3 +137,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/unichain-mainnet-op-geth-pruned-pebble-path.yml b/op/geth/unichain-mainnet-op-geth-pruned-pebble-path.yml index cf91e89e..1559d96d 100644 --- a/op/geth/unichain-mainnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/unichain-mainnet-op-geth-pruned-pebble-path.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10954:10954/udp volumes: - ${UNICHAIN_MAINNET_OP_GETH_PRUNED_PEBBLE_PATH_DATA:-unichain-mainnet-op-geth-pruned-pebble-path}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=unichain-mainnet entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10954 - - --nat=extip:${IP} + - --db.engine=pebble + - --gcmode=full - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10954 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=pebble - --state.scheme=path - --syncmode=snap - - --gcmode=full - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,26 +76,26 @@ services: - 15954:15954 - 15954:15954/udp environment: - - OP_NODE_NETWORK=unichain-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://unichain-mainnet:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15954 - - OP_NODE_P2P_LISTEN_UDP_PORT=15954 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://unichain-mainnet:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=unichain-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15954 + - OP_NODE_P2P_LISTEN_UDP_PORT=15954 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -111,7 +103,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: unichain-mainnet-op-geth-pruned-pebble-path: @@ -149,3 +140,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/unichain-sepolia-op-geth-archive-leveldb-hash.yml b/op/geth/unichain-sepolia-op-geth-archive-leveldb-hash.yml index d28e6790..d40aecaf 100644 --- a/op/geth/unichain-sepolia-op-geth-archive-leveldb-hash.yml +++ b/op/geth/unichain-sepolia-op-geth-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10226:10226/udp volumes: - ${UNICHAIN_SEPOLIA_OP_GETH_ARCHIVE_LEVELDB_HASH_DATA:-unichain-sepolia-op-geth-archive-leveldb-hash}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=unichain-sepolia entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10226 - - --nat=extip:${IP} + - --db.engine=leveldb + - --gcmode=archive - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10226 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=leveldb - --state.scheme=hash - --syncmode=full - - --gcmode=archive - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,27 +76,27 @@ services: - 15226:15226 - 15226:15226/udp environment: - - OP_NODE_NETWORK=unichain-sepolia - - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://unichain-sepolia-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15226 - - OP_NODE_P2P_LISTEN_UDP_PORT=15226 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER} - - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://unichain-sepolia-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=unichain-sepolia + - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15226 + - OP_NODE_P2P_LISTEN_UDP_PORT=15226 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -112,7 +104,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: unichain-sepolia-op-geth-archive-leveldb-hash: @@ -147,3 +138,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/unichain-sepolia-op-geth-pruned-pebble-path.yml b/op/geth/unichain-sepolia-op-geth-pruned-pebble-path.yml index 5146572c..c1f4dfff 100644 --- a/op/geth/unichain-sepolia-op-geth-pruned-pebble-path.yml +++ b/op/geth/unichain-sepolia-op-geth-pruned-pebble-path.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10226:10226/udp volumes: - ${UNICHAIN_SEPOLIA_OP_GETH_PRUNED_PEBBLE_PATH_DATA:-unichain-sepolia-op-geth-pruned-pebble-path}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=unichain-sepolia entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10226 - - --nat=extip:${IP} + - --db.engine=pebble + - --gcmode=full - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10226 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=pebble - --state.scheme=path - --syncmode=snap - - --gcmode=full - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,27 +76,27 @@ services: - 15226:15226 - 15226:15226/udp environment: - - OP_NODE_NETWORK=unichain-sepolia - - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://unichain-sepolia:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15226 - - OP_NODE_P2P_LISTEN_UDP_PORT=15226 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER} - - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://unichain-sepolia:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=unichain-sepolia + - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15226 + - OP_NODE_P2P_LISTEN_UDP_PORT=15226 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -112,7 +104,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: unichain-sepolia-op-geth-pruned-pebble-path: @@ -150,3 +141,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/worldchain-mainnet-op-geth-archive-leveldb-hash.yml b/op/geth/worldchain-mainnet-op-geth-archive-leveldb-hash.yml index 7a4d9ee6..3cba9e9a 100644 --- a/op/geth/worldchain-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/worldchain-mainnet-op-geth-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10096:10096/udp volumes: - ${WORLDCHAIN_MAINNET_OP_GETH_ARCHIVE_LEVELDB_HASH_DATA:-worldchain-mainnet-op-geth-archive-leveldb-hash}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=worldchain-mainnet entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10096 - - --nat=extip:${IP} + - --db.engine=leveldb + - --gcmode=archive - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10096 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=leveldb - --state.scheme=hash - --syncmode=full - - --gcmode=archive - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,26 +76,26 @@ services: - 15096:15096 - 15096:15096/udp environment: - - OP_NODE_NETWORK=worldchain-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://worldchain-mainnet-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15096 - - OP_NODE_P2P_LISTEN_UDP_PORT=15096 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://worldchain-mainnet-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=worldchain-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15096 + - OP_NODE_P2P_LISTEN_UDP_PORT=15096 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -111,7 +103,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: worldchain-mainnet-op-geth-archive-leveldb-hash: @@ -146,3 +137,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/worldchain-mainnet-op-geth-pruned-pebble-path.yml b/op/geth/worldchain-mainnet-op-geth-pruned-pebble-path.yml index a7813f4b..0ae5ddab 100644 --- a/op/geth/worldchain-mainnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/worldchain-mainnet-op-geth-pruned-pebble-path.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10096:10096/udp volumes: - ${WORLDCHAIN_MAINNET_OP_GETH_PRUNED_PEBBLE_PATH_DATA:-worldchain-mainnet-op-geth-pruned-pebble-path}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=worldchain-mainnet entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10096 - - --nat=extip:${IP} + - --db.engine=pebble + - --gcmode=full - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10096 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=pebble - --state.scheme=path - --syncmode=snap - - --gcmode=full - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,26 +76,26 @@ services: - 15096:15096 - 15096:15096/udp environment: - - OP_NODE_NETWORK=worldchain-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://worldchain-mainnet:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15096 - - OP_NODE_P2P_LISTEN_UDP_PORT=15096 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://worldchain-mainnet:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=worldchain-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15096 + - OP_NODE_P2P_LISTEN_UDP_PORT=15096 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -111,7 +103,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: worldchain-mainnet-op-geth-pruned-pebble-path: @@ -149,3 +140,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/worldchain-sepolia-op-geth-archive-leveldb-hash.yml b/op/geth/worldchain-sepolia-op-geth-archive-leveldb-hash.yml index 138d6ec0..a5735603 100644 --- a/op/geth/worldchain-sepolia-op-geth-archive-leveldb-hash.yml +++ b/op/geth/worldchain-sepolia-op-geth-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10620:10620/udp volumes: - ${WORLDCHAIN_SEPOLIA_OP_GETH_ARCHIVE_LEVELDB_HASH_DATA:-worldchain-sepolia-op-geth-archive-leveldb-hash}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=worldchain-sepolia entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10620 - - --nat=extip:${IP} + - --db.engine=leveldb + - --gcmode=archive - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10620 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=leveldb - --state.scheme=hash - --syncmode=full - - --gcmode=archive - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,27 +76,27 @@ services: - 15620:15620 - 15620:15620/udp environment: - - OP_NODE_NETWORK=worldchain-sepolia - - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://worldchain-sepolia-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15620 - - OP_NODE_P2P_LISTEN_UDP_PORT=15620 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER} - - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://worldchain-sepolia-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=worldchain-sepolia + - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15620 + - OP_NODE_P2P_LISTEN_UDP_PORT=15620 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -112,7 +104,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: worldchain-sepolia-op-geth-archive-leveldb-hash: @@ -147,3 +138,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/worldchain-sepolia-op-geth-pruned-pebble-path.yml b/op/geth/worldchain-sepolia-op-geth-pruned-pebble-path.yml index a0d1494f..7e547638 100644 --- a/op/geth/worldchain-sepolia-op-geth-pruned-pebble-path.yml +++ b/op/geth/worldchain-sepolia-op-geth-pruned-pebble-path.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10620:10620/udp volumes: - ${WORLDCHAIN_SEPOLIA_OP_GETH_PRUNED_PEBBLE_PATH_DATA:-worldchain-sepolia-op-geth-pruned-pebble-path}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=worldchain-sepolia entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10620 - - --nat=extip:${IP} + - --db.engine=pebble + - --gcmode=full - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10620 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=pebble - --state.scheme=path - --syncmode=snap - - --gcmode=full - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,27 +76,27 @@ services: - 15620:15620 - 15620:15620/udp environment: - - OP_NODE_NETWORK=worldchain-sepolia - - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://worldchain-sepolia:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15620 - - OP_NODE_P2P_LISTEN_UDP_PORT=15620 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER} - - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://worldchain-sepolia:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=worldchain-sepolia + - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15620 + - OP_NODE_P2P_LISTEN_UDP_PORT=15620 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -112,7 +104,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: worldchain-sepolia-op-geth-pruned-pebble-path: @@ -150,3 +141,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/zircuit-garfield-op-geth-archive-leveldb-hash.yml b/op/geth/zircuit-garfield-op-geth-archive-leveldb-hash.yml index 5264e89c..7bc815ee 100644 --- a/op/geth/zircuit-garfield-op-geth-archive-leveldb-hash.yml +++ b/op/geth/zircuit-garfield-op-geth-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,47 +27,37 @@ services: - 10397:10397/udp volumes: - ${ZIRCUIT_GARFIELD_OP_GETH_ARCHIVE_LEVELDB_HASH_DATA:-zircuit-garfield-op-geth-archive-leveldb-hash}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - - GETH_OP_NETWORK=zircuit-garfield - GETH_ETHSTATS=d${DOMAIN}:${ZIRCUIT_GARFIELD_WS_SECRET}@${ZIRCUIT_GARFIELD_ETH_STATS_SERVER}:${ZIRCUIT_GARFIELD_ETH_STATS_SERVER_PORT} + - GETH_OP_NETWORK=zircuit-garfield entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* + - --circuit-capacity-check=false - --datadir=/data - - --port=10397 - - --nat=extip:${IP} + - --db.engine=leveldb + - --gcmode=archive - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10397 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=leveldb - --state.scheme=hash - --syncmode=full - - --gcmode=archive - - - --circuit-capacity-check=false - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -87,26 +78,26 @@ services: - 15397:15397 - 15397:15397/udp environment: - - OP_NODE_NETWORK=zircuit-garfield - - OP_NODE_L1_ETH_RPC=${ETHEREUM_HOLESKY_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://zircuit-garfield-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15397 - - OP_NODE_P2P_LISTEN_UDP_PORT=15397 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_HOLESKY_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_HOLESKY_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_HOLESKY_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_HOLESKY_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_HOLESKY_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_HOLESKY_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_HOLESKY_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://zircuit-garfield-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=zircuit-garfield + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15397 + - OP_NODE_P2P_LISTEN_UDP_PORT=15397 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -114,7 +105,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: zircuit-garfield-op-geth-archive-leveldb-hash: @@ -153,3 +143,5 @@ x-upstreams: - name: zirc_getQuarantineHistory - name: zirc_getQuarantined - name: zirc_isQuarantined + +... \ No newline at end of file diff --git a/op/geth/zircuit-garfield-op-geth-pruned-pebble-hash.yml b/op/geth/zircuit-garfield-op-geth-pruned-pebble-hash.yml index 8d323b0f..49f05aa5 100644 --- a/op/geth/zircuit-garfield-op-geth-pruned-pebble-hash.yml +++ b/op/geth/zircuit-garfield-op-geth-pruned-pebble-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,47 +27,37 @@ services: - 10397:10397/udp volumes: - ${ZIRCUIT_GARFIELD_OP_GETH_PRUNED_PEBBLE_HASH_DATA:-zircuit-garfield-op-geth-pruned-pebble-hash}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - - GETH_OP_NETWORK=zircuit-garfield - GETH_ETHSTATS=d${DOMAIN}:${ZIRCUIT_GARFIELD_WS_SECRET}@${ZIRCUIT_GARFIELD_ETH_STATS_SERVER}:${ZIRCUIT_GARFIELD_ETH_STATS_SERVER_PORT} + - GETH_OP_NETWORK=zircuit-garfield entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* + - --circuit-capacity-check=false - --datadir=/data - - --port=10397 - - --nat=extip:${IP} + - --db.engine=pebble + - --gcmode=full - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10397 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=pebble - --state.scheme=hash - --syncmode=snap - - --gcmode=full - - - --circuit-capacity-check=false - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -87,26 +78,26 @@ services: - 15397:15397 - 15397:15397/udp environment: - - OP_NODE_NETWORK=zircuit-garfield - - OP_NODE_L1_ETH_RPC=${ETHEREUM_HOLESKY_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://zircuit-garfield:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15397 - - OP_NODE_P2P_LISTEN_UDP_PORT=15397 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_HOLESKY_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_HOLESKY_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_HOLESKY_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_HOLESKY_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_HOLESKY_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_HOLESKY_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_HOLESKY_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://zircuit-garfield:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=zircuit-garfield + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15397 + - OP_NODE_P2P_LISTEN_UDP_PORT=15397 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -114,7 +105,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: zircuit-garfield-op-geth-pruned-pebble-hash: @@ -153,3 +143,5 @@ x-upstreams: - name: zirc_getQuarantineHistory - name: zirc_getQuarantined - name: zirc_isQuarantined + +... \ No newline at end of file diff --git a/op/geth/zircuit-mainnet-op-geth-archive-leveldb-hash.yml b/op/geth/zircuit-mainnet-op-geth-archive-leveldb-hash.yml index 0206a8f5..080afcd0 100644 --- a/op/geth/zircuit-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/zircuit-mainnet-op-geth-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,47 +27,37 @@ services: - 10688:10688/udp volumes: - ${ZIRCUIT_MAINNET_OP_GETH_ARCHIVE_LEVELDB_HASH_DATA:-zircuit-mainnet-op-geth-archive-leveldb-hash}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - - GETH_OP_NETWORK=zircuit-mainnet - GETH_ETHSTATS=d${DOMAIN}:${ZIRCUIT_MAINNET_WS_SECRET}@${ZIRCUIT_MAINNET_ETH_STATS_SERVER}:${ZIRCUIT_MAINNET_ETH_STATS_SERVER_PORT} + - GETH_OP_NETWORK=zircuit-mainnet entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* + - --circuit-capacity-check=false - --datadir=/data - - --port=10688 - - --nat=extip:${IP} + - --db.engine=leveldb + - --gcmode=archive - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10688 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=leveldb - --state.scheme=hash - --syncmode=full - - --gcmode=archive - - - --circuit-capacity-check=false - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -87,26 +78,26 @@ services: - 15688:15688 - 15688:15688/udp environment: - - OP_NODE_NETWORK=zircuit-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://zircuit-mainnet-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15688 - - OP_NODE_P2P_LISTEN_UDP_PORT=15688 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://zircuit-mainnet-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=zircuit-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15688 + - OP_NODE_P2P_LISTEN_UDP_PORT=15688 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -114,7 +105,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: zircuit-mainnet-op-geth-archive-leveldb-hash: @@ -153,3 +143,5 @@ x-upstreams: - name: zirc_getQuarantineHistory - name: zirc_getQuarantined - name: zirc_isQuarantined + +... \ No newline at end of file diff --git a/op/geth/zircuit-mainnet-op-geth-pruned-pebble-hash.yml b/op/geth/zircuit-mainnet-op-geth-pruned-pebble-hash.yml index e26ae2dd..48174201 100644 --- a/op/geth/zircuit-mainnet-op-geth-pruned-pebble-hash.yml +++ b/op/geth/zircuit-mainnet-op-geth-pruned-pebble-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,47 +27,37 @@ services: - 10688:10688/udp volumes: - ${ZIRCUIT_MAINNET_OP_GETH_PRUNED_PEBBLE_HASH_DATA:-zircuit-mainnet-op-geth-pruned-pebble-hash}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - - GETH_OP_NETWORK=zircuit-mainnet - GETH_ETHSTATS=d${DOMAIN}:${ZIRCUIT_MAINNET_WS_SECRET}@${ZIRCUIT_MAINNET_ETH_STATS_SERVER}:${ZIRCUIT_MAINNET_ETH_STATS_SERVER_PORT} + - GETH_OP_NETWORK=zircuit-mainnet entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* + - --circuit-capacity-check=false - --datadir=/data - - --port=10688 - - --nat=extip:${IP} + - --db.engine=pebble + - --gcmode=full - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10688 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=pebble - --state.scheme=hash - --syncmode=snap - - --gcmode=full - - - --circuit-capacity-check=false - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -87,26 +78,26 @@ services: - 15688:15688 - 15688:15688/udp environment: - - OP_NODE_NETWORK=zircuit-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://zircuit-mainnet:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15688 - - OP_NODE_P2P_LISTEN_UDP_PORT=15688 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://zircuit-mainnet:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=zircuit-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15688 + - OP_NODE_P2P_LISTEN_UDP_PORT=15688 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -114,7 +105,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: zircuit-mainnet-op-geth-pruned-pebble-hash: @@ -153,3 +143,5 @@ x-upstreams: - name: zirc_getQuarantineHistory - name: zirc_getQuarantined - name: zirc_isQuarantined + +... \ No newline at end of file diff --git a/op/geth/zircuit-testnet-op-geth-archive-leveldb-hash.yml b/op/geth/zircuit-testnet-op-geth-archive-leveldb-hash.yml index 286e095c..325dd080 100644 --- a/op/geth/zircuit-testnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/zircuit-testnet-op-geth-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,47 +27,37 @@ services: - 10357:10357/udp volumes: - ${ZIRCUIT_TESTNET_OP_GETH_ARCHIVE_LEVELDB_HASH_DATA:-zircuit-testnet-op-geth-archive-leveldb-hash}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - - GETH_OP_NETWORK=zircuit-testnet - GETH_ETHSTATS=d${DOMAIN}:${ZIRCUIT_TESTNET_WS_SECRET}@${ZIRCUIT_TESTNET_ETH_STATS_SERVER}:${ZIRCUIT_TESTNET_ETH_STATS_SERVER_PORT} + - GETH_OP_NETWORK=zircuit-testnet entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* + - --circuit-capacity-check=false - --datadir=/data - - --port=10357 - - --nat=extip:${IP} + - --db.engine=leveldb + - --gcmode=archive - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10357 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=leveldb - --state.scheme=hash - --syncmode=full - - --gcmode=archive - - - --circuit-capacity-check=false - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -87,27 +78,27 @@ services: - 15357:15357 - 15357:15357/udp environment: - - OP_NODE_NETWORK=zircuit-testnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://zircuit-testnet-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15357 - - OP_NODE_P2P_LISTEN_UDP_PORT=15357 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER} - - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://zircuit-testnet-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=zircuit-testnet + - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15357 + - OP_NODE_P2P_LISTEN_UDP_PORT=15357 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -115,7 +106,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: zircuit-testnet-op-geth-archive-leveldb-hash: @@ -154,3 +144,5 @@ x-upstreams: - name: zirc_getQuarantineHistory - name: zirc_getQuarantined - name: zirc_isQuarantined + +... \ No newline at end of file diff --git a/op/geth/zircuit-testnet-op-geth-pruned-pebble-hash.yml b/op/geth/zircuit-testnet-op-geth-pruned-pebble-hash.yml index fbb9cbdc..438187df 100644 --- a/op/geth/zircuit-testnet-op-geth-pruned-pebble-hash.yml +++ b/op/geth/zircuit-testnet-op-geth-pruned-pebble-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,47 +27,37 @@ services: - 10357:10357/udp volumes: - ${ZIRCUIT_TESTNET_OP_GETH_PRUNED_PEBBLE_HASH_DATA:-zircuit-testnet-op-geth-pruned-pebble-hash}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - - GETH_OP_NETWORK=zircuit-testnet - GETH_ETHSTATS=d${DOMAIN}:${ZIRCUIT_TESTNET_WS_SECRET}@${ZIRCUIT_TESTNET_ETH_STATS_SERVER}:${ZIRCUIT_TESTNET_ETH_STATS_SERVER_PORT} + - GETH_OP_NETWORK=zircuit-testnet entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* + - --circuit-capacity-check=false - --datadir=/data - - --port=10357 - - --nat=extip:${IP} + - --db.engine=pebble + - --gcmode=full - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10357 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=pebble - --state.scheme=hash - --syncmode=snap - - --gcmode=full - - - --circuit-capacity-check=false - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -87,27 +78,27 @@ services: - 15357:15357 - 15357:15357/udp environment: - - OP_NODE_NETWORK=zircuit-testnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://zircuit-testnet:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15357 - - OP_NODE_P2P_LISTEN_UDP_PORT=15357 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER} - - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://zircuit-testnet:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=zircuit-testnet + - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15357 + - OP_NODE_P2P_LISTEN_UDP_PORT=15357 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -115,7 +106,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: zircuit-testnet-op-geth-pruned-pebble-hash: @@ -154,3 +144,5 @@ x-upstreams: - name: zirc_getQuarantineHistory - name: zirc_getQuarantined - name: zirc_isQuarantined + +... \ No newline at end of file diff --git a/op/geth/zora-mainnet-op-geth-archive-leveldb-hash.yml b/op/geth/zora-mainnet-op-geth-archive-leveldb-hash.yml index 5948b650..41f5029f 100644 --- a/op/geth/zora-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/zora-mainnet-op-geth-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10714:10714/udp volumes: - ${ZORA_MAINNET_OP_GETH_ARCHIVE_LEVELDB_HASH_DATA:-zora-mainnet-op-geth-archive-leveldb-hash}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=zora-mainnet entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10714 - - --nat=extip:${IP} + - --db.engine=leveldb + - --gcmode=archive - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10714 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=leveldb - --state.scheme=hash - --syncmode=full - - --gcmode=archive - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,26 +76,26 @@ services: - 15714:15714 - 15714:15714/udp environment: - - OP_NODE_NETWORK=zora-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://zora-mainnet-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15714 - - OP_NODE_P2P_LISTEN_UDP_PORT=15714 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://zora-mainnet-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=zora-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15714 + - OP_NODE_P2P_LISTEN_UDP_PORT=15714 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -111,7 +103,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: zora-mainnet-op-geth-archive-leveldb-hash: @@ -146,3 +137,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/zora-mainnet-op-geth-pruned-pebble-path.yml b/op/geth/zora-mainnet-op-geth-pruned-pebble-path.yml index 261cf0a4..5cd3b47a 100644 --- a/op/geth/zora-mainnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/zora-mainnet-op-geth-pruned-pebble-path.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10714:10714/udp volumes: - ${ZORA_MAINNET_OP_GETH_PRUNED_PEBBLE_PATH_DATA:-zora-mainnet-op-geth-pruned-pebble-path}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=zora-mainnet entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10714 - - --nat=extip:${IP} + - --db.engine=pebble + - --gcmode=full - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10714 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=pebble - --state.scheme=path - --syncmode=snap - - --gcmode=full - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,26 +76,26 @@ services: - 15714:15714 - 15714:15714/udp environment: - - OP_NODE_NETWORK=zora-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://zora-mainnet:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15714 - - OP_NODE_P2P_LISTEN_UDP_PORT=15714 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://zora-mainnet:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=zora-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15714 + - OP_NODE_P2P_LISTEN_UDP_PORT=15714 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -111,7 +103,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: zora-mainnet-op-geth-pruned-pebble-path: @@ -149,3 +140,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/zora-sepolia-op-geth-archive-leveldb-hash.yml b/op/geth/zora-sepolia-op-geth-archive-leveldb-hash.yml index 5e092ca9..1e92e67e 100644 --- a/op/geth/zora-sepolia-op-geth-archive-leveldb-hash.yml +++ b/op/geth/zora-sepolia-op-geth-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10083:10083/udp volumes: - ${ZORA_SEPOLIA_OP_GETH_ARCHIVE_LEVELDB_HASH_DATA:-zora-sepolia-op-geth-archive-leveldb-hash}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=zora-sepolia entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10083 - - --nat=extip:${IP} + - --db.engine=leveldb + - --gcmode=archive - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10083 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=leveldb - --state.scheme=hash - --syncmode=full - - --gcmode=archive - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,27 +76,27 @@ services: - 15083:15083 - 15083:15083/udp environment: - - OP_NODE_NETWORK=zora-sepolia - - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://zora-sepolia-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15083 - - OP_NODE_P2P_LISTEN_UDP_PORT=15083 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER} - - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://zora-sepolia-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=zora-sepolia + - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15083 + - OP_NODE_P2P_LISTEN_UDP_PORT=15083 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -112,7 +104,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: zora-sepolia-op-geth-archive-leveldb-hash: @@ -147,3 +138,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/geth/zora-sepolia-op-geth-pruned-pebble-path.yml b/op/geth/zora-sepolia-op-geth-pruned-pebble-path.yml index ad37bcec..d7d8dd82 100644 --- a/op/geth/zora-sepolia-op-geth-pruned-pebble-path.yml +++ b/op/geth/zora-sepolia-op-geth-pruned-pebble-path.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,44 +27,35 @@ services: - 10083:10083/udp volumes: - ${ZORA_SEPOLIA_OP_GETH_PRUNED_PEBBLE_PATH_DATA:-zora-sepolia-op-geth-pruned-pebble-path}:/data - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_OP_NETWORK=zora-sepolia entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/data - - --port=10083 - - --nat=extip:${IP} + - --db.engine=pebble + - --gcmode=full - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10083 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=pebble - --state.scheme=path - --syncmode=snap - - --gcmode=full - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,27 +76,27 @@ services: - 15083:15083 - 15083:15083/udp environment: - - OP_NODE_NETWORK=zora-sepolia - - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://zora-sepolia:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15083 - - OP_NODE_P2P_LISTEN_UDP_PORT=15083 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER} - - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://zora-sepolia:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=zora-sepolia + - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15083 + - OP_NODE_P2P_LISTEN_UDP_PORT=15083 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=execution-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -112,7 +104,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: zora-sepolia-op-geth-pruned-pebble-path: @@ -150,3 +141,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/op/reth/base-mainnet-op-reth-archive-trace.yml b/op/reth/base-mainnet-op-reth-archive-trace.yml index 04a86cb4..d3f56056 100644 --- a/op/reth/base-mainnet-op-reth-archive-trace.yml +++ b/op/reth/base-mainnet-op-reth-archive-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -27,41 +28,31 @@ services: - 10221:10221/udp volumes: - ${BASE_MAINNET_OP_RETH_ARCHIVE_TRACE_DATA:-base-mainnet-op-reth-archive-trace}:/root/.local/share/reth - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk entrypoint: [op-reth, node] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --chain=base - --datadir=/root/.local/share/reth - - --port=10221 - - --nat=extip:${IP} - --http - - --http.port=8545 - - - --http.corsdomain=* - - --max-outbound-peers=50 - - --max-inbound-peers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev - - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev - - - --rpc.max-logs-per-response=1100000 - - --rpc.gascap=600000000 - - - --authrpc.addr=0.0.0.0 - - - --authrpc.jwtsecret=/jwtsecret - - - --chain=base + - --http.corsdomain=* + - --http.port=8545 + - --max-inbound-peers=50 + - --max-outbound-peers=50 + - --nat=extip:${IP} + - --port=10221 - --rollup.sequencer-http=https://mainnet-sequencer.base.org - + - --rpc.gascap=600000000 + - --rpc.max-logs-per-response=1100000 + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -82,26 +73,26 @@ services: - 15221:15221 - 15221:15221/udp environment: - - OP_NODE_NETWORK=base-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://base-mainnet-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15221 - - OP_NODE_P2P_LISTEN_UDP_PORT=15221 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=consensus-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://base-mainnet-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=base-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15221 + - OP_NODE_P2P_LISTEN_UDP_PORT=15221 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=consensus-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -109,7 +100,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: base-mainnet-op-reth-archive-trace: @@ -128,4 +118,5 @@ x-upstreams: disabled: - name: eth_maxPriorityFeePerGas enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/op/reth/base-mainnet-op-reth-pruned-trace.yml b/op/reth/base-mainnet-op-reth-pruned-trace.yml index 73c50208..0dce6bdf 100644 --- a/op/reth/base-mainnet-op-reth-pruned-trace.yml +++ b/op/reth/base-mainnet-op-reth-pruned-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -27,43 +28,32 @@ services: - 10221:10221/udp volumes: - ${BASE_MAINNET_OP_RETH_PRUNED_TRACE_DATA:-base-mainnet-op-reth-pruned-trace}:/root/.local/share/reth - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk entrypoint: [op-reth, node] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --chain=base - --datadir=/root/.local/share/reth - - --port=10221 - - --nat=extip:${IP} + - --full - --http - - --http.port=8545 - - - --http.corsdomain=* - - --max-outbound-peers=50 - - --max-inbound-peers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev - - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev - - - --rpc.max-logs-per-response=1100000 - - --rpc.gascap=600000000 - - - --authrpc.addr=0.0.0.0 - - - --authrpc.jwtsecret=/jwtsecret - - - --full - - - --chain=base + - --http.corsdomain=* + - --http.port=8545 + - --max-inbound-peers=50 + - --max-outbound-peers=50 + - --nat=extip:${IP} + - --port=10221 - --rollup.sequencer-http=https://mainnet-sequencer.base.org - + - --rpc.gascap=600000000 + - --rpc.max-logs-per-response=1100000 + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,26 +74,26 @@ services: - 15221:15221 - 15221:15221/udp environment: - - OP_NODE_NETWORK=base-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://base-mainnet:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15221 - - OP_NODE_P2P_LISTEN_UDP_PORT=15221 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=consensus-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://base-mainnet:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=base-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15221 + - OP_NODE_P2P_LISTEN_UDP_PORT=15221 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=consensus-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -111,7 +101,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: base-mainnet-op-reth-pruned-trace: @@ -130,4 +119,5 @@ x-upstreams: disabled: - name: eth_maxPriorityFeePerGas enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/op/reth/base-sepolia-op-reth-archive-trace.yml b/op/reth/base-sepolia-op-reth-archive-trace.yml index 9693e406..9f253113 100644 --- a/op/reth/base-sepolia-op-reth-archive-trace.yml +++ b/op/reth/base-sepolia-op-reth-archive-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -27,41 +28,31 @@ services: - 10390:10390/udp volumes: - ${BASE_SEPOLIA_OP_RETH_ARCHIVE_TRACE_DATA:-base-sepolia-op-reth-archive-trace}:/root/.local/share/reth - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk entrypoint: [op-reth, node] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --chain=base-sepolia - --datadir=/root/.local/share/reth - - --port=10390 - - --nat=extip:${IP} - --http - - --http.port=8545 - - - --http.corsdomain=* - - --max-outbound-peers=50 - - --max-inbound-peers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev - - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev - - - --rpc.max-logs-per-response=1100000 - - --rpc.gascap=600000000 - - - --authrpc.addr=0.0.0.0 - - - --authrpc.jwtsecret=/jwtsecret - - - --chain=base-sepolia + - --http.corsdomain=* + - --http.port=8545 + - --max-inbound-peers=50 + - --max-outbound-peers=50 + - --nat=extip:${IP} + - --port=10390 - --rollup.sequencer-http=https://sepolia-sequencer.base.org - + - --rpc.gascap=600000000 + - --rpc.max-logs-per-response=1100000 + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -82,27 +73,27 @@ services: - 15390:15390 - 15390:15390/udp environment: - - OP_NODE_NETWORK=base-sepolia - - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://base-sepolia-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15390 - - OP_NODE_P2P_LISTEN_UDP_PORT=15390 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER} - - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 - - OP_NODE_SYNCMODE=consensus-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://base-sepolia-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=base-sepolia + - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15390 + - OP_NODE_P2P_LISTEN_UDP_PORT=15390 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=consensus-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -110,7 +101,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: base-sepolia-op-reth-archive-trace: @@ -129,4 +119,5 @@ x-upstreams: disabled: - name: eth_maxPriorityFeePerGas enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/op/reth/base-sepolia-op-reth-pruned-trace.yml b/op/reth/base-sepolia-op-reth-pruned-trace.yml index 1732ceef..11a3470b 100644 --- a/op/reth/base-sepolia-op-reth-pruned-trace.yml +++ b/op/reth/base-sepolia-op-reth-pruned-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -27,43 +28,32 @@ services: - 10390:10390/udp volumes: - ${BASE_SEPOLIA_OP_RETH_PRUNED_TRACE_DATA:-base-sepolia-op-reth-pruned-trace}:/root/.local/share/reth - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk entrypoint: [op-reth, node] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --chain=base-sepolia - --datadir=/root/.local/share/reth - - --port=10390 - - --nat=extip:${IP} + - --full - --http - - --http.port=8545 - - - --http.corsdomain=* - - --max-outbound-peers=50 - - --max-inbound-peers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev - - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev - - - --rpc.max-logs-per-response=1100000 - - --rpc.gascap=600000000 - - - --authrpc.addr=0.0.0.0 - - - --authrpc.jwtsecret=/jwtsecret - - - --full - - - --chain=base-sepolia + - --http.corsdomain=* + - --http.port=8545 + - --max-inbound-peers=50 + - --max-outbound-peers=50 + - --nat=extip:${IP} + - --port=10390 - --rollup.sequencer-http=https://sepolia-sequencer.base.org - + - --rpc.gascap=600000000 + - --rpc.max-logs-per-response=1100000 + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,27 +74,27 @@ services: - 15390:15390 - 15390:15390/udp environment: - - OP_NODE_NETWORK=base-sepolia - - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://base-sepolia:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15390 - - OP_NODE_P2P_LISTEN_UDP_PORT=15390 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER} - - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 - - OP_NODE_SYNCMODE=consensus-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://base-sepolia:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=base-sepolia + - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15390 + - OP_NODE_P2P_LISTEN_UDP_PORT=15390 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=consensus-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -112,7 +102,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: base-sepolia-op-reth-pruned-trace: @@ -131,4 +120,5 @@ x-upstreams: disabled: - name: eth_maxPriorityFeePerGas enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/op/reth/lisk-mainnet-op-reth-archive-trace.yml b/op/reth/lisk-mainnet-op-reth-archive-trace.yml index 14cca80f..50be55c8 100644 --- a/op/reth/lisk-mainnet-op-reth-archive-trace.yml +++ b/op/reth/lisk-mainnet-op-reth-archive-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -27,41 +28,31 @@ services: - 10598:10598/udp volumes: - ${LISK_MAINNET_OP_RETH_ARCHIVE_TRACE_DATA:-lisk-mainnet-op-reth-archive-trace}:/root/.local/share/reth - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk entrypoint: [op-reth, node] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --chain=lisk - --datadir=/root/.local/share/reth - - --port=10598 - - --nat=extip:${IP} - --http - - --http.port=8545 - - - --http.corsdomain=* - - --max-outbound-peers=50 - - --max-inbound-peers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev - - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev - - - --rpc.max-logs-per-response=1100000 - - --rpc.gascap=600000000 - - - --authrpc.addr=0.0.0.0 - - - --authrpc.jwtsecret=/jwtsecret - - - --chain=lisk + - --http.corsdomain=* + - --http.port=8545 + - --max-inbound-peers=50 + - --max-outbound-peers=50 + - --nat=extip:${IP} + - --port=10598 - --rollup.sequencer-http=https://rpc.api.lisk.com - + - --rpc.gascap=600000000 + - --rpc.max-logs-per-response=1100000 + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -82,26 +73,26 @@ services: - 15598:15598 - 15598:15598/udp environment: - - OP_NODE_NETWORK=lisk-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://lisk-mainnet-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15598 - - OP_NODE_P2P_LISTEN_UDP_PORT=15598 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=consensus-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://lisk-mainnet-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=lisk-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15598 + - OP_NODE_P2P_LISTEN_UDP_PORT=15598 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=consensus-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -109,7 +100,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: lisk-mainnet-op-reth-archive-trace: @@ -128,4 +118,5 @@ x-upstreams: disabled: - name: eth_maxPriorityFeePerGas enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/op/reth/lisk-mainnet-op-reth-pruned-trace.yml b/op/reth/lisk-mainnet-op-reth-pruned-trace.yml index 575baf72..33b54eb8 100644 --- a/op/reth/lisk-mainnet-op-reth-pruned-trace.yml +++ b/op/reth/lisk-mainnet-op-reth-pruned-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -27,43 +28,32 @@ services: - 10598:10598/udp volumes: - ${LISK_MAINNET_OP_RETH_PRUNED_TRACE_DATA:-lisk-mainnet-op-reth-pruned-trace}:/root/.local/share/reth - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk entrypoint: [op-reth, node] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --chain=lisk - --datadir=/root/.local/share/reth - - --port=10598 - - --nat=extip:${IP} + - --full - --http - - --http.port=8545 - - - --http.corsdomain=* - - --max-outbound-peers=50 - - --max-inbound-peers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev - - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev - - - --rpc.max-logs-per-response=1100000 - - --rpc.gascap=600000000 - - - --authrpc.addr=0.0.0.0 - - - --authrpc.jwtsecret=/jwtsecret - - - --full - - - --chain=lisk + - --http.corsdomain=* + - --http.port=8545 + - --max-inbound-peers=50 + - --max-outbound-peers=50 + - --nat=extip:${IP} + - --port=10598 - --rollup.sequencer-http=https://rpc.api.lisk.com - + - --rpc.gascap=600000000 + - --rpc.max-logs-per-response=1100000 + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,26 +74,26 @@ services: - 15598:15598 - 15598:15598/udp environment: - - OP_NODE_NETWORK=lisk-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://lisk-mainnet:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15598 - - OP_NODE_P2P_LISTEN_UDP_PORT=15598 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=consensus-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://lisk-mainnet:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=lisk-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15598 + - OP_NODE_P2P_LISTEN_UDP_PORT=15598 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=consensus-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -111,7 +101,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: lisk-mainnet-op-reth-pruned-trace: @@ -130,4 +119,5 @@ x-upstreams: disabled: - name: eth_maxPriorityFeePerGas enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/op/reth/op-mainnet-op-reth-archive-trace.yml b/op/reth/op-mainnet-op-reth-archive-trace.yml index b9f57647..6266bd62 100644 --- a/op/reth/op-mainnet-op-reth-archive-trace.yml +++ b/op/reth/op-mainnet-op-reth-archive-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -27,41 +28,31 @@ services: - 10114:10114/udp volumes: - ${OP_MAINNET_OP_RETH_ARCHIVE_TRACE_DATA:-op-mainnet-op-reth-archive-trace}:/root/.local/share/reth - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk entrypoint: [op-reth, node] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --chain=op - --datadir=/root/.local/share/reth - - --port=10114 - - --nat=extip:${IP} - --http - - --http.port=8545 - - - --http.corsdomain=* - - --max-outbound-peers=50 - - --max-inbound-peers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev - - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev - - - --rpc.max-logs-per-response=1100000 - - --rpc.gascap=600000000 - - - --authrpc.addr=0.0.0.0 - - - --authrpc.jwtsecret=/jwtsecret - - - --chain=op + - --http.corsdomain=* + - --http.port=8545 + - --max-inbound-peers=50 + - --max-outbound-peers=50 + - --nat=extip:${IP} + - --port=10114 - --rollup.sequencer-http=https://mainnet-sequencer.optimism.org - + - --rpc.gascap=600000000 + - --rpc.max-logs-per-response=1100000 + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -82,26 +73,26 @@ services: - 15114:15114 - 15114:15114/udp environment: - - OP_NODE_NETWORK=op-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://op-mainnet-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15114 - - OP_NODE_P2P_LISTEN_UDP_PORT=15114 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=consensus-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://op-mainnet-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=op-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15114 + - OP_NODE_P2P_LISTEN_UDP_PORT=15114 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=consensus-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -109,7 +100,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: op-mainnet-op-reth-archive-trace: @@ -128,4 +118,5 @@ x-upstreams: disabled: - name: eth_maxPriorityFeePerGas enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/op/reth/op-mainnet-op-reth-pruned-trace.yml b/op/reth/op-mainnet-op-reth-pruned-trace.yml index f1c5d124..6769c919 100644 --- a/op/reth/op-mainnet-op-reth-pruned-trace.yml +++ b/op/reth/op-mainnet-op-reth-pruned-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -27,43 +28,32 @@ services: - 10114:10114/udp volumes: - ${OP_MAINNET_OP_RETH_PRUNED_TRACE_DATA:-op-mainnet-op-reth-pruned-trace}:/root/.local/share/reth - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk entrypoint: [op-reth, node] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --chain=op - --datadir=/root/.local/share/reth - - --port=10114 - - --nat=extip:${IP} + - --full - --http - - --http.port=8545 - - - --http.corsdomain=* - - --max-outbound-peers=50 - - --max-inbound-peers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev - - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev - - - --rpc.max-logs-per-response=1100000 - - --rpc.gascap=600000000 - - - --authrpc.addr=0.0.0.0 - - - --authrpc.jwtsecret=/jwtsecret - - - --full - - - --chain=op + - --http.corsdomain=* + - --http.port=8545 + - --max-inbound-peers=50 + - --max-outbound-peers=50 + - --nat=extip:${IP} + - --port=10114 - --rollup.sequencer-http=https://mainnet-sequencer.optimism.org - + - --rpc.gascap=600000000 + - --rpc.max-logs-per-response=1100000 + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,26 +74,26 @@ services: - 15114:15114 - 15114:15114/udp environment: - - OP_NODE_NETWORK=op-mainnet - - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://op-mainnet:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15114 - - OP_NODE_P2P_LISTEN_UDP_PORT=15114 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER} - - OP_NODE_SYNCMODE=consensus-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://op-mainnet:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=op-mainnet + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15114 + - OP_NODE_P2P_LISTEN_UDP_PORT=15114 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=consensus-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -111,7 +101,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: op-mainnet-op-reth-pruned-trace: @@ -130,4 +119,5 @@ x-upstreams: disabled: - name: eth_maxPriorityFeePerGas enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/op/reth/op-sepolia-op-reth-archive-trace.yml b/op/reth/op-sepolia-op-reth-archive-trace.yml index f56e02c5..31ec9091 100644 --- a/op/reth/op-sepolia-op-reth-archive-trace.yml +++ b/op/reth/op-sepolia-op-reth-archive-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -27,41 +28,31 @@ services: - 10326:10326/udp volumes: - ${OP_SEPOLIA_OP_RETH_ARCHIVE_TRACE_DATA:-op-sepolia-op-reth-archive-trace}:/root/.local/share/reth - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk entrypoint: [op-reth, node] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --chain=op-sepolia - --datadir=/root/.local/share/reth - - --port=10326 - - --nat=extip:${IP} - --http - - --http.port=8545 - - - --http.corsdomain=* - - --max-outbound-peers=50 - - --max-inbound-peers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev - - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev - - - --rpc.max-logs-per-response=1100000 - - --rpc.gascap=600000000 - - - --authrpc.addr=0.0.0.0 - - - --authrpc.jwtsecret=/jwtsecret - - - --chain=op-sepolia + - --http.corsdomain=* + - --http.port=8545 + - --max-inbound-peers=50 + - --max-outbound-peers=50 + - --nat=extip:${IP} + - --port=10326 - --rollup.sequencer-http=https://sepolia-sequencer.optimism.org - + - --rpc.gascap=600000000 + - --rpc.max-logs-per-response=1100000 + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -82,27 +73,27 @@ services: - 15326:15326 - 15326:15326/udp environment: - - OP_NODE_NETWORK=op-sepolia - - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://op-sepolia-archive:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15326 - - OP_NODE_P2P_LISTEN_UDP_PORT=15326 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER} - - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 - - OP_NODE_SYNCMODE=consensus-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://op-sepolia-archive:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=op-sepolia + - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15326 + - OP_NODE_P2P_LISTEN_UDP_PORT=15326 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=consensus-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -110,7 +101,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: op-sepolia-op-reth-archive-trace: @@ -129,4 +119,5 @@ x-upstreams: disabled: - name: eth_maxPriorityFeePerGas enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/op/reth/op-sepolia-op-reth-pruned-trace.yml b/op/reth/op-sepolia-op-reth-pruned-trace.yml index 05b4d823..602057a9 100644 --- a/op/reth/op-sepolia-op-reth-pruned-trace.yml +++ b/op/reth/op-sepolia-op-reth-pruned-trace.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -27,43 +28,32 @@ services: - 10326:10326/udp volumes: - ${OP_SEPOLIA_OP_RETH_PRUNED_TRACE_DATA:-op-sepolia-op-reth-pruned-trace}:/root/.local/share/reth - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk entrypoint: [op-reth, node] command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --chain=op-sepolia - --datadir=/root/.local/share/reth - - --port=10326 - - --nat=extip:${IP} + - --full - --http - - --http.port=8545 - - - --http.corsdomain=* - - --max-outbound-peers=50 - - --max-inbound-peers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev - - --http.addr=0.0.0.0 - --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev - - - --rpc.max-logs-per-response=1100000 - - --rpc.gascap=600000000 - - - --authrpc.addr=0.0.0.0 - - - --authrpc.jwtsecret=/jwtsecret - - - --full - - - --chain=op-sepolia + - --http.corsdomain=* + - --http.port=8545 + - --max-inbound-peers=50 + - --max-outbound-peers=50 + - --nat=extip:${IP} + - --port=10326 - --rollup.sequencer-http=https://sepolia-sequencer.optimism.org - + - --rpc.gascap=600000000 + - --rpc.max-logs-per-response=1100000 + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -84,27 +74,27 @@ services: - 15326:15326 - 15326:15326/udp environment: - - OP_NODE_NETWORK=op-sepolia - - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - - OP_NODE_L2_ENGINE_RPC=http://op-sepolia:8551 - - OP_NODE_P2P_LISTEN_TCP_PORT=15326 - - OP_NODE_P2P_LISTEN_UDP_PORT=15326 - - OP_NODE_P2P_ADVERTISE_IP=${IP} - - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} - - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L1_BEACON=${ETHEREUM_SEPOLIA_BEACON_REST} - OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER} - - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 - - OP_NODE_SYNCMODE=consensus-layer + - OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-basic} + - OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false} - OP_NODE_L2_ENGINE_AUTH=/jwtsecret + - OP_NODE_L2_ENGINE_RPC=http://op-sepolia:8551 - OP_NODE_LOG_LEVEL=info - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_NETWORK=op-sepolia + - OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400 + - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 + - OP_NODE_P2P_LISTEN_TCP_PORT=15326 + - OP_NODE_P2P_LISTEN_UDP_PORT=15326 - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log + - OP_NODE_SYNCMODE=consensus-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [op-node] networks: @@ -112,7 +102,6 @@ services: volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped volumes: op-sepolia-op-reth-pruned-trace: @@ -131,4 +120,5 @@ x-upstreams: disabled: - name: eth_maxPriorityFeePerGas enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/polygon/bor/polygon-amoy-bor-pruned-pebble-path.yml b/polygon/bor/polygon-amoy-bor-pruned-pebble-path.yml index 2da32d06..461a45c9 100644 --- a/polygon/bor/polygon-amoy-bor-pruned-pebble-path.yml +++ b/polygon/bor/polygon-amoy-bor-pruned-pebble-path.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -27,39 +28,32 @@ services: volumes: - ${POLYGON_AMOY_BOR_PRUNED_PEBBLE_PATH_DATA:-polygon-amoy-bor-pruned-pebble-path}:/root.bor/ - /slowdisk:/slowdisk - entrypoint: [bor, server] command: + - --bor.heimdall=https://polygon-amoy-heimdall-rest.publicnode.com + - --chain=amoy - --datadir=/root.bor/ - - --port=10188 - - --nat=extip:${IP} + - --db.engine=pebble + - --discovery.dns=enrtree://AKUEZKN7PSKVNR65FZDHECMKOJQSGPARGTPPBI7WS2VUL4EGR6XPC@amoy.polygon-peers.io + - --gcmode=full - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,txpool,debug,admin,bor - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,txpool,debug,admin,bor - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,txpool,debug,admin,bor - + - --nat=extip:${IP} + - --port=10188 - --rpc.gascap=600000000 + - --rpc.returndatalimit=10000000 - --rpc.txfeecap=0 - - - --db.engine=pebble - --state.scheme=path - --syncmode=snap - - --gcmode=full - - - --chain=amoy - - --bor.heimdall=https://polygon-amoy-heimdall-rest.publicnode.com - - --discovery.dns=enrtree://AKUEZKN7PSKVNR65FZDHECMKOJQSGPARGTPPBI7WS2VUL4EGR6XPC@amoy.polygon-peers.io - - --rpc.returndatalimit=10000000 - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,txpool,debug,admin,bor + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -110,3 +104,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/polygon/bor/polygon-mainnet-bor-pruned-pebble-path.yml b/polygon/bor/polygon-mainnet-bor-pruned-pebble-path.yml index 8a28bad4..2b02854f 100644 --- a/polygon/bor/polygon-mainnet-bor-pruned-pebble-path.yml +++ b/polygon/bor/polygon-mainnet-bor-pruned-pebble-path.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -27,39 +28,32 @@ services: volumes: - ${POLYGON_MAINNET_BOR_PRUNED_PEBBLE_PATH_DATA:-polygon-mainnet-bor-pruned-pebble-path}:/root.bor/ - /slowdisk:/slowdisk - entrypoint: [bor, server] command: + - --bor.heimdall=https://polygon-heimdall-rest.publicnode.com + - --chain=mainnet - --datadir=/root.bor/ - - --port=10961 - - --nat=extip:${IP} + - --db.engine=pebble + - --discovery.dns=enrtree://AKUEZKN7PSKVNR65FZDHECMKOJQSGPARGTPPBI7WS2VUL4EGR6XPC@pos.polygon-peers.io + - --gcmode=full - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,txpool,debug,admin,bor - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,txpool,debug,admin,bor - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,txpool,debug,admin,bor - + - --nat=extip:${IP} + - --port=10961 - --rpc.gascap=600000000 + - --rpc.returndatalimit=10000000 - --rpc.txfeecap=0 - - - --db.engine=pebble - --state.scheme=path - --syncmode=snap - - --gcmode=full - - - --chain=mainnet - - --bor.heimdall=https://polygon-heimdall-rest.publicnode.com - - --discovery.dns=enrtree://AKUEZKN7PSKVNR65FZDHECMKOJQSGPARGTPPBI7WS2VUL4EGR6XPC@pos.polygon-peers.io - - --rpc.returndatalimit=10000000 - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,txpool,debug,admin,bor + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -110,3 +104,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/ronin/ronin/ronin-mainnet-ronin-archive-leveldb-hash.yml b/ronin/ronin/ronin-mainnet-ronin-archive-leveldb-hash.yml index 47cfc105..00791621 100644 --- a/ronin/ronin/ronin-mainnet-ronin-archive-leveldb-hash.yml +++ b/ronin/ronin/ronin-mainnet-ronin-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,22 +27,20 @@ services: volumes: - ${RONIN_MAINNET_RONIN_ARCHIVE_LEVELDB_HASH_DATA:-ronin-mainnet-ronin-archive-leveldb-hash}:/ronin - /slowdisk:/slowdisk - environment: + - DB_ENGINE= + - ETHSTATS_ENDPOINT=d${DOMAIN}:WSyDMrhRBe111@ronin-stats-ws.roninchain.com:443 - NETWORK_ID=2020 - NETWORK_PORT=10276 - - DB_ENGINE= - STATE_SCHEME= - - ETHSTATS_ENDPOINT=d${DOMAIN}:WSyDMrhRBe111@ronin-stats-ws.roninchain.com:443 command: - - --port=10276 - - --http.api admin,eth,net,web3,consortium,txpool,debug - --discovery.dns enrtree://AKUEZKN7PSKVNR65FZDHECMKOJQSGPARGTPPBI7WS2VUL4EGR6XPC@pos.roninchain.com - - --txpool.pricelimit 20000000000 - - --txpool.nolocals - - --nat=extip:${IP} - --gcmode=archive - + - --http.api admin,eth,net,web3,consortium,txpool,debug + - --nat=extip:${IP} + - --port=10276 + - --txpool.nolocals + - --txpool.pricelimit 20000000000 networks: - chains restart: unless-stopped @@ -72,4 +71,5 @@ x-upstreams: methods: disabled: enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/ronin/ronin/ronin-mainnet-ronin-pruned-pebble-hash.yml b/ronin/ronin/ronin-mainnet-ronin-pruned-pebble-hash.yml index f7743168..1628ab1d 100644 --- a/ronin/ronin/ronin-mainnet-ronin-pruned-pebble-hash.yml +++ b/ronin/ronin/ronin-mainnet-ronin-pruned-pebble-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,22 +27,20 @@ services: volumes: - ${RONIN_MAINNET_RONIN_PRUNED_PEBBLE_HASH_DATA:-ronin-mainnet-ronin-pruned-pebble-hash}:/ronin - /slowdisk:/slowdisk - environment: + - DB_ENGINE= + - ETHSTATS_ENDPOINT=d${DOMAIN}:WSyDMrhRBe111@ronin-stats-ws.roninchain.com:443 - NETWORK_ID=2020 - NETWORK_PORT=10276 - - DB_ENGINE= - STATE_SCHEME= - - ETHSTATS_ENDPOINT=d${DOMAIN}:WSyDMrhRBe111@ronin-stats-ws.roninchain.com:443 command: - - --port=10276 - - --http.api admin,eth,net,web3,consortium,txpool,debug - --discovery.dns enrtree://AKUEZKN7PSKVNR65FZDHECMKOJQSGPARGTPPBI7WS2VUL4EGR6XPC@pos.roninchain.com - - --txpool.pricelimit 20000000000 - - --txpool.nolocals - - --nat=extip:${IP} - --gcmode=full - + - --http.api admin,eth,net,web3,consortium,txpool,debug + - --nat=extip:${IP} + - --port=10276 + - --txpool.nolocals + - --txpool.pricelimit 20000000000 networks: - chains restart: unless-stopped @@ -72,4 +71,5 @@ x-upstreams: methods: disabled: enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/ronin/ronin/ronin-saigon-ronin-archive-leveldb-hash.yml b/ronin/ronin/ronin-saigon-ronin-archive-leveldb-hash.yml index 2ce7d1bd..1541c544 100644 --- a/ronin/ronin/ronin-saigon-ronin-archive-leveldb-hash.yml +++ b/ronin/ronin/ronin-saigon-ronin-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,22 +27,20 @@ services: volumes: - ${RONIN_SAIGON_RONIN_ARCHIVE_LEVELDB_HASH_DATA:-ronin-saigon-ronin-archive-leveldb-hash}:/ronin - /slowdisk:/slowdisk - environment: + - DB_ENGINE= + - ETHSTATS_ENDPOINT=d${DOMAIN}:WSyDMrhRBe111@ronin-stats-ws.roninchain.com:443 - NETWORK_ID=2021 - NETWORK_PORT=10493 - - DB_ENGINE= - STATE_SCHEME= - - ETHSTATS_ENDPOINT=d${DOMAIN}:WSyDMrhRBe111@ronin-stats-ws.roninchain.com:443 command: - - --port=10493 - - --http.api admin,eth,net,web3,consortium,txpool,debug - --discovery.dns enrtree://AJCNIAXQIPO55NW3QE2NUBBDMPYZDOQUCAEUS65NHQFMUUFES5KOW@saigon.nodes.roninchain.com - - --txpool.pricelimit 20000000000 - - --txpool.nolocals - - --nat=extip:${IP} - --gcmode=archive - + - --http.api admin,eth,net,web3,consortium,txpool,debug + - --nat=extip:${IP} + - --port=10493 + - --txpool.nolocals + - --txpool.pricelimit 20000000000 networks: - chains restart: unless-stopped @@ -72,4 +71,5 @@ x-upstreams: methods: disabled: enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/ronin/ronin/ronin-saigon-ronin-pruned-pebble-hash.yml b/ronin/ronin/ronin-saigon-ronin-pruned-pebble-hash.yml index e19883b9..51bfd659 100644 --- a/ronin/ronin/ronin-saigon-ronin-pruned-pebble-hash.yml +++ b/ronin/ronin/ronin-saigon-ronin-pruned-pebble-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,22 +27,20 @@ services: volumes: - ${RONIN_SAIGON_RONIN_PRUNED_PEBBLE_HASH_DATA:-ronin-saigon-ronin-pruned-pebble-hash}:/ronin - /slowdisk:/slowdisk - environment: + - DB_ENGINE= + - ETHSTATS_ENDPOINT=d${DOMAIN}:WSyDMrhRBe111@ronin-stats-ws.roninchain.com:443 - NETWORK_ID=2021 - NETWORK_PORT=10493 - - DB_ENGINE= - STATE_SCHEME= - - ETHSTATS_ENDPOINT=d${DOMAIN}:WSyDMrhRBe111@ronin-stats-ws.roninchain.com:443 command: - - --port=10493 - - --http.api admin,eth,net,web3,consortium,txpool,debug - --discovery.dns enrtree://AJCNIAXQIPO55NW3QE2NUBBDMPYZDOQUCAEUS65NHQFMUUFES5KOW@saigon.nodes.roninchain.com - - --txpool.pricelimit 20000000000 - - --txpool.nolocals - - --nat=extip:${IP} - --gcmode=full - + - --http.api admin,eth,net,web3,consortium,txpool,debug + - --nat=extip:${IP} + - --port=10493 + - --txpool.nolocals + - --txpool.pricelimit 20000000000 networks: - chains restart: unless-stopped @@ -72,4 +71,5 @@ x-upstreams: methods: disabled: enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/rootstock/rskj/rootstock-bamboo-rskj-archive.yml b/rootstock/rskj/rootstock-bamboo-rskj-archive.yml index 74064566..369ad45d 100644 --- a/rootstock/rskj/rootstock-bamboo-rskj-archive.yml +++ b/rootstock/rskj/rootstock-bamboo-rskj-archive.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -28,7 +29,6 @@ services: volumes: - ${ROOTSTOCK_BAMBOO_RSKJ_ARCHIVE_DATA:-rootstock-bamboo-rskj-archive}:/var/lib/rsk/database/mainnet - /slowdisk:/slowdisk - networks: - chains restart: unless-stopped @@ -38,15 +38,14 @@ services: image: nginx environment: PROXY_HOST: rootstock-bamboo-archive-client - RPC_PORT: 8545 RPC_PATH: / - WS_PORT: 8546 + RPC_PORT: 8545 WS_PATH: / + WS_PORT: 8546 networks: - chains volumes: - ./nginx-proxy:/etc/nginx/templates - labels: - traefik.enable=true - traefik.http.middlewares.rootstock-bamboo-rskj-archive-stripprefix.stripprefix.prefixes=/rootstock-bamboo-archive @@ -73,4 +72,5 @@ x-upstreams: methods: disabled: enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/rootstock/rskj/rootstock-mainnet-rskj-archive.yml b/rootstock/rskj/rootstock-mainnet-rskj-archive.yml index 85d885cb..3d32332a 100644 --- a/rootstock/rskj/rootstock-mainnet-rskj-archive.yml +++ b/rootstock/rskj/rootstock-mainnet-rskj-archive.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -27,10 +28,8 @@ services: - 10808:10808/udp volumes: - ${ROOTSTOCK_MAINNET_RSKJ_ARCHIVE_DATA:-rootstock-mainnet-rskj-archive}:/var/lib/rsk/database/mainnet - - /slowdisk:/slowdisk - - .//mainnet:/config - + - /slowdisk:/slowdisk networks: - chains restart: unless-stopped @@ -40,15 +39,14 @@ services: image: nginx environment: PROXY_HOST: rootstock-mainnet-archive-client - RPC_PORT: 8545 RPC_PATH: / - WS_PORT: 8546 + RPC_PORT: 8545 WS_PATH: / + WS_PORT: 8546 networks: - chains volumes: - ./nginx-proxy:/etc/nginx/templates - labels: - traefik.enable=true - traefik.http.middlewares.rootstock-mainnet-rskj-archive-stripprefix.stripprefix.prefixes=/rootstock-mainnet-archive @@ -75,4 +73,5 @@ x-upstreams: methods: disabled: enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/scroll/l2geth/scroll-mainnet-l2geth-archive-leveldb-hash.yml b/scroll/l2geth/scroll-mainnet-l2geth-archive-leveldb-hash.yml index 42e19995..46f6ca5d 100644 --- a/scroll/l2geth/scroll-mainnet-l2geth-archive-leveldb-hash.yml +++ b/scroll/l2geth/scroll-mainnet-l2geth-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -27,38 +28,30 @@ services: volumes: - ${SCROLL_MAINNET_L2GETH_ARCHIVE_LEVELDB_HASH_DATA:-scroll-mainnet-l2geth-archive-leveldb-hash}:/root/.ethereum - /slowdisk:/slowdisk - command: + - --cache=8192 - --datadir=/root/.ethereum - - --port=10083 - - --nat=extip:${IP} + - --gcmode=archive + - --gpo.ignoreprice=1 - --http - - --http.port=8545 - - --http.vhosts=* - - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,admin,debug - - --http.addr=0.0.0.0 - --http.api=eth,net,web3,admin,debug - + - --http.port=8545 + - --http.vhosts=* + - --l1.endpoint=${ETHEREUM_MAINNET_EXECUTION_RPC} + - --maxpeers=50 + - --nat=extip:${IP} + - --port=10083 + - --rollup.verify - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --syncmode=full - - --gcmode=archive - - - --cache=8192 - - --l1.endpoint=${ETHEREUM_MAINNET_EXECUTION_RPC} - --scroll - - - --rollup.verify - - --gpo.ignoreprice=1 - + - --syncmode=full + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,admin,debug + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -106,3 +99,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/scroll/l2geth/scroll-sepolia-l2geth-archive-leveldb-hash.yml b/scroll/l2geth/scroll-sepolia-l2geth-archive-leveldb-hash.yml index eda2f75a..fc76dd4c 100644 --- a/scroll/l2geth/scroll-sepolia-l2geth-archive-leveldb-hash.yml +++ b/scroll/l2geth/scroll-sepolia-l2geth-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -27,38 +28,30 @@ services: volumes: - ${SCROLL_SEPOLIA_L2GETH_ARCHIVE_LEVELDB_HASH_DATA:-scroll-sepolia-l2geth-archive-leveldb-hash}:/root/.ethereum - /slowdisk:/slowdisk - command: + - --cache=8192 - --datadir=/root/.ethereum - - --port=10455 - - --nat=extip:${IP} + - --gcmode=archive + - --gpo.ignoreprice=1 - --http - - --http.port=8545 - - --http.vhosts=* - - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,admin,debug - - --http.addr=0.0.0.0 - --http.api=eth,net,web3,admin,debug - + - --http.port=8545 + - --http.vhosts=* + - --l1.endpoint=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - --maxpeers=50 + - --nat=extip:${IP} + - --port=10455 + - --rollup.verify - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --syncmode=full - - --gcmode=archive - - - --cache=8192 - - --l1.endpoint=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - --scroll-sepolia - - - --rollup.verify - - --gpo.ignoreprice=1 - + - --syncmode=full + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,admin,debug + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -106,3 +99,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/sonic/sonic/sonic-mainnet-sonic-archive.yml b/sonic/sonic/sonic-mainnet-sonic-archive.yml index fd144426..8715cef9 100644 --- a/sonic/sonic/sonic-mainnet-sonic-archive.yml +++ b/sonic/sonic/sonic-mainnet-sonic-archive.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -32,31 +33,25 @@ services: volumes: - ${SONIC_MAINNET_SONIC_ARCHIVE_DATA:-sonic-mainnet-sonic-archive}:/var/sonic - /slowdisk:/slowdisk - environment: - - GENESIS=https://genesis.soniclabs.com/sonic-mainnet/genesis/sonic-16500-full.g - CACHE_GB=${SONIC_CACHE_GB:-28} + - GENESIS=https://genesis.soniclabs.com/sonic-mainnet/genesis/sonic-16500-full.g command: - --datadir=/var/sonic - - --port=10658 - - --nat=extip:${IP} + - --db.engine= + - --gcmode=archive - --http - - --http.port=8545 - - - --ws - - --ws.port=8545 - - --http.addr=0.0.0.0 - --http.api=admin,debug,web3,eth,dag,txpool,personal,abft,net,trace,ftm,sfc - + - --http.port=8545 + - --nat=extip:${IP} + - --port=10658 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --db.engine= - --state.scheme= - --syncmode=full - - --gcmode=archive - + - --ws + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -87,4 +82,5 @@ x-upstreams: methods: disabled: enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/taiko/geth/taiko-alethia-geth-archive-leveldb-hash.yml b/taiko/geth/taiko-alethia-geth-archive-leveldb-hash.yml index 0e6d8ade..8777718f 100644 --- a/taiko/geth/taiko-alethia-geth-archive-leveldb-hash.yml +++ b/taiko/geth/taiko-alethia-geth-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,43 +27,34 @@ services: - 10251:10251/udp volumes: - ${TAIKO_ALETHIA_GETH_ARCHIVE_LEVELDB_HASH_DATA:-taiko-alethia-geth-archive-leveldb-hash}:/root/.ethereum - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_NETWORKID=167000 command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/root/.ethereum - - --port=10251 - - --nat=extip:${IP} + - --db.engine=leveldb + - --gcmode=archive - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10251 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=leveldb - --state.scheme=hash - --syncmode=full - - --gcmode=archive - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -83,21 +75,20 @@ services: - 15251:15251 - 15251:15251/udp environment: - - L1_WS=${ETHEREUM_MAINNET_EXECUTION_WS} - - L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - - L2_WS=ws://taiko-alethia-archive:8545 - - L2_AUTH=http://taiko-alethia-archive:8551 - - P2P_CHECK_POINT_SYNC_URL= - - NODE_IMAGE=us-docker.pkg.dev/evmchain/images/taiko-client - - P2P_SYNC=true - JWT_SECRET=/jwtsecret + - L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} + - L1_WS=${ETHEREUM_MAINNET_EXECUTION_WS} + - L2_AUTH=http://taiko-alethia-archive:8551 + - L2_WS=ws://taiko-alethia-archive:8545 + - NODE_IMAGE=us-docker.pkg.dev/evmchain/images/taiko-client + - P2P_CHECK_POINT_SYNC_URL= + - P2P_SYNC=true entrypoint: [taiko-client, driver] networks: - chains volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped env_file: - ./taiko/alethia.env @@ -135,3 +126,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/taiko/geth/taiko-alethia-geth-pruned-pebble-path.yml b/taiko/geth/taiko-alethia-geth-pruned-pebble-path.yml index e6a20d19..08885c18 100644 --- a/taiko/geth/taiko-alethia-geth-pruned-pebble-path.yml +++ b/taiko/geth/taiko-alethia-geth-pruned-pebble-path.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,43 +27,34 @@ services: - 10251:10251/udp volumes: - ${TAIKO_ALETHIA_GETH_PRUNED_PEBBLE_PATH_DATA:-taiko-alethia-geth-pruned-pebble-path}:/root/.ethereum - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_NETWORKID=167000 command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/root/.ethereum - - --port=10251 - - --nat=extip:${IP} + - --db.engine=pebble + - --gcmode=full - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10251 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=pebble - --state.scheme=path - --syncmode=snap - - --gcmode=full - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -83,21 +75,20 @@ services: - 15251:15251 - 15251:15251/udp environment: - - L1_WS=${ETHEREUM_MAINNET_EXECUTION_WS} - - L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} - - L2_WS=ws://taiko-alethia:8545 - - L2_AUTH=http://taiko-alethia:8551 - - P2P_CHECK_POINT_SYNC_URL= - - NODE_IMAGE=us-docker.pkg.dev/evmchain/images/taiko-client - - P2P_SYNC=true - JWT_SECRET=/jwtsecret + - L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST} + - L1_WS=${ETHEREUM_MAINNET_EXECUTION_WS} + - L2_AUTH=http://taiko-alethia:8551 + - L2_WS=ws://taiko-alethia:8545 + - NODE_IMAGE=us-docker.pkg.dev/evmchain/images/taiko-client + - P2P_CHECK_POINT_SYNC_URL= + - P2P_SYNC=true entrypoint: [taiko-client, driver] networks: - chains volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped env_file: - ./taiko/alethia.env @@ -138,3 +129,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/taiko/geth/taiko-hekla-geth-archive-leveldb-hash.yml b/taiko/geth/taiko-hekla-geth-archive-leveldb-hash.yml index 081fad01..d56b9848 100644 --- a/taiko/geth/taiko-hekla-geth-archive-leveldb-hash.yml +++ b/taiko/geth/taiko-hekla-geth-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,43 +27,34 @@ services: - 10396:10396/udp volumes: - ${TAIKO_HEKLA_GETH_ARCHIVE_LEVELDB_HASH_DATA:-taiko-hekla-geth-archive-leveldb-hash}:/root/.ethereum - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_NETWORKID=167009 command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/root/.ethereum - - --port=10396 - - --nat=extip:${IP} + - --db.engine=leveldb + - --gcmode=archive - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10396 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=leveldb - --state.scheme=hash - --syncmode=full - - --gcmode=archive - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -83,21 +75,20 @@ services: - 15396:15396 - 15396:15396/udp environment: - - L1_WS=${ETHEREUM_HOLESKY_EXECUTION_WS} - - L1_BEACON=${ETHEREUM_HOLESKY_BEACON_REST} - - L2_WS=ws://taiko-hekla-archive:8545 - - L2_AUTH=http://taiko-hekla-archive:8551 - - P2P_CHECK_POINT_SYNC_URL= - - NODE_IMAGE=us-docker.pkg.dev/evmchain/images/taiko-client - - P2P_SYNC=true - JWT_SECRET=/jwtsecret + - L1_BEACON=${ETHEREUM_HOLESKY_BEACON_REST} + - L1_WS=${ETHEREUM_HOLESKY_EXECUTION_WS} + - L2_AUTH=http://taiko-hekla-archive:8551 + - L2_WS=ws://taiko-hekla-archive:8545 + - NODE_IMAGE=us-docker.pkg.dev/evmchain/images/taiko-client + - P2P_CHECK_POINT_SYNC_URL= + - P2P_SYNC=true entrypoint: [taiko-client, driver] networks: - chains volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped env_file: - ./taiko/hekla.env @@ -135,3 +126,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/taiko/geth/taiko-hekla-geth-pruned-pebble-path.yml b/taiko/geth/taiko-hekla-geth-pruned-pebble-path.yml index 9164dd17..cfdfc38b 100644 --- a/taiko/geth/taiko-hekla-geth-pruned-pebble-path.yml +++ b/taiko/geth/taiko-hekla-geth-pruned-pebble-path.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -26,43 +27,34 @@ services: - 10396:10396/udp volumes: - ${TAIKO_HEKLA_GETH_PRUNED_PEBBLE_PATH_DATA:-taiko-hekla-geth-pruned-pebble-path}:/root/.ethereum - - /slowdisk:/slowdisk - - .jwtsecret:/jwtsecret:ro - + - /slowdisk:/slowdisk environment: - GETH_NETWORKID=167009 command: + - --authrpc.addr=0.0.0.0 + - --authrpc.jwtsecret=/jwtsecret + - --authrpc.vhosts=* - --datadir=/root/.ethereum - - --port=10396 - - --nat=extip:${IP} + - --db.engine=pebble + - --gcmode=full - --http + - --http.addr=0.0.0.0 + - --http.api=eth,net,web3,debug,admin,txpool,engine - --http.port=8545 - --http.vhosts=* - --maxpeers=50 - - - --ws - - --ws.port=8545 - - --ws.origins=* - - --ws.addr=0.0.0.0 - - --ws.api=eth,net,web3,debug,admin,txpool,engine - - - --http.addr=0.0.0.0 - - --http.api=eth,net,web3,debug,admin,txpool,engine - + - --nat=extip:${IP} + - --port=10396 - --rpc.gascap=600000000 - --rpc.txfeecap=0 - - - --authrpc.addr=0.0.0.0 - - --authrpc.vhosts=* - - - --authrpc.jwtsecret=/jwtsecret - - - --db.engine=pebble - --state.scheme=path - --syncmode=snap - - --gcmode=full - + - --ws + - --ws.addr=0.0.0.0 + - --ws.api=eth,net,web3,debug,admin,txpool,engine + - --ws.origins=* + - --ws.port=8545 networks: - chains restart: unless-stopped @@ -83,21 +75,20 @@ services: - 15396:15396 - 15396:15396/udp environment: - - L1_WS=${ETHEREUM_HOLESKY_EXECUTION_WS} - - L1_BEACON=${ETHEREUM_HOLESKY_BEACON_REST} - - L2_WS=ws://taiko-hekla:8545 - - L2_AUTH=http://taiko-hekla:8551 - - P2P_CHECK_POINT_SYNC_URL= - - NODE_IMAGE=us-docker.pkg.dev/evmchain/images/taiko-client - - P2P_SYNC=true - JWT_SECRET=/jwtsecret + - L1_BEACON=${ETHEREUM_HOLESKY_BEACON_REST} + - L1_WS=${ETHEREUM_HOLESKY_EXECUTION_WS} + - L2_AUTH=http://taiko-hekla:8551 + - L2_WS=ws://taiko-hekla:8545 + - NODE_IMAGE=us-docker.pkg.dev/evmchain/images/taiko-client + - P2P_CHECK_POINT_SYNC_URL= + - P2P_SYNC=true entrypoint: [taiko-client, driver] networks: - chains volumes: - .jwtsecret:/jwtsecret:ro - restart: unless-stopped env_file: - ./taiko/hekla.env @@ -138,3 +129,5 @@ x-upstreams: # non standard geth and erigon - name: eth_getRawTransactionByHash - name: eth_getRawTransactionByBlockHashAndIndex + +... \ No newline at end of file diff --git a/thundercore/thunder/thundercore-venus-thunder-pruned-leveldb-hash.yml b/thundercore/thunder/thundercore-venus-thunder-pruned-leveldb-hash.yml index 67b3dc0b..7584d622 100644 --- a/thundercore/thunder/thundercore-venus-thunder-pruned-leveldb-hash.yml +++ b/thundercore/thunder/thundercore-venus-thunder-pruned-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -25,10 +26,8 @@ services: - 10368:10368/udp volumes: - ${THUNDERCORE_VENUS_THUNDER_PRUNED_LEVELDB_HASH_DATA:-thundercore-venus-thunder-pruned-leveldb-hash}:/datadir - - /slowdisk:/slowdisk - - .//venus:/config - + - /slowdisk:/slowdisk environment: PORT: 10368 entrypoint: [/sbin/tini, --, /entrypoint.sh, --logToConsole] @@ -62,4 +61,5 @@ x-upstreams: methods: disabled: enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/thundercore/thunder/thundercore-zeus-thunder-pruned-leveldb-hash.yml b/thundercore/thunder/thundercore-zeus-thunder-pruned-leveldb-hash.yml index e9dcbb68..a9f0388e 100644 --- a/thundercore/thunder/thundercore-zeus-thunder-pruned-leveldb-hash.yml +++ b/thundercore/thunder/thundercore-zeus-thunder-pruned-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -25,10 +26,8 @@ services: - 10645:10645/udp volumes: - ${THUNDERCORE_ZEUS_THUNDER_PRUNED_LEVELDB_HASH_DATA:-thundercore-zeus-thunder-pruned-leveldb-hash}:/datadir - - /slowdisk:/slowdisk - - .//zeus:/config - + - /slowdisk:/slowdisk environment: PORT: 10645 entrypoint: [/sbin/tini, --, /entrypoint.sh, --logToConsole] @@ -62,4 +61,5 @@ x-upstreams: methods: disabled: enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/tron/java-tron/tron-mainnet-java-tron-pruned-rocksdb.yml b/tron/java-tron/tron-mainnet-java-tron-pruned-rocksdb.yml index 80455896..696a194b 100644 --- a/tron/java-tron/tron-mainnet-java-tron-pruned-rocksdb.yml +++ b/tron/java-tron/tron-mainnet-java-tron-pruned-rocksdb.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -25,10 +26,8 @@ services: - 25815:25815/udp volumes: - ${TRON_MAINNET_JAVA_TRON_PRUNED_ROCKSDB_DATA:-tron-mainnet-java-tron-pruned-rocksdb}:/java-tron/output-directory - - /slowdisk:/slowdisk - - .//mainnet:/config - + - /slowdisk:/slowdisk command: -c /config/config.conf --log-config /config/logback.xml networks: - chains @@ -60,4 +59,5 @@ x-upstreams: methods: disabled: enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/viction/node/viction-mainnet-node-archive-leveldb-hash.yml b/viction/node/viction-mainnet-node-archive-leveldb-hash.yml index 22b24e23..1972683d 100644 --- a/viction/node/viction-mainnet-node-archive-leveldb-hash.yml +++ b/viction/node/viction-mainnet-node-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -27,20 +28,17 @@ services: - 10670:10670/udp volumes: - ${VICTION_MAINNET_NODE_ARCHIVE_LEVELDB_HASH_DATA:-viction-mainnet-node-archive-leveldb-hash}:/tomochain/data - - /slowdisk:/slowdisk - - .//mainnet:/config - + - /slowdisk:/slowdisk environment: EXTIP: ${IP} P2P_PORT: 10670 command: + - --gcmode=archive + - --rpcapi=eth,debug,net,db,admin,web3 + - --syncmode=full - --tomox - --tomox.datadir=/tomochain/data/tomox - - --gcmode=archive - - --syncmode=full - - --rpcapi=eth,debug,net,db,admin,web3 - networks: - chains restart: unless-stopped @@ -50,15 +48,14 @@ services: image: nginx environment: PROXY_HOST: viction-mainnet-archive-client - RPC_PORT: 8545 RPC_PATH: - WS_PORT: 8546 + RPC_PORT: 8545 WS_PATH: + WS_PORT: 8546 networks: - chains volumes: - ./nginx-proxy:/etc/nginx/templates - labels: - traefik.enable=true - traefik.http.middlewares.viction-mainnet-node-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/viction-mainnet-archive @@ -85,4 +82,5 @@ x-upstreams: methods: disabled: enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/viction/node/viction-mainnet-node-pruned-leveldb-hash.yml b/viction/node/viction-mainnet-node-pruned-leveldb-hash.yml index 84a85205..0f140210 100644 --- a/viction/node/viction-mainnet-node-pruned-leveldb-hash.yml +++ b/viction/node/viction-mainnet-node-pruned-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -27,20 +28,17 @@ services: - 10670:10670/udp volumes: - ${VICTION_MAINNET_NODE_PRUNED_LEVELDB_HASH_DATA:-viction-mainnet-node-pruned-leveldb-hash}:/tomochain/data - - /slowdisk:/slowdisk - - .//mainnet:/config - + - /slowdisk:/slowdisk environment: EXTIP: ${IP} P2P_PORT: 10670 command: + - --gcmode=full + - --rpcapi=eth,debug,net,db,admin,web3 + - --syncmode=full - --tomox - --tomox.datadir=/tomochain/data/tomox - - --gcmode=full - - --syncmode=full - - --rpcapi=eth,debug,net,db,admin,web3 - networks: - chains restart: unless-stopped @@ -50,15 +48,14 @@ services: image: nginx environment: PROXY_HOST: viction-mainnet-client - RPC_PORT: 8545 RPC_PATH: - WS_PORT: 8546 + RPC_PORT: 8545 WS_PATH: + WS_PORT: 8546 networks: - chains volumes: - ./nginx-proxy:/etc/nginx/templates - labels: - traefik.enable=true - traefik.http.middlewares.viction-mainnet-node-pruned-leveldb-hash-stripprefix.stripprefix.prefixes=/viction-mainnet @@ -85,4 +82,5 @@ x-upstreams: methods: disabled: enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/viction/node/viction-testnet-node-archive-leveldb-hash.yml b/viction/node/viction-testnet-node-archive-leveldb-hash.yml index c37ab469..0c592256 100644 --- a/viction/node/viction-testnet-node-archive-leveldb-hash.yml +++ b/viction/node/viction-testnet-node-archive-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -27,20 +28,17 @@ services: - 10254:10254/udp volumes: - ${VICTION_TESTNET_NODE_ARCHIVE_LEVELDB_HASH_DATA:-viction-testnet-node-archive-leveldb-hash}:/tomochain/data - - /slowdisk:/slowdisk - - .//testnet:/config - + - /slowdisk:/slowdisk environment: EXTIP: ${IP} P2P_PORT: 10254 command: + - --gcmode=archive + - --rpcapi=eth,debug,net,db,admin,web3 + - --syncmode=full - --tomox - --tomox.datadir=/tomochain/data/tomox - - --gcmode=archive - - --syncmode=full - - --rpcapi=eth,debug,net,db,admin,web3 - networks: - chains restart: unless-stopped @@ -50,15 +48,14 @@ services: image: nginx environment: PROXY_HOST: viction-testnet-archive-client - RPC_PORT: 8545 RPC_PATH: - WS_PORT: 8546 + RPC_PORT: 8545 WS_PATH: + WS_PORT: 8546 networks: - chains volumes: - ./nginx-proxy:/etc/nginx/templates - labels: - traefik.enable=true - traefik.http.middlewares.viction-testnet-node-archive-leveldb-hash-stripprefix.stripprefix.prefixes=/viction-testnet-archive @@ -85,4 +82,5 @@ x-upstreams: methods: disabled: enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/viction/node/viction-testnet-node-pruned-leveldb-hash.yml b/viction/node/viction-testnet-node-pruned-leveldb-hash.yml index d775a935..277508dc 100644 --- a/viction/node/viction-testnet-node-pruned-leveldb-hash.yml +++ b/viction/node/viction-testnet-node-pruned-leveldb-hash.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -27,20 +28,17 @@ services: - 10254:10254/udp volumes: - ${VICTION_TESTNET_NODE_PRUNED_LEVELDB_HASH_DATA:-viction-testnet-node-pruned-leveldb-hash}:/tomochain/data - - /slowdisk:/slowdisk - - .//testnet:/config - + - /slowdisk:/slowdisk environment: EXTIP: ${IP} P2P_PORT: 10254 command: + - --gcmode=full + - --rpcapi=eth,debug,net,db,admin,web3 + - --syncmode=full - --tomox - --tomox.datadir=/tomochain/data/tomox - - --gcmode=full - - --syncmode=full - - --rpcapi=eth,debug,net,db,admin,web3 - networks: - chains restart: unless-stopped @@ -50,15 +48,14 @@ services: image: nginx environment: PROXY_HOST: viction-testnet-client - RPC_PORT: 8545 RPC_PATH: - WS_PORT: 8546 + RPC_PORT: 8545 WS_PATH: + WS_PORT: 8546 networks: - chains volumes: - ./nginx-proxy:/etc/nginx/templates - labels: - traefik.enable=true - traefik.http.middlewares.viction-testnet-node-pruned-leveldb-hash-stripprefix.stripprefix.prefixes=/viction-testnet @@ -85,4 +82,5 @@ x-upstreams: methods: disabled: enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/zksync-era/external-node/zksync-era-mainnet-external-node-archive.yml b/zksync-era/external-node/zksync-era-mainnet-external-node-archive.yml index f1b1cc63..64d2c78c 100644 --- a/zksync-era/external-node/zksync-era-mainnet-external-node-archive.yml +++ b/zksync-era/external-node/zksync-era-mainnet-external-node-archive.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -28,14 +29,13 @@ services: volumes: - ${ZKSYNC_ERA_MAINNET_EXTERNAL_NODE_ARCHIVE_DATA:-zksync-era-mainnet-external-node-archive}:/db \ - /slowdisk:/slowdisk - environment: - DATABASE_URL=postgres://postgres:notsecurepassword@zksync-era-mainnet-external-node-archive-db:5430/zksync_local_ext_node - - EN_ETH_CLIENT_URL=${ETHEREUM_MAINNET_EXECUTION_RPC} - - EN_MAIN_NODE_URL=https://zksync2-mainnet.zksync.io - - EN_L2_CHAIN_ID=324 - - EN_PRUNING_ENABLED= - EN_API_NAMESAPCES=eth,net,web3,debug,pubsub,debug,zks + - EN_ETH_CLIENT_URL=${ETHEREUM_MAINNET_EXECUTION_RPC} + - EN_L2_CHAIN_ID=324 + - EN_MAIN_NODE_URL=https://zksync2-mainnet.zksync.io + - EN_PRUNING_ENABLED= networks: - chains restart: unless-stopped @@ -45,15 +45,14 @@ services: image: nginx environment: PROXY_HOST: zksync-era-mainnet-archive-client - RPC_PORT: 8545 RPC_PATH: - WS_PORT: 8546 + RPC_PORT: 8545 WS_PATH: + WS_PORT: 8546 networks: - chains volumes: - ./nginx-proxy:/etc/nginx/templates - labels: - traefik.enable=true - traefik.http.middlewares.zksync-era-mainnet-external-node-archive-stripprefix.stripprefix.prefixes=/zksync-era-mainnet-archive @@ -89,8 +88,8 @@ services: timeout: 3s test: [CMD-SHELL, psql -U postgres -c "select exists (select * from pg_stat_activity where datname = '' and application_name = 'pg_restore')" | grep -e ".f$$"] environment: - - POSTGRES_PASSWORD=notsecurepassword - PGPORT=5430 + - POSTGRES_PASSWORD=notsecurepassword networks: - chains @@ -111,4 +110,5 @@ x-upstreams: methods: disabled: enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/zksync-era/external-node/zksync-era-mainnet-external-node-pruned.yml b/zksync-era/external-node/zksync-era-mainnet-external-node-pruned.yml index 4bdb0787..697a8004 100644 --- a/zksync-era/external-node/zksync-era-mainnet-external-node-pruned.yml +++ b/zksync-era/external-node/zksync-era-mainnet-external-node-pruned.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -28,14 +29,13 @@ services: volumes: - ${ZKSYNC_ERA_MAINNET_EXTERNAL_NODE_PRUNED_DATA:-zksync-era-mainnet-external-node-pruned}:/db \ - /slowdisk:/slowdisk - environment: - DATABASE_URL=postgres://postgres:notsecurepassword@zksync-era-mainnet-external-node-pruned-db:5430/zksync_local_ext_node - - EN_ETH_CLIENT_URL=${ETHEREUM_MAINNET_EXECUTION_RPC} - - EN_MAIN_NODE_URL=https://zksync2-mainnet.zksync.io - - EN_L2_CHAIN_ID=324 - - EN_PRUNING_ENABLED=True - EN_API_NAMESAPCES=eth,net,web3,debug,pubsub,debug,zks + - EN_ETH_CLIENT_URL=${ETHEREUM_MAINNET_EXECUTION_RPC} + - EN_L2_CHAIN_ID=324 + - EN_MAIN_NODE_URL=https://zksync2-mainnet.zksync.io + - EN_PRUNING_ENABLED=True networks: - chains restart: unless-stopped @@ -45,15 +45,14 @@ services: image: nginx environment: PROXY_HOST: zksync-era-mainnet-client - RPC_PORT: 8545 RPC_PATH: - WS_PORT: 8546 + RPC_PORT: 8545 WS_PATH: + WS_PORT: 8546 networks: - chains volumes: - ./nginx-proxy:/etc/nginx/templates - labels: - traefik.enable=true - traefik.http.middlewares.zksync-era-mainnet-external-node-pruned-stripprefix.stripprefix.prefixes=/zksync-era-mainnet @@ -89,8 +88,8 @@ services: timeout: 3s test: [CMD-SHELL, psql -U postgres -c "select exists (select * from pg_stat_activity where datname = '' and application_name = 'pg_restore')" | grep -e ".f$$"] environment: - - POSTGRES_PASSWORD=notsecurepassword - PGPORT=5430 + - POSTGRES_PASSWORD=notsecurepassword networks: - chains @@ -111,4 +110,5 @@ x-upstreams: methods: disabled: enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/zksync-era/external-node/zksync-era-sepolia-external-node-archive.yml b/zksync-era/external-node/zksync-era-sepolia-external-node-archive.yml index 40c0e5fa..4d73d439 100644 --- a/zksync-era/external-node/zksync-era-sepolia-external-node-archive.yml +++ b/zksync-era/external-node/zksync-era-sepolia-external-node-archive.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -28,14 +29,13 @@ services: volumes: - ${ZKSYNC_ERA_SEPOLIA_EXTERNAL_NODE_ARCHIVE_DATA:-zksync-era-sepolia-external-node-archive}:/db \ - /slowdisk:/slowdisk - environment: - DATABASE_URL=postgres://postgres:notsecurepassword@zksync-era-sepolia-external-node-archive-db:5430/zksync_local_ext_node - - EN_ETH_CLIENT_URL=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - - EN_MAIN_NODE_URL=https://sepolia.era.zksync.dev - - EN_L2_CHAIN_ID=300 - - EN_PRUNING_ENABLED= - EN_API_NAMESAPCES=eth,net,web3,debug,pubsub,debug,zks + - EN_ETH_CLIENT_URL=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - EN_L2_CHAIN_ID=300 + - EN_MAIN_NODE_URL=https://sepolia.era.zksync.dev + - EN_PRUNING_ENABLED= networks: - chains restart: unless-stopped @@ -45,15 +45,14 @@ services: image: nginx environment: PROXY_HOST: zksync-era-sepolia-archive-client - RPC_PORT: 8545 RPC_PATH: - WS_PORT: 8546 + RPC_PORT: 8545 WS_PATH: + WS_PORT: 8546 networks: - chains volumes: - ./nginx-proxy:/etc/nginx/templates - labels: - traefik.enable=true - traefik.http.middlewares.zksync-era-sepolia-external-node-archive-stripprefix.stripprefix.prefixes=/zksync-era-sepolia-archive @@ -89,8 +88,8 @@ services: timeout: 3s test: [CMD-SHELL, psql -U postgres -c "select exists (select * from pg_stat_activity where datname = '' and application_name = 'pg_restore')" | grep -e ".f$$"] environment: - - POSTGRES_PASSWORD=notsecurepassword - PGPORT=5430 + - POSTGRES_PASSWORD=notsecurepassword networks: - chains @@ -111,4 +110,5 @@ x-upstreams: methods: disabled: enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file diff --git a/zksync-era/external-node/zksync-era-sepolia-external-node-pruned.yml b/zksync-era/external-node/zksync-era-sepolia-external-node-pruned.yml index 3ca8c08f..c50f081f 100644 --- a/zksync-era/external-node/zksync-era-sepolia-external-node-pruned.yml +++ b/zksync-era/external-node/zksync-era-sepolia-external-node-pruned.yml @@ -1,3 +1,4 @@ +--- # use at your own risk services: @@ -28,14 +29,13 @@ services: volumes: - ${ZKSYNC_ERA_SEPOLIA_EXTERNAL_NODE_PRUNED_DATA:-zksync-era-sepolia-external-node-pruned}:/db \ - /slowdisk:/slowdisk - environment: - DATABASE_URL=postgres://postgres:notsecurepassword@zksync-era-sepolia-external-node-pruned-db:5430/zksync_local_ext_node - - EN_ETH_CLIENT_URL=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - - EN_MAIN_NODE_URL=https://sepolia.era.zksync.dev - - EN_L2_CHAIN_ID=300 - - EN_PRUNING_ENABLED=True - EN_API_NAMESAPCES=eth,net,web3,debug,pubsub,debug,zks + - EN_ETH_CLIENT_URL=${ETHEREUM_SEPOLIA_EXECUTION_RPC} + - EN_L2_CHAIN_ID=300 + - EN_MAIN_NODE_URL=https://sepolia.era.zksync.dev + - EN_PRUNING_ENABLED=True networks: - chains restart: unless-stopped @@ -45,15 +45,14 @@ services: image: nginx environment: PROXY_HOST: zksync-era-sepolia-client - RPC_PORT: 8545 RPC_PATH: - WS_PORT: 8546 + RPC_PORT: 8545 WS_PATH: + WS_PORT: 8546 networks: - chains volumes: - ./nginx-proxy:/etc/nginx/templates - labels: - traefik.enable=true - traefik.http.middlewares.zksync-era-sepolia-external-node-pruned-stripprefix.stripprefix.prefixes=/zksync-era-sepolia @@ -89,8 +88,8 @@ services: timeout: 3s test: [CMD-SHELL, psql -U postgres -c "select exists (select * from pg_stat_activity where datname = '' and application_name = 'pg_restore')" | grep -e ".f$$"] environment: - - POSTGRES_PASSWORD=notsecurepassword - PGPORT=5430 + - POSTGRES_PASSWORD=notsecurepassword networks: - chains @@ -111,4 +110,5 @@ x-upstreams: methods: disabled: enabled: - - name: txpool_content # TODO: should be disabled for rollup nodes \ No newline at end of file + - name: txpool_content # TODO: should be disabled for rollup nodes +... \ No newline at end of file