fix
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -27,51 +28,42 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${ALEPHZERO_MAINNET_NITRO_ARCHIVE_LEVELDB_HASH_DATA:-alephzero-mainnet-nitro-archive-leveldb-hash}:/root/.arbitrum
|
- ${ALEPHZERO_MAINNET_NITRO_ARCHIVE_LEVELDB_HASH_DATA:-alephzero-mainnet-nitro-archive-leveldb-hash}:/root/.arbitrum
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
command:
|
command:
|
||||||
|
- --conf.file=/config/baseConfig.json
|
||||||
- --datadir=/root/.arbitrum
|
- --datadir=/root/.arbitrum
|
||||||
- --port=10301
|
- --execution.caching.archive=true
|
||||||
- --nat=extip:${IP}
|
- --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
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,net,web3,arb,txpool,debug
|
||||||
- --http.port=8545
|
- --http.port=8545
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --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
|
|
||||||
- --node.batch-poster.enable=false
|
- --node.batch-poster.enable=false
|
||||||
- --node.data-availability.enable=true
|
- --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.parent-chain-node-url=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
||||||
- --node.data-availability.rest-aggregator.enable=true
|
- --node.data-availability.rest-aggregator.enable=true
|
||||||
- --node.data-availability.rest-aggregator.urls=https://das.alephzero.raas.gelato.cloud
|
- --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
|
- --node.feed.input.url=wss://feed.alephzero.raas.gelato.cloud
|
||||||
- --execution.forwarding-target=https://rpc.alephzero.raas.gelato.cloud
|
- --node.sequencer=false
|
||||||
- --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
- --node.staker.enable=false
|
||||||
- --parent-chain.blob-client.beacon-url=${ETHEREUM_MAINNET_BEACON_REST}
|
- --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:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -119,3 +111,5 @@ x-upstreams:
|
|||||||
# non standard geth and erigon
|
# non standard geth and erigon
|
||||||
- name: eth_getRawTransactionByHash
|
- name: eth_getRawTransactionByHash
|
||||||
- name: eth_getRawTransactionByBlockHashAndIndex
|
- name: eth_getRawTransactionByBlockHashAndIndex
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -27,51 +28,42 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${ALEPHZERO_MAINNET_NITRO_PRUNED_PEBBLE_PATH_DATA:-alephzero-mainnet-nitro-pruned-pebble-path}:/root/.arbitrum
|
- ${ALEPHZERO_MAINNET_NITRO_PRUNED_PEBBLE_PATH_DATA:-alephzero-mainnet-nitro-pruned-pebble-path}:/root/.arbitrum
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
command:
|
command:
|
||||||
|
- --conf.file=/config/baseConfig.json
|
||||||
- --datadir=/root/.arbitrum
|
- --datadir=/root/.arbitrum
|
||||||
- --port=10301
|
- --execution.caching.archive=false
|
||||||
- --nat=extip:${IP}
|
- --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
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,net,web3,arb,txpool,debug
|
||||||
- --http.port=8545
|
- --http.port=8545
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --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
|
|
||||||
- --node.batch-poster.enable=false
|
- --node.batch-poster.enable=false
|
||||||
- --node.data-availability.enable=true
|
- --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.parent-chain-node-url=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
||||||
- --node.data-availability.rest-aggregator.enable=true
|
- --node.data-availability.rest-aggregator.enable=true
|
||||||
- --node.data-availability.rest-aggregator.urls=https://das.alephzero.raas.gelato.cloud
|
- --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
|
- --node.feed.input.url=wss://feed.alephzero.raas.gelato.cloud
|
||||||
- --execution.forwarding-target=https://rpc.alephzero.raas.gelato.cloud
|
- --node.sequencer=false
|
||||||
- --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
- --node.staker.enable=false
|
||||||
- --parent-chain.blob-client.beacon-url=${ETHEREUM_MAINNET_BEACON_REST}
|
- --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:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -122,3 +114,5 @@ x-upstreams:
|
|||||||
# non standard geth and erigon
|
# non standard geth and erigon
|
||||||
- name: eth_getRawTransactionByHash
|
- name: eth_getRawTransactionByHash
|
||||||
- name: eth_getRawTransactionByBlockHashAndIndex
|
- name: eth_getRawTransactionByBlockHashAndIndex
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -26,56 +27,45 @@ services:
|
|||||||
- 10083:10083/udp
|
- 10083:10083/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${ALEPHZERO_SEPOLIA_NITRO_ARCHIVE_LEVELDB_HASH_DATA:-alephzero-sepolia-nitro-archive-leveldb-hash}:/root/.arbitrum
|
- ${ALEPHZERO_SEPOLIA_NITRO_ARCHIVE_LEVELDB_HASH_DATA:-alephzero-sepolia-nitro-archive-leveldb-hash}:/root/.arbitrum
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- ./tmp/alephzero-sepolia-archive:/tmp
|
- ./tmp/alephzero-sepolia-archive:/tmp
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
command:
|
command:
|
||||||
|
- --conf.file=/config/baseConfig.json
|
||||||
- --datadir=/root/.arbitrum
|
- --datadir=/root/.arbitrum
|
||||||
- --port=10083
|
- --execution.caching.archive=true
|
||||||
- --nat=extip:${IP}
|
- --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
|
||||||
- --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.addr=0.0.0.0
|
||||||
- --http.api=eth,net,web3,arb,txpool,debug
|
- --http.api=eth,net,web3,arb,txpool,debug
|
||||||
|
- --http.port=8545
|
||||||
- --rpc.gascap=600000000
|
- --http.vhosts=*
|
||||||
- --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
|
|
||||||
|
|
||||||
- --init.latest=archive
|
- --init.latest=archive
|
||||||
|
- --maxpeers=50
|
||||||
- --conf.file=/config/baseConfig.json
|
- --nat=extip:${IP}
|
||||||
|
|
||||||
- --node.sequencer=false
|
|
||||||
- --node.staker.enable=false
|
|
||||||
- --node.batch-poster.enable=false
|
- --node.batch-poster.enable=false
|
||||||
- --node.data-availability.enable=true
|
- --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.parent-chain-node-url=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
|
||||||
- --node.data-availability.rest-aggregator.enable=true
|
- --node.data-availability.rest-aggregator.enable=true
|
||||||
- --node.data-availability.rest-aggregator.urls=https://das.alephzero-testnet.gelato.digital
|
- --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
|
- --node.feed.input.url=wss://feed.alephzero-testnet.gelato.digital
|
||||||
- --execution.forwarding-target=https://rpc.alephzero-testnet.gelato.digital
|
- --node.sequencer=false
|
||||||
- --parent-chain.connection.url=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
|
- --node.staker.enable=false
|
||||||
- --parent-chain.blob-client.beacon-url=${ETHEREUM_SEPOLIA_BEACON_REST}
|
- --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:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -123,3 +113,5 @@ x-upstreams:
|
|||||||
# non standard geth and erigon
|
# non standard geth and erigon
|
||||||
- name: eth_getRawTransactionByHash
|
- name: eth_getRawTransactionByHash
|
||||||
- name: eth_getRawTransactionByBlockHashAndIndex
|
- name: eth_getRawTransactionByBlockHashAndIndex
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -26,54 +27,44 @@ services:
|
|||||||
- 10083:10083/udp
|
- 10083:10083/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${ALEPHZERO_SEPOLIA_NITRO_PRUNED_PEBBLE_PATH_DATA:-alephzero-sepolia-nitro-pruned-pebble-path}:/root/.arbitrum
|
- ${ALEPHZERO_SEPOLIA_NITRO_PRUNED_PEBBLE_PATH_DATA:-alephzero-sepolia-nitro-pruned-pebble-path}:/root/.arbitrum
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- ./tmp/alephzero-sepolia:/tmp
|
- ./tmp/alephzero-sepolia:/tmp
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
command:
|
command:
|
||||||
|
- --conf.file=/config/baseConfig.json
|
||||||
- --datadir=/root/.arbitrum
|
- --datadir=/root/.arbitrum
|
||||||
- --port=10083
|
- --execution.caching.archive=false
|
||||||
- --nat=extip:${IP}
|
- --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
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,net,web3,arb,txpool,debug
|
||||||
- --http.port=8545
|
- --http.port=8545
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --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
|
|
||||||
- --node.batch-poster.enable=false
|
- --node.batch-poster.enable=false
|
||||||
- --node.data-availability.enable=true
|
- --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.parent-chain-node-url=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
|
||||||
- --node.data-availability.rest-aggregator.enable=true
|
- --node.data-availability.rest-aggregator.enable=true
|
||||||
- --node.data-availability.rest-aggregator.urls=https://das.alephzero-testnet.gelato.digital
|
- --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
|
- --node.feed.input.url=wss://feed.alephzero-testnet.gelato.digital
|
||||||
- --execution.forwarding-target=https://rpc.alephzero-testnet.gelato.digital
|
- --node.sequencer=false
|
||||||
- --parent-chain.connection.url=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
|
- --node.staker.enable=false
|
||||||
- --parent-chain.blob-client.beacon-url=${ETHEREUM_SEPOLIA_BEACON_REST}
|
- --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:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -124,3 +115,5 @@ x-upstreams:
|
|||||||
# non standard geth and erigon
|
# non standard geth and erigon
|
||||||
- name: eth_getRawTransactionByHash
|
- name: eth_getRawTransactionByHash
|
||||||
- name: eth_getRawTransactionByBlockHashAndIndex
|
- name: eth_getRawTransactionByBlockHashAndIndex
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -26,49 +27,38 @@ services:
|
|||||||
- 10468:10468/udp
|
- 10468:10468/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${ARBITRUM_NOVA_NITRO_ARCHIVE_LEVELDB_HASH_DATA:-arbitrum-nova-nitro-archive-leveldb-hash}:/root/.arbitrum
|
- ${ARBITRUM_NOVA_NITRO_ARCHIVE_LEVELDB_HASH_DATA:-arbitrum-nova-nitro-archive-leveldb-hash}:/root/.arbitrum
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- ./tmp/arbitrum-nova-archive:/tmp
|
- ./tmp/arbitrum-nova-archive:/tmp
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
command:
|
command:
|
||||||
|
- --chain.id=42170
|
||||||
- --datadir=/root/.arbitrum
|
- --datadir=/root/.arbitrum
|
||||||
- --port=10468
|
- --execution.caching.archive=true
|
||||||
- --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.state-scheme=hash
|
- --execution.caching.state-scheme=hash
|
||||||
- --execution.rpc.gas-cap=600000000
|
- --execution.rpc.gas-cap=600000000
|
||||||
- --execution.caching.archive=true
|
|
||||||
- --execution.sequencer.enable=false
|
- --execution.sequencer.enable=false
|
||||||
- --persistent.db-engine=leveldb
|
- --http
|
||||||
- --persistent.chain=/root/.arbitrum/arbitrum-nova-archive
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,net,web3,arb,txpool,debug
|
||||||
|
- --http.port=8545
|
||||||
|
- --http.vhosts=*
|
||||||
- --init.latest=archive
|
- --init.latest=archive
|
||||||
|
- --maxpeers=50
|
||||||
- --chain.id=42170
|
- --nat=extip:${IP}
|
||||||
|
- --node.batch-poster.enable=false
|
||||||
- --node.sequencer=false
|
- --node.sequencer=false
|
||||||
- --node.staker.enable=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.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:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -116,3 +106,5 @@ x-upstreams:
|
|||||||
# non standard geth and erigon
|
# non standard geth and erigon
|
||||||
- name: eth_getRawTransactionByHash
|
- name: eth_getRawTransactionByHash
|
||||||
- name: eth_getRawTransactionByBlockHashAndIndex
|
- name: eth_getRawTransactionByBlockHashAndIndex
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -26,48 +27,38 @@ services:
|
|||||||
- 10468:10468/udp
|
- 10468:10468/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${ARBITRUM_NOVA_NITRO_PRUNED_PEBBLE_HASH_DATA:-arbitrum-nova-nitro-pruned-pebble-hash}:/root/.arbitrum
|
- ${ARBITRUM_NOVA_NITRO_PRUNED_PEBBLE_HASH_DATA:-arbitrum-nova-nitro-pruned-pebble-hash}:/root/.arbitrum
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- ./tmp/arbitrum-nova:/tmp
|
- ./tmp/arbitrum-nova:/tmp
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
command:
|
command:
|
||||||
|
- --chain.id=42170
|
||||||
- --datadir=/root/.arbitrum
|
- --datadir=/root/.arbitrum
|
||||||
- --port=10468
|
- --execution.caching.archive=false
|
||||||
- --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.state-scheme=hash
|
- --execution.caching.state-scheme=hash
|
||||||
- --execution.rpc.gas-cap=600000000
|
- --execution.rpc.gas-cap=600000000
|
||||||
- --execution.caching.archive=false
|
|
||||||
- --execution.sequencer.enable=false
|
- --execution.sequencer.enable=false
|
||||||
- --persistent.db-engine=pebble
|
- --http
|
||||||
- --persistent.chain=/root/.arbitrum/arbitrum-nova
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,net,web3,arb,txpool,debug
|
||||||
|
- --http.port=8545
|
||||||
|
- --http.vhosts=*
|
||||||
- --init.latest=pruned
|
- --init.latest=pruned
|
||||||
|
- --maxpeers=50
|
||||||
- --chain.id=42170
|
- --nat=extip:${IP}
|
||||||
|
- --node.batch-poster.enable=false
|
||||||
- --node.sequencer=false
|
- --node.sequencer=false
|
||||||
- --node.staker.enable=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.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:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -115,3 +106,5 @@ x-upstreams:
|
|||||||
# non standard geth and erigon
|
# non standard geth and erigon
|
||||||
- name: eth_getRawTransactionByHash
|
- name: eth_getRawTransactionByHash
|
||||||
- name: eth_getRawTransactionByBlockHashAndIndex
|
- name: eth_getRawTransactionByBlockHashAndIndex
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -26,49 +27,38 @@ services:
|
|||||||
- 10317:10317/udp
|
- 10317:10317/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${ARBITRUM_ONE_NITRO_ARCHIVE_LEVELDB_HASH_DATA:-arbitrum-one-nitro-archive-leveldb-hash}:/root/.arbitrum
|
- ${ARBITRUM_ONE_NITRO_ARCHIVE_LEVELDB_HASH_DATA:-arbitrum-one-nitro-archive-leveldb-hash}:/root/.arbitrum
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- ./tmp/arbitrum-one-archive:/tmp
|
- ./tmp/arbitrum-one-archive:/tmp
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
command:
|
command:
|
||||||
|
- --chain.id=42161
|
||||||
- --datadir=/root/.arbitrum
|
- --datadir=/root/.arbitrum
|
||||||
- --port=10317
|
- --execution.caching.archive=true
|
||||||
- --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.state-scheme=hash
|
- --execution.caching.state-scheme=hash
|
||||||
- --execution.rpc.gas-cap=600000000
|
- --execution.rpc.gas-cap=600000000
|
||||||
- --execution.caching.archive=true
|
|
||||||
- --execution.sequencer.enable=false
|
- --execution.sequencer.enable=false
|
||||||
- --persistent.db-engine=leveldb
|
- --http
|
||||||
- --persistent.chain=/root/.arbitrum/arbitrum-one-archive
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,net,web3,arb,txpool,debug
|
||||||
|
- --http.port=8545
|
||||||
|
- --http.vhosts=*
|
||||||
- --init.latest=archive
|
- --init.latest=archive
|
||||||
|
- --maxpeers=50
|
||||||
- --chain.id=42161
|
- --nat=extip:${IP}
|
||||||
|
- --node.batch-poster.enable=false
|
||||||
- --node.sequencer=false
|
- --node.sequencer=false
|
||||||
- --node.staker.enable=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.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:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -116,3 +106,5 @@ x-upstreams:
|
|||||||
# non standard geth and erigon
|
# non standard geth and erigon
|
||||||
- name: eth_getRawTransactionByHash
|
- name: eth_getRawTransactionByHash
|
||||||
- name: eth_getRawTransactionByBlockHashAndIndex
|
- name: eth_getRawTransactionByBlockHashAndIndex
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -26,48 +27,38 @@ services:
|
|||||||
- 10317:10317/udp
|
- 10317:10317/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${ARBITRUM_ONE_NITRO_PRUNED_PEBBLE_HASH_DATA:-arbitrum-one-nitro-pruned-pebble-hash}:/root/.arbitrum
|
- ${ARBITRUM_ONE_NITRO_PRUNED_PEBBLE_HASH_DATA:-arbitrum-one-nitro-pruned-pebble-hash}:/root/.arbitrum
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- ./tmp/arbitrum-one:/tmp
|
- ./tmp/arbitrum-one:/tmp
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
command:
|
command:
|
||||||
|
- --chain.id=42161
|
||||||
- --datadir=/root/.arbitrum
|
- --datadir=/root/.arbitrum
|
||||||
- --port=10317
|
- --execution.caching.archive=false
|
||||||
- --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.state-scheme=hash
|
- --execution.caching.state-scheme=hash
|
||||||
- --execution.rpc.gas-cap=600000000
|
- --execution.rpc.gas-cap=600000000
|
||||||
- --execution.caching.archive=false
|
|
||||||
- --execution.sequencer.enable=false
|
- --execution.sequencer.enable=false
|
||||||
- --persistent.db-engine=pebble
|
- --http
|
||||||
- --persistent.chain=/root/.arbitrum/arbitrum-one
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,net,web3,arb,txpool,debug
|
||||||
|
- --http.port=8545
|
||||||
|
- --http.vhosts=*
|
||||||
- --init.latest=pruned
|
- --init.latest=pruned
|
||||||
|
- --maxpeers=50
|
||||||
- --chain.id=42161
|
- --nat=extip:${IP}
|
||||||
|
- --node.batch-poster.enable=false
|
||||||
- --node.sequencer=false
|
- --node.sequencer=false
|
||||||
- --node.staker.enable=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.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:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -115,3 +106,5 @@ x-upstreams:
|
|||||||
# non standard geth and erigon
|
# non standard geth and erigon
|
||||||
- name: eth_getRawTransactionByHash
|
- name: eth_getRawTransactionByHash
|
||||||
- name: eth_getRawTransactionByBlockHashAndIndex
|
- name: eth_getRawTransactionByBlockHashAndIndex
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -26,49 +27,38 @@ services:
|
|||||||
- 10360:10360/udp
|
- 10360:10360/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${ARBITRUM_SEPOLIA_NITRO_ARCHIVE_PEBBLE_HASH_DATA:-arbitrum-sepolia-nitro-archive-pebble-hash}:/root/.arbitrum
|
- ${ARBITRUM_SEPOLIA_NITRO_ARCHIVE_PEBBLE_HASH_DATA:-arbitrum-sepolia-nitro-archive-pebble-hash}:/root/.arbitrum
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- ./tmp/arbitrum-sepolia-archive:/tmp
|
- ./tmp/arbitrum-sepolia-archive:/tmp
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
command:
|
command:
|
||||||
|
- --chain.id=421614
|
||||||
- --datadir=/root/.arbitrum
|
- --datadir=/root/.arbitrum
|
||||||
- --port=10360
|
- --execution.caching.archive=true
|
||||||
- --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.state-scheme=hash
|
- --execution.caching.state-scheme=hash
|
||||||
- --execution.rpc.gas-cap=600000000
|
- --execution.rpc.gas-cap=600000000
|
||||||
- --execution.caching.archive=true
|
|
||||||
- --execution.sequencer.enable=false
|
- --execution.sequencer.enable=false
|
||||||
- --persistent.db-engine=pebble
|
- --http
|
||||||
- --persistent.chain=/root/.arbitrum/arbitrum-sepolia-archive
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,net,web3,arb,txpool,debug
|
||||||
|
- --http.port=8545
|
||||||
|
- --http.vhosts=*
|
||||||
- --init.latest=archive
|
- --init.latest=archive
|
||||||
|
- --maxpeers=50
|
||||||
- --chain.id=421614
|
- --nat=extip:${IP}
|
||||||
|
- --node.batch-poster.enable=false
|
||||||
- --node.sequencer=false
|
- --node.sequencer=false
|
||||||
- --node.staker.enable=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.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:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -116,3 +106,5 @@ x-upstreams:
|
|||||||
# non standard geth and erigon
|
# non standard geth and erigon
|
||||||
- name: eth_getRawTransactionByHash
|
- name: eth_getRawTransactionByHash
|
||||||
- name: eth_getRawTransactionByBlockHashAndIndex
|
- name: eth_getRawTransactionByBlockHashAndIndex
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -26,56 +27,45 @@ services:
|
|||||||
- 10111:10111/udp
|
- 10111:10111/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${CONNEXT_SEPOLIA_NITRO_ARCHIVE_LEVELDB_HASH_DATA:-connext-sepolia-nitro-archive-leveldb-hash}:/root/.arbitrum
|
- ${CONNEXT_SEPOLIA_NITRO_ARCHIVE_LEVELDB_HASH_DATA:-connext-sepolia-nitro-archive-leveldb-hash}:/root/.arbitrum
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- ./tmp/connext-sepolia-archive:/tmp
|
- ./tmp/connext-sepolia-archive:/tmp
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
command:
|
command:
|
||||||
|
- --conf.file=/config/baseConfig.json
|
||||||
- --datadir=/root/.arbitrum
|
- --datadir=/root/.arbitrum
|
||||||
- --port=10111
|
- --execution.caching.archive=true
|
||||||
- --nat=extip:${IP}
|
- --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
|
||||||
- --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.addr=0.0.0.0
|
||||||
- --http.api=eth,net,web3,arb,txpool,debug
|
- --http.api=eth,net,web3,arb,txpool,debug
|
||||||
|
- --http.port=8545
|
||||||
- --rpc.gascap=600000000
|
- --http.vhosts=*
|
||||||
- --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
|
|
||||||
|
|
||||||
- --init.latest=archive
|
- --init.latest=archive
|
||||||
|
- --maxpeers=50
|
||||||
- --conf.file=/config/baseConfig.json
|
- --nat=extip:${IP}
|
||||||
|
|
||||||
- --node.sequencer=false
|
|
||||||
- --node.staker.enable=false
|
|
||||||
- --node.batch-poster.enable=false
|
- --node.batch-poster.enable=false
|
||||||
- --node.data-availability.enable=true
|
- --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.parent-chain-node-url=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
|
||||||
- --node.data-availability.rest-aggregator.enable=true
|
- --node.data-availability.rest-aggregator.enable=true
|
||||||
- --node.data-availability.rest-aggregator.urls=https://das.connext-sepolia.gelato.digital
|
- --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
|
- --node.feed.input.url=wss://feed.connext-sepolia.gelato.digital
|
||||||
- --execution.forwarding-target=https://rpc.connext-sepolia.gelato.digital
|
- --node.sequencer=false
|
||||||
- --parent-chain.connection.url=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
|
- --node.staker.enable=false
|
||||||
- --parent-chain.blob-client.beacon-url=${ETHEREUM_SEPOLIA_BEACON_REST}
|
- --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:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -123,3 +113,5 @@ x-upstreams:
|
|||||||
# non standard geth and erigon
|
# non standard geth and erigon
|
||||||
- name: eth_getRawTransactionByHash
|
- name: eth_getRawTransactionByHash
|
||||||
- name: eth_getRawTransactionByBlockHashAndIndex
|
- name: eth_getRawTransactionByBlockHashAndIndex
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -26,54 +27,44 @@ services:
|
|||||||
- 10111:10111/udp
|
- 10111:10111/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${CONNEXT_SEPOLIA_NITRO_PRUNED_PEBBLE_PATH_DATA:-connext-sepolia-nitro-pruned-pebble-path}:/root/.arbitrum
|
- ${CONNEXT_SEPOLIA_NITRO_PRUNED_PEBBLE_PATH_DATA:-connext-sepolia-nitro-pruned-pebble-path}:/root/.arbitrum
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- ./tmp/connext-sepolia:/tmp
|
- ./tmp/connext-sepolia:/tmp
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
command:
|
command:
|
||||||
|
- --conf.file=/config/baseConfig.json
|
||||||
- --datadir=/root/.arbitrum
|
- --datadir=/root/.arbitrum
|
||||||
- --port=10111
|
- --execution.caching.archive=false
|
||||||
- --nat=extip:${IP}
|
- --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
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,net,web3,arb,txpool,debug
|
||||||
- --http.port=8545
|
- --http.port=8545
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --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
|
|
||||||
- --node.batch-poster.enable=false
|
- --node.batch-poster.enable=false
|
||||||
- --node.data-availability.enable=true
|
- --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.parent-chain-node-url=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
|
||||||
- --node.data-availability.rest-aggregator.enable=true
|
- --node.data-availability.rest-aggregator.enable=true
|
||||||
- --node.data-availability.rest-aggregator.urls=https://das.connext-sepolia.gelato.digital
|
- --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
|
- --node.feed.input.url=wss://feed.connext-sepolia.gelato.digital
|
||||||
- --execution.forwarding-target=https://rpc.connext-sepolia.gelato.digital
|
- --node.sequencer=false
|
||||||
- --parent-chain.connection.url=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
|
- --node.staker.enable=false
|
||||||
- --parent-chain.blob-client.beacon-url=${ETHEREUM_SEPOLIA_BEACON_REST}
|
- --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:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -124,3 +115,5 @@ x-upstreams:
|
|||||||
# non standard geth and erigon
|
# non standard geth and erigon
|
||||||
- name: eth_getRawTransactionByHash
|
- name: eth_getRawTransactionByHash
|
||||||
- name: eth_getRawTransactionByBlockHashAndIndex
|
- name: eth_getRawTransactionByBlockHashAndIndex
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -27,51 +28,42 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${EVERCLEAR_MAINNET_NITRO_ARCHIVE_LEVELDB_HASH_DATA:-everclear-mainnet-nitro-archive-leveldb-hash}:/root/.arbitrum
|
- ${EVERCLEAR_MAINNET_NITRO_ARCHIVE_LEVELDB_HASH_DATA:-everclear-mainnet-nitro-archive-leveldb-hash}:/root/.arbitrum
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
command:
|
command:
|
||||||
|
- --conf.file=/config/baseConfig.json
|
||||||
- --datadir=/root/.arbitrum
|
- --datadir=/root/.arbitrum
|
||||||
- --port=10870
|
- --execution.caching.archive=true
|
||||||
- --nat=extip:${IP}
|
- --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
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,net,web3,arb,txpool,debug
|
||||||
- --http.port=8545
|
- --http.port=8545
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --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
|
|
||||||
- --node.batch-poster.enable=false
|
- --node.batch-poster.enable=false
|
||||||
- --node.data-availability.enable=true
|
- --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.parent-chain-node-url=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
||||||
- --node.data-availability.rest-aggregator.enable=true
|
- --node.data-availability.rest-aggregator.enable=true
|
||||||
- --node.data-availability.rest-aggregator.urls=https://das.everclear.raas.gelato.cloud
|
- --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
|
- --node.feed.input.url=wss://feed.everclear.raas.gelato.cloud
|
||||||
- --execution.forwarding-target=https://rpc.everclear.raas.gelato.cloud
|
- --node.sequencer=false
|
||||||
- --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
- --node.staker.enable=false
|
||||||
- --parent-chain.blob-client.beacon-url=${ETHEREUM_MAINNET_BEACON_REST}
|
- --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:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -119,3 +111,5 @@ x-upstreams:
|
|||||||
# non standard geth and erigon
|
# non standard geth and erigon
|
||||||
- name: eth_getRawTransactionByHash
|
- name: eth_getRawTransactionByHash
|
||||||
- name: eth_getRawTransactionByBlockHashAndIndex
|
- name: eth_getRawTransactionByBlockHashAndIndex
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -27,51 +28,42 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${EVERCLEAR_MAINNET_NITRO_PRUNED_PEBBLE_PATH_DATA:-everclear-mainnet-nitro-pruned-pebble-path}:/root/.arbitrum
|
- ${EVERCLEAR_MAINNET_NITRO_PRUNED_PEBBLE_PATH_DATA:-everclear-mainnet-nitro-pruned-pebble-path}:/root/.arbitrum
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
command:
|
command:
|
||||||
|
- --conf.file=/config/baseConfig.json
|
||||||
- --datadir=/root/.arbitrum
|
- --datadir=/root/.arbitrum
|
||||||
- --port=10870
|
- --execution.caching.archive=false
|
||||||
- --nat=extip:${IP}
|
- --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
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,net,web3,arb,txpool,debug
|
||||||
- --http.port=8545
|
- --http.port=8545
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --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
|
|
||||||
- --node.batch-poster.enable=false
|
- --node.batch-poster.enable=false
|
||||||
- --node.data-availability.enable=true
|
- --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.parent-chain-node-url=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
||||||
- --node.data-availability.rest-aggregator.enable=true
|
- --node.data-availability.rest-aggregator.enable=true
|
||||||
- --node.data-availability.rest-aggregator.urls=https://das.everclear.raas.gelato.cloud
|
- --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
|
- --node.feed.input.url=wss://feed.everclear.raas.gelato.cloud
|
||||||
- --execution.forwarding-target=https://rpc.everclear.raas.gelato.cloud
|
- --node.sequencer=false
|
||||||
- --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
- --node.staker.enable=false
|
||||||
- --parent-chain.blob-client.beacon-url=${ETHEREUM_MAINNET_BEACON_REST}
|
- --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:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -122,3 +114,5 @@ x-upstreams:
|
|||||||
# non standard geth and erigon
|
# non standard geth and erigon
|
||||||
- name: eth_getRawTransactionByHash
|
- name: eth_getRawTransactionByHash
|
||||||
- name: eth_getRawTransactionByBlockHashAndIndex
|
- name: eth_getRawTransactionByBlockHashAndIndex
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -26,53 +27,43 @@ services:
|
|||||||
- 10953:10953/udp
|
- 10953:10953/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${OPENCAMPUSCODEX_SEPOLIA_NITRO_ARCHIVE_LEVELDB_HASH_DATA:-opencampuscodex-sepolia-nitro-archive-leveldb-hash}:/root/.arbitrum
|
- ${OPENCAMPUSCODEX_SEPOLIA_NITRO_ARCHIVE_LEVELDB_HASH_DATA:-opencampuscodex-sepolia-nitro-archive-leveldb-hash}:/root/.arbitrum
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .//sepolia:/config
|
- .//sepolia:/config
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
command:
|
command:
|
||||||
|
- --conf.file=/config/baseConfig.json
|
||||||
- --datadir=/root/.arbitrum
|
- --datadir=/root/.arbitrum
|
||||||
- --port=10953
|
- --execution.caching.archive=true
|
||||||
- --nat=extip:${IP}
|
- --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
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,net,web3,arb,txpool,debug
|
||||||
- --http.port=8545
|
- --http.port=8545
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --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
|
|
||||||
- --node.batch-poster.enable=false
|
- --node.batch-poster.enable=false
|
||||||
- --node.data-availability.enable=true
|
- --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.parent-chain-node-url=${ARBITRUM_SEPOLIA_EXECUTION_RPC}
|
||||||
- --node.data-availability.rest-aggregator.enable=true
|
- --node.data-availability.rest-aggregator.enable=true
|
||||||
- --node.data-availability.rest-aggregator.urls=https://das.open-campus-codex.gelato.digital
|
- --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
|
- --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}
|
- --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:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -120,3 +111,5 @@ x-upstreams:
|
|||||||
# non standard geth and erigon
|
# non standard geth and erigon
|
||||||
- name: eth_getRawTransactionByHash
|
- name: eth_getRawTransactionByHash
|
||||||
- name: eth_getRawTransactionByBlockHashAndIndex
|
- name: eth_getRawTransactionByBlockHashAndIndex
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -26,53 +27,43 @@ services:
|
|||||||
- 10953:10953/udp
|
- 10953:10953/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${OPENCAMPUSCODEX_SEPOLIA_NITRO_PRUNED_PEBBLE_PATH_DATA:-opencampuscodex-sepolia-nitro-pruned-pebble-path}:/root/.arbitrum
|
- ${OPENCAMPUSCODEX_SEPOLIA_NITRO_PRUNED_PEBBLE_PATH_DATA:-opencampuscodex-sepolia-nitro-pruned-pebble-path}:/root/.arbitrum
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .//sepolia:/config
|
- .//sepolia:/config
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
command:
|
command:
|
||||||
|
- --conf.file=/config/baseConfig.json
|
||||||
- --datadir=/root/.arbitrum
|
- --datadir=/root/.arbitrum
|
||||||
- --port=10953
|
- --execution.caching.archive=false
|
||||||
- --nat=extip:${IP}
|
- --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
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,net,web3,arb,txpool,debug
|
||||||
- --http.port=8545
|
- --http.port=8545
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --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
|
|
||||||
- --node.batch-poster.enable=false
|
- --node.batch-poster.enable=false
|
||||||
- --node.data-availability.enable=true
|
- --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.parent-chain-node-url=${ARBITRUM_SEPOLIA_EXECUTION_RPC}
|
||||||
- --node.data-availability.rest-aggregator.enable=true
|
- --node.data-availability.rest-aggregator.enable=true
|
||||||
- --node.data-availability.rest-aggregator.urls=https://das.open-campus-codex.gelato.digital
|
- --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
|
- --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}
|
- --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:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -123,3 +114,5 @@ x-upstreams:
|
|||||||
# non standard geth and erigon
|
# non standard geth and erigon
|
||||||
- name: eth_getRawTransactionByHash
|
- name: eth_getRawTransactionByHash
|
||||||
- name: eth_getRawTransactionByBlockHashAndIndex
|
- name: eth_getRawTransactionByBlockHashAndIndex
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -27,51 +28,42 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${PLAYBLOCK_MAINNET_NITRO_ARCHIVE_LEVELDB_HASH_DATA:-playblock-mainnet-nitro-archive-leveldb-hash}:/root/.arbitrum
|
- ${PLAYBLOCK_MAINNET_NITRO_ARCHIVE_LEVELDB_HASH_DATA:-playblock-mainnet-nitro-archive-leveldb-hash}:/root/.arbitrum
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
command:
|
command:
|
||||||
|
- --conf.file=/config/baseConfig.json
|
||||||
- --datadir=/root/.arbitrum
|
- --datadir=/root/.arbitrum
|
||||||
- --port=10728
|
- --execution.caching.archive=true
|
||||||
- --nat=extip:${IP}
|
- --execution.caching.state-scheme=hash
|
||||||
|
- --execution.forwarding-target=https://rpc.playblock.io
|
||||||
|
- --execution.rpc.gas-cap=600000000
|
||||||
|
- --execution.sequencer.enable=false
|
||||||
- --http
|
- --http
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,net,web3,arb,txpool,debug
|
||||||
- --http.port=8545
|
- --http.port=8545
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --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
|
|
||||||
- --node.batch-poster.enable=false
|
- --node.batch-poster.enable=false
|
||||||
- --node.data-availability.enable=true
|
- --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.parent-chain-node-url=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
||||||
- --node.data-availability.rest-aggregator.enable=true
|
- --node.data-availability.rest-aggregator.enable=true
|
||||||
- --node.data-availability.rest-aggregator.urls=https://das.playblock.io
|
- --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
|
- --node.feed.input.url=wss://feed.playblock.io
|
||||||
- --execution.forwarding-target=https://rpc.playblock.io
|
- --node.sequencer=false
|
||||||
- --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
- --node.staker.enable=false
|
||||||
- --parent-chain.blob-client.beacon-url=${ETHEREUM_MAINNET_BEACON_REST}
|
- --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:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -119,3 +111,5 @@ x-upstreams:
|
|||||||
# non standard geth and erigon
|
# non standard geth and erigon
|
||||||
- name: eth_getRawTransactionByHash
|
- name: eth_getRawTransactionByHash
|
||||||
- name: eth_getRawTransactionByBlockHashAndIndex
|
- name: eth_getRawTransactionByBlockHashAndIndex
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -27,51 +28,42 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${PLAYBLOCK_MAINNET_NITRO_PRUNED_PEBBLE_PATH_DATA:-playblock-mainnet-nitro-pruned-pebble-path}:/root/.arbitrum
|
- ${PLAYBLOCK_MAINNET_NITRO_PRUNED_PEBBLE_PATH_DATA:-playblock-mainnet-nitro-pruned-pebble-path}:/root/.arbitrum
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
command:
|
command:
|
||||||
|
- --conf.file=/config/baseConfig.json
|
||||||
- --datadir=/root/.arbitrum
|
- --datadir=/root/.arbitrum
|
||||||
- --port=10728
|
- --execution.caching.archive=false
|
||||||
- --nat=extip:${IP}
|
- --execution.caching.state-scheme=path
|
||||||
|
- --execution.forwarding-target=https://rpc.playblock.io
|
||||||
|
- --execution.rpc.gas-cap=600000000
|
||||||
|
- --execution.sequencer.enable=false
|
||||||
- --http
|
- --http
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,net,web3,arb,txpool,debug
|
||||||
- --http.port=8545
|
- --http.port=8545
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --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
|
|
||||||
- --node.batch-poster.enable=false
|
- --node.batch-poster.enable=false
|
||||||
- --node.data-availability.enable=true
|
- --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.parent-chain-node-url=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
||||||
- --node.data-availability.rest-aggregator.enable=true
|
- --node.data-availability.rest-aggregator.enable=true
|
||||||
- --node.data-availability.rest-aggregator.urls=https://das.playblock.io
|
- --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
|
- --node.feed.input.url=wss://feed.playblock.io
|
||||||
- --execution.forwarding-target=https://rpc.playblock.io
|
- --node.sequencer=false
|
||||||
- --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
- --node.staker.enable=false
|
||||||
- --parent-chain.blob-client.beacon-url=${ETHEREUM_MAINNET_BEACON_REST}
|
- --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:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -122,3 +114,5 @@ x-upstreams:
|
|||||||
# non standard geth and erigon
|
# non standard geth and erigon
|
||||||
- name: eth_getRawTransactionByHash
|
- name: eth_getRawTransactionByHash
|
||||||
- name: eth_getRawTransactionByBlockHashAndIndex
|
- name: eth_getRawTransactionByBlockHashAndIndex
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -27,51 +28,42 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${REAL_MAINNET_NITRO_ARCHIVE_LEVELDB_HASH_DATA:-real-mainnet-nitro-archive-leveldb-hash}:/root/.arbitrum
|
- ${REAL_MAINNET_NITRO_ARCHIVE_LEVELDB_HASH_DATA:-real-mainnet-nitro-archive-leveldb-hash}:/root/.arbitrum
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
command:
|
command:
|
||||||
|
- --conf.file=/config/baseConfig.json
|
||||||
- --datadir=/root/.arbitrum
|
- --datadir=/root/.arbitrum
|
||||||
- --port=10354
|
- --execution.caching.archive=true
|
||||||
- --nat=extip:${IP}
|
- --execution.caching.state-scheme=hash
|
||||||
|
- --execution.forwarding-target=https://rpc.realforreal.gelato.digital
|
||||||
|
- --execution.rpc.gas-cap=600000000
|
||||||
|
- --execution.sequencer.enable=false
|
||||||
- --http
|
- --http
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,net,web3,arb,txpool,debug
|
||||||
- --http.port=8545
|
- --http.port=8545
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --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
|
|
||||||
- --node.batch-poster.enable=false
|
- --node.batch-poster.enable=false
|
||||||
- --node.data-availability.enable=true
|
- --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.parent-chain-node-url=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
||||||
- --node.data-availability.rest-aggregator.enable=true
|
- --node.data-availability.rest-aggregator.enable=true
|
||||||
- --node.data-availability.rest-aggregator.urls=https://das.realforreal.gelato.digital
|
- --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
|
- --node.feed.input.url=wss://feed.realforreal.gelato.digital
|
||||||
- --execution.forwarding-target=https://rpc.realforreal.gelato.digital
|
- --node.sequencer=false
|
||||||
- --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
- --node.staker.enable=false
|
||||||
- --parent-chain.blob-client.beacon-url=${ETHEREUM_MAINNET_BEACON_REST}
|
- --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:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -119,3 +111,5 @@ x-upstreams:
|
|||||||
# non standard geth and erigon
|
# non standard geth and erigon
|
||||||
- name: eth_getRawTransactionByHash
|
- name: eth_getRawTransactionByHash
|
||||||
- name: eth_getRawTransactionByBlockHashAndIndex
|
- name: eth_getRawTransactionByBlockHashAndIndex
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -27,51 +28,42 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${REAL_MAINNET_NITRO_PRUNED_PEBBLE_PATH_DATA:-real-mainnet-nitro-pruned-pebble-path}:/root/.arbitrum
|
- ${REAL_MAINNET_NITRO_PRUNED_PEBBLE_PATH_DATA:-real-mainnet-nitro-pruned-pebble-path}:/root/.arbitrum
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
command:
|
command:
|
||||||
|
- --conf.file=/config/baseConfig.json
|
||||||
- --datadir=/root/.arbitrum
|
- --datadir=/root/.arbitrum
|
||||||
- --port=10354
|
- --execution.caching.archive=false
|
||||||
- --nat=extip:${IP}
|
- --execution.caching.state-scheme=path
|
||||||
|
- --execution.forwarding-target=https://rpc.realforreal.gelato.digital
|
||||||
|
- --execution.rpc.gas-cap=600000000
|
||||||
|
- --execution.sequencer.enable=false
|
||||||
- --http
|
- --http
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,net,web3,arb,txpool,debug
|
||||||
- --http.port=8545
|
- --http.port=8545
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --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
|
|
||||||
- --node.batch-poster.enable=false
|
- --node.batch-poster.enable=false
|
||||||
- --node.data-availability.enable=true
|
- --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.parent-chain-node-url=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
||||||
- --node.data-availability.rest-aggregator.enable=true
|
- --node.data-availability.rest-aggregator.enable=true
|
||||||
- --node.data-availability.rest-aggregator.urls=https://das.realforreal.gelato.digital
|
- --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
|
- --node.feed.input.url=wss://feed.realforreal.gelato.digital
|
||||||
- --execution.forwarding-target=https://rpc.realforreal.gelato.digital
|
- --node.sequencer=false
|
||||||
- --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
- --node.staker.enable=false
|
||||||
- --parent-chain.blob-client.beacon-url=${ETHEREUM_MAINNET_BEACON_REST}
|
- --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:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -122,3 +114,5 @@ x-upstreams:
|
|||||||
# non standard geth and erigon
|
# non standard geth and erigon
|
||||||
- name: eth_getRawTransactionByHash
|
- name: eth_getRawTransactionByHash
|
||||||
- name: eth_getRawTransactionByBlockHashAndIndex
|
- name: eth_getRawTransactionByBlockHashAndIndex
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -27,19 +28,16 @@ services:
|
|||||||
- 10350:10350/udp
|
- 10350:10350/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${AVALANCHE_FUJI_GO_ARCHIVE_LEVELDB_DATA:-avalanche-fuji-go-archive-leveldb}:/root/.avalanchego
|
- ${AVALANCHE_FUJI_GO_ARCHIVE_LEVELDB_DATA:-avalanche-fuji-go-archive-leveldb}:/root/.avalanchego
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .//fuji:/config
|
- .//fuji:/config
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
entrypoint: [/avalanchego/build/avalanchego]
|
entrypoint: [/avalanchego/build/avalanchego]
|
||||||
command:
|
command:
|
||||||
- --chain-config-dir /config/archive
|
- --chain-config-dir /config/archive
|
||||||
- --db-type=leveldb
|
- --db-type=leveldb
|
||||||
- --http-host=
|
|
||||||
- --http-allowed-hosts=*
|
- --http-allowed-hosts=*
|
||||||
- --staking-port=10350
|
- --http-host=
|
||||||
- --public-ip=${IP}"
|
- --public-ip=${IP}"
|
||||||
|
- --staking-port=10350
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -49,15 +47,14 @@ services:
|
|||||||
image: nginx
|
image: nginx
|
||||||
environment:
|
environment:
|
||||||
PROXY_HOST: avalanche-fuji-archive-client
|
PROXY_HOST: avalanche-fuji-archive-client
|
||||||
RPC_PORT: 9650
|
|
||||||
RPC_PATH: /ext/bc/C/rpc
|
RPC_PATH: /ext/bc/C/rpc
|
||||||
WS_PORT: 9650
|
RPC_PORT: 9650
|
||||||
WS_PATH: /ext/bc/C/ws
|
WS_PATH: /ext/bc/C/ws
|
||||||
|
WS_PORT: 9650
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
volumes:
|
volumes:
|
||||||
- ./nginx-proxy:/etc/nginx/templates
|
- ./nginx-proxy:/etc/nginx/templates
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
- traefik.http.middlewares.avalanche-fuji-go-archive-leveldb-stripprefix.stripprefix.prefixes=/avalanche-fuji-archive
|
- traefik.http.middlewares.avalanche-fuji-go-archive-leveldb-stripprefix.stripprefix.prefixes=/avalanche-fuji-archive
|
||||||
@@ -85,3 +82,4 @@ x-upstreams:
|
|||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -27,19 +28,16 @@ services:
|
|||||||
- 10350:10350/udp
|
- 10350:10350/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${AVALANCHE_FUJI_GO_PRUNED_PEBBLEDB_DATA:-avalanche-fuji-go-pruned-pebbledb}:/root/.avalanchego
|
- ${AVALANCHE_FUJI_GO_PRUNED_PEBBLEDB_DATA:-avalanche-fuji-go-pruned-pebbledb}:/root/.avalanchego
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .//fuji:/config
|
- .//fuji:/config
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
entrypoint: [/avalanchego/build/avalanchego]
|
entrypoint: [/avalanchego/build/avalanchego]
|
||||||
command:
|
command:
|
||||||
- --chain-config-dir /config/pruned
|
- --chain-config-dir /config/pruned
|
||||||
- --db-type=pebbledb
|
- --db-type=pebbledb
|
||||||
- --http-host=
|
|
||||||
- --http-allowed-hosts=*
|
- --http-allowed-hosts=*
|
||||||
- --staking-port=10350
|
- --http-host=
|
||||||
- --public-ip=${IP}"
|
- --public-ip=${IP}"
|
||||||
|
- --staking-port=10350
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -49,15 +47,14 @@ services:
|
|||||||
image: nginx
|
image: nginx
|
||||||
environment:
|
environment:
|
||||||
PROXY_HOST: avalanche-fuji-client
|
PROXY_HOST: avalanche-fuji-client
|
||||||
RPC_PORT: 9650
|
|
||||||
RPC_PATH: /ext/bc/C/rpc
|
RPC_PATH: /ext/bc/C/rpc
|
||||||
WS_PORT: 9650
|
RPC_PORT: 9650
|
||||||
WS_PATH: /ext/bc/C/ws
|
WS_PATH: /ext/bc/C/ws
|
||||||
|
WS_PORT: 9650
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
volumes:
|
volumes:
|
||||||
- ./nginx-proxy:/etc/nginx/templates
|
- ./nginx-proxy:/etc/nginx/templates
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
- traefik.http.middlewares.avalanche-fuji-go-pruned-pebbledb-stripprefix.stripprefix.prefixes=/avalanche-fuji
|
- traefik.http.middlewares.avalanche-fuji-go-pruned-pebbledb-stripprefix.stripprefix.prefixes=/avalanche-fuji
|
||||||
@@ -85,3 +82,4 @@ x-upstreams:
|
|||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -27,19 +28,16 @@ services:
|
|||||||
- 10929:10929/udp
|
- 10929:10929/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${AVALANCHE_MAINNET_GO_ARCHIVE_LEVELDB_DATA:-avalanche-mainnet-go-archive-leveldb}:/root/.avalanchego
|
- ${AVALANCHE_MAINNET_GO_ARCHIVE_LEVELDB_DATA:-avalanche-mainnet-go-archive-leveldb}:/root/.avalanchego
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .//mainnet:/config
|
- .//mainnet:/config
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
entrypoint: [/avalanchego/build/avalanchego]
|
entrypoint: [/avalanchego/build/avalanchego]
|
||||||
command:
|
command:
|
||||||
- --chain-config-dir /config/archive
|
- --chain-config-dir /config/archive
|
||||||
- --db-type=leveldb
|
- --db-type=leveldb
|
||||||
- --http-host=
|
|
||||||
- --http-allowed-hosts=*
|
- --http-allowed-hosts=*
|
||||||
- --staking-port=10929
|
- --http-host=
|
||||||
- --public-ip=${IP}"
|
- --public-ip=${IP}"
|
||||||
|
- --staking-port=10929
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -49,15 +47,14 @@ services:
|
|||||||
image: nginx
|
image: nginx
|
||||||
environment:
|
environment:
|
||||||
PROXY_HOST: avalanche-mainnet-archive-client
|
PROXY_HOST: avalanche-mainnet-archive-client
|
||||||
RPC_PORT: 9650
|
|
||||||
RPC_PATH: /ext/bc/C/rpc
|
RPC_PATH: /ext/bc/C/rpc
|
||||||
WS_PORT: 9650
|
RPC_PORT: 9650
|
||||||
WS_PATH: /ext/bc/C/ws
|
WS_PATH: /ext/bc/C/ws
|
||||||
|
WS_PORT: 9650
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
volumes:
|
volumes:
|
||||||
- ./nginx-proxy:/etc/nginx/templates
|
- ./nginx-proxy:/etc/nginx/templates
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
- traefik.http.middlewares.avalanche-mainnet-go-archive-leveldb-stripprefix.stripprefix.prefixes=/avalanche-mainnet-archive
|
- traefik.http.middlewares.avalanche-mainnet-go-archive-leveldb-stripprefix.stripprefix.prefixes=/avalanche-mainnet-archive
|
||||||
@@ -85,3 +82,4 @@ x-upstreams:
|
|||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -27,19 +28,16 @@ services:
|
|||||||
- 10929:10929/udp
|
- 10929:10929/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${AVALANCHE_MAINNET_GO_PRUNED_PEBBLEDB_DATA:-avalanche-mainnet-go-pruned-pebbledb}:/root/.avalanchego
|
- ${AVALANCHE_MAINNET_GO_PRUNED_PEBBLEDB_DATA:-avalanche-mainnet-go-pruned-pebbledb}:/root/.avalanchego
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .//mainnet:/config
|
- .//mainnet:/config
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
entrypoint: [/avalanchego/build/avalanchego]
|
entrypoint: [/avalanchego/build/avalanchego]
|
||||||
command:
|
command:
|
||||||
- --chain-config-dir /config/pruned
|
- --chain-config-dir /config/pruned
|
||||||
- --db-type=pebbledb
|
- --db-type=pebbledb
|
||||||
- --http-host=
|
|
||||||
- --http-allowed-hosts=*
|
- --http-allowed-hosts=*
|
||||||
- --staking-port=10929
|
- --http-host=
|
||||||
- --public-ip=${IP}"
|
- --public-ip=${IP}"
|
||||||
|
- --staking-port=10929
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -49,15 +47,14 @@ services:
|
|||||||
image: nginx
|
image: nginx
|
||||||
environment:
|
environment:
|
||||||
PROXY_HOST: avalanche-mainnet-client
|
PROXY_HOST: avalanche-mainnet-client
|
||||||
RPC_PORT: 9650
|
|
||||||
RPC_PATH: /ext/bc/C/rpc
|
RPC_PATH: /ext/bc/C/rpc
|
||||||
WS_PORT: 9650
|
RPC_PORT: 9650
|
||||||
WS_PATH: /ext/bc/C/ws
|
WS_PATH: /ext/bc/C/ws
|
||||||
|
WS_PORT: 9650
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
volumes:
|
volumes:
|
||||||
- ./nginx-proxy:/etc/nginx/templates
|
- ./nginx-proxy:/etc/nginx/templates
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
- traefik.http.middlewares.avalanche-mainnet-go-pruned-pebbledb-stripprefix.stripprefix.prefixes=/avalanche-mainnet
|
- traefik.http.middlewares.avalanche-mainnet-go-pruned-pebbledb-stripprefix.stripprefix.prefixes=/avalanche-mainnet
|
||||||
@@ -85,3 +82,4 @@ x-upstreams:
|
|||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -27,42 +28,32 @@ services:
|
|||||||
- 10527:10527/udp
|
- 10527:10527/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${BERACHAIN_BARTIO_RETH_ARCHIVE_TRACE_DATA:-berachain-bartio-reth-archive-trace}:/root/.local/share/reth
|
- ${BERACHAIN_BARTIO_RETH_ARCHIVE_TRACE_DATA:-berachain-bartio-reth-archive-trace}:/root/.local/share/reth
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
environment:
|
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
|
- 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 \"$@\"", --]
|
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:
|
command:
|
||||||
|
- --authrpc.addr=0.0.0.0
|
||||||
|
- --authrpc.jwtsecret=/jwtsecret
|
||||||
|
- --chain=/config/eth-genesis.json
|
||||||
- --datadir=/root/.local/share/reth
|
- --datadir=/root/.local/share/reth
|
||||||
- --port=10527
|
|
||||||
- --nat=extip:${IP}
|
|
||||||
- --http
|
- --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.addr=0.0.0.0
|
||||||
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev
|
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev
|
||||||
|
- --http.corsdomain=*
|
||||||
- --rpc.max-logs-per-response=1100000
|
- --http.port=8545
|
||||||
|
- --max-inbound-peers=50
|
||||||
|
- --max-outbound-peers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
|
- --port=10527
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
|
- --rpc.max-logs-per-response=1100000
|
||||||
- --authrpc.addr=0.0.0.0
|
- --ws
|
||||||
|
- --ws.addr=0.0.0.0
|
||||||
- --authrpc.jwtsecret=/jwtsecret
|
- --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev
|
||||||
|
- --ws.origins=*
|
||||||
- --chain=/config/eth-genesis.json
|
- --ws.port=8545
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -83,20 +74,20 @@ services:
|
|||||||
- 15527:15527
|
- 15527:15527
|
||||||
- 15527:15527/udp
|
- 15527:15527/udp
|
||||||
environment:
|
environment:
|
||||||
|
- AUTH_RPC=http://berachain-bartio-archive:8551
|
||||||
|
- CHAINID=80084
|
||||||
|
- CHAINNAME=bartio
|
||||||
|
- CHAIN_SPEC=testnet
|
||||||
- MONIKER=d${DOMAIN:-local}
|
- MONIKER=d${DOMAIN:-local}
|
||||||
- P2P_PORT=15527
|
- P2P_PORT=15527
|
||||||
- AUTH_RPC=http://berachain-bartio-archive:8551
|
|
||||||
- CHAIN_SPEC=testnet
|
|
||||||
- CHAINNAME=bartio
|
|
||||||
- CHAINID=80084
|
|
||||||
entrypoint: [sh, /init.sh]
|
entrypoint: [sh, /init.sh]
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
|
|
||||||
volumes:
|
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_RETH_ARCHIVE_TRACE__NODE_DATA:-berachain-bartio-reth-archive-trace_node}:/root/.beacond/data
|
||||||
- ./berachain/bartio:/root/.beacond/config
|
- ./berachain/bartio:/root/.beacond/config
|
||||||
|
- ./berachain/scripts/init.sh:/init.sh
|
||||||
- .jwtsecret:/root/.beacond/config/jwt.hex:ro
|
- .jwtsecret:/root/.beacond/config/jwt.hex:ro
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
@@ -117,3 +108,4 @@ x-upstreams:
|
|||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -27,42 +28,32 @@ services:
|
|||||||
- 10347:10347/udp
|
- 10347:10347/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${BERACHAIN_BEPOLIA_RETH_ARCHIVE_TRACE_DATA:-berachain-bepolia-reth-archive-trace}:/root/.local/share/reth
|
- ${BERACHAIN_BEPOLIA_RETH_ARCHIVE_TRACE_DATA:-berachain-bepolia-reth-archive-trace}:/root/.local/share/reth
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
environment:
|
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
|
- 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 \"$@\"", --]
|
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:
|
command:
|
||||||
|
- --authrpc.addr=0.0.0.0
|
||||||
|
- --authrpc.jwtsecret=/jwtsecret
|
||||||
|
- --chain=/config/eth-genesis.json
|
||||||
- --datadir=/root/.local/share/reth
|
- --datadir=/root/.local/share/reth
|
||||||
- --port=10347
|
|
||||||
- --nat=extip:${IP}
|
|
||||||
- --http
|
- --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.addr=0.0.0.0
|
||||||
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev
|
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev
|
||||||
|
- --http.corsdomain=*
|
||||||
- --rpc.max-logs-per-response=1100000
|
- --http.port=8545
|
||||||
|
- --max-inbound-peers=50
|
||||||
|
- --max-outbound-peers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
|
- --port=10347
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
|
- --rpc.max-logs-per-response=1100000
|
||||||
- --authrpc.addr=0.0.0.0
|
- --ws
|
||||||
|
- --ws.addr=0.0.0.0
|
||||||
- --authrpc.jwtsecret=/jwtsecret
|
- --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev
|
||||||
|
- --ws.origins=*
|
||||||
- --chain=/config/eth-genesis.json
|
- --ws.port=8545
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -83,20 +74,20 @@ services:
|
|||||||
- 15347:15347
|
- 15347:15347
|
||||||
- 15347:15347/udp
|
- 15347:15347/udp
|
||||||
environment:
|
environment:
|
||||||
|
- AUTH_RPC=http://berachain-bepolia-archive:8551
|
||||||
|
- CHAINID=80069
|
||||||
|
- CHAINNAME=bepolia
|
||||||
|
- CHAIN_SPEC=testnet
|
||||||
- MONIKER=d${DOMAIN:-local}
|
- MONIKER=d${DOMAIN:-local}
|
||||||
- P2P_PORT=15347
|
- P2P_PORT=15347
|
||||||
- AUTH_RPC=http://berachain-bepolia-archive:8551
|
|
||||||
- CHAIN_SPEC=testnet
|
|
||||||
- CHAINNAME=bepolia
|
|
||||||
- CHAINID=80069
|
|
||||||
entrypoint: [sh, /init.sh]
|
entrypoint: [sh, /init.sh]
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
|
|
||||||
volumes:
|
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_RETH_ARCHIVE_TRACE__NODE_DATA:-berachain-bepolia-reth-archive-trace_node}:/root/.beacond/data
|
||||||
- ./berachain/bepolia:/root/.beacond/config
|
- ./berachain/bepolia:/root/.beacond/config
|
||||||
|
- ./berachain/scripts/init.sh:/init.sh
|
||||||
- .jwtsecret:/root/.beacond/config/jwt.hex:ro
|
- .jwtsecret:/root/.beacond/config/jwt.hex:ro
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
@@ -117,3 +108,4 @@ x-upstreams:
|
|||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -27,42 +28,32 @@ services:
|
|||||||
- 10881:10881/udp
|
- 10881:10881/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${BERACHAIN_MAINNET_RETH_ARCHIVE_TRACE_DATA:-berachain-mainnet-reth-archive-trace}:/root/.local/share/reth
|
- ${BERACHAIN_MAINNET_RETH_ARCHIVE_TRACE_DATA:-berachain-mainnet-reth-archive-trace}:/root/.local/share/reth
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
environment:
|
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
|
- 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 \"$@\"", --]
|
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:
|
command:
|
||||||
|
- --authrpc.addr=0.0.0.0
|
||||||
|
- --authrpc.jwtsecret=/jwtsecret
|
||||||
|
- --chain=/config/eth-genesis.json
|
||||||
- --datadir=/root/.local/share/reth
|
- --datadir=/root/.local/share/reth
|
||||||
- --port=10881
|
|
||||||
- --nat=extip:${IP}
|
|
||||||
- --http
|
- --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.addr=0.0.0.0
|
||||||
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev
|
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev
|
||||||
|
- --http.corsdomain=*
|
||||||
- --rpc.max-logs-per-response=1100000
|
- --http.port=8545
|
||||||
|
- --max-inbound-peers=50
|
||||||
|
- --max-outbound-peers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
|
- --port=10881
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
|
- --rpc.max-logs-per-response=1100000
|
||||||
- --authrpc.addr=0.0.0.0
|
- --ws
|
||||||
|
- --ws.addr=0.0.0.0
|
||||||
- --authrpc.jwtsecret=/jwtsecret
|
- --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev
|
||||||
|
- --ws.origins=*
|
||||||
- --chain=/config/eth-genesis.json
|
- --ws.port=8545
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -83,20 +74,20 @@ services:
|
|||||||
- 15881:15881
|
- 15881:15881
|
||||||
- 15881:15881/udp
|
- 15881:15881/udp
|
||||||
environment:
|
environment:
|
||||||
|
- AUTH_RPC=http://berachain-mainnet-archive:8551
|
||||||
|
- CHAINID=80094
|
||||||
|
- CHAINNAME=mainnet
|
||||||
|
- CHAIN_SPEC=mainnet
|
||||||
- MONIKER=d${DOMAIN:-local}
|
- MONIKER=d${DOMAIN:-local}
|
||||||
- P2P_PORT=15881
|
- P2P_PORT=15881
|
||||||
- AUTH_RPC=http://berachain-mainnet-archive:8551
|
|
||||||
- CHAIN_SPEC=mainnet
|
|
||||||
- CHAINNAME=mainnet
|
|
||||||
- CHAINID=80094
|
|
||||||
entrypoint: [sh, /init.sh]
|
entrypoint: [sh, /init.sh]
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
|
|
||||||
volumes:
|
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_RETH_ARCHIVE_TRACE__NODE_DATA:-berachain-mainnet-reth-archive-trace_node}:/root/.beacond/data
|
||||||
- ./berachain/mainnet:/root/.beacond/config
|
- ./berachain/mainnet:/root/.beacond/config
|
||||||
|
- ./berachain/scripts/init.sh:/init.sh
|
||||||
- .jwtsecret:/root/.beacond/config/jwt.hex:ro
|
- .jwtsecret:/root/.beacond/config/jwt.hex:ro
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
@@ -117,3 +108,4 @@ x-upstreams:
|
|||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -26,38 +27,30 @@ services:
|
|||||||
- 10759:10759/udp
|
- 10759:10759/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${BSC_CHAPEL_BSC_PRUNED_PEBBLE_PATH_DATA:-bsc-chapel-bsc-pruned-pebble-path}:/bsc/.ethereum
|
- ${BSC_CHAPEL_BSC_PRUNED_PEBBLE_PATH_DATA:-bsc-chapel-bsc-pruned-pebble-path}:/bsc/.ethereum
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .//chapel:/config
|
- .//chapel:/config
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
command:
|
command:
|
||||||
|
- --config=/config/config.toml
|
||||||
- --datadir=/bsc/.ethereum
|
- --datadir=/bsc/.ethereum
|
||||||
- --port=10759
|
- --db.engine=pebble
|
||||||
- --nat=extip:${IP}
|
- --gcmode=full
|
||||||
- --http
|
- --http
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,net,web3,txpool,debug,admin,parlia
|
||||||
- --http.port=8545
|
- --http.port=8545
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --ws
|
- --port=10759
|
||||||
- --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
|
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|
||||||
- --db.engine=pebble
|
|
||||||
- --state.scheme=path
|
- --state.scheme=path
|
||||||
- --syncmode=snap
|
- --syncmode=snap
|
||||||
- --gcmode=full
|
- --ws
|
||||||
|
- --ws.addr=0.0.0.0
|
||||||
- --config=/config/config.toml
|
- --ws.api=eth,net,web3,txpool,debug,admin,parlia
|
||||||
|
- --ws.origins=*
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -108,3 +101,5 @@ x-upstreams:
|
|||||||
# non standard geth and erigon
|
# non standard geth and erigon
|
||||||
- name: eth_getRawTransactionByHash
|
- name: eth_getRawTransactionByHash
|
||||||
- name: eth_getRawTransactionByBlockHashAndIndex
|
- name: eth_getRawTransactionByBlockHashAndIndex
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -26,38 +27,30 @@ services:
|
|||||||
- 10037:10037/udp
|
- 10037:10037/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${BSC_MAINNET_BSC_PRUNED_PEBBLE_PATH_DATA:-bsc-mainnet-bsc-pruned-pebble-path}:/bsc/.ethereum
|
- ${BSC_MAINNET_BSC_PRUNED_PEBBLE_PATH_DATA:-bsc-mainnet-bsc-pruned-pebble-path}:/bsc/.ethereum
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .//mainnet:/config
|
- .//mainnet:/config
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
command:
|
command:
|
||||||
|
- --config=/config/config.toml
|
||||||
- --datadir=/bsc/.ethereum
|
- --datadir=/bsc/.ethereum
|
||||||
- --port=10037
|
- --db.engine=pebble
|
||||||
- --nat=extip:${IP}
|
- --gcmode=full
|
||||||
- --http
|
- --http
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,net,web3,txpool,debug,admin,parlia
|
||||||
- --http.port=8545
|
- --http.port=8545
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --ws
|
- --port=10037
|
||||||
- --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
|
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|
||||||
- --db.engine=pebble
|
|
||||||
- --state.scheme=path
|
- --state.scheme=path
|
||||||
- --syncmode=snap
|
- --syncmode=snap
|
||||||
- --gcmode=full
|
- --ws
|
||||||
|
- --ws.addr=0.0.0.0
|
||||||
- --config=/config/config.toml
|
- --ws.api=eth,net,web3,txpool,debug,admin,parlia
|
||||||
|
- --ws.origins=*
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -108,3 +101,5 @@ x-upstreams:
|
|||||||
# non standard geth and erigon
|
# non standard geth and erigon
|
||||||
- name: eth_getRawTransactionByHash
|
- name: eth_getRawTransactionByHash
|
||||||
- name: eth_getRawTransactionByBlockHashAndIndex
|
- name: eth_getRawTransactionByBlockHashAndIndex
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -27,33 +28,27 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${CELO_ALFAJORES_GETH_ARCHIVE_LEVELDB_HASH_DATA:-celo-alfajores-geth-archive-leveldb-hash}:/root/.celo
|
- ${CELO_ALFAJORES_GETH_ARCHIVE_LEVELDB_HASH_DATA:-celo-alfajores-geth-archive-leveldb-hash}:/root/.celo
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
command:
|
command:
|
||||||
- --datadir=/root/.celo
|
- --datadir=/root/.celo
|
||||||
- --port=10386
|
- --db.engine=leveldb
|
||||||
- --nat=extip:${IP}
|
- --gcmode=archive
|
||||||
- --http
|
- --http
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
- --http.port=8545
|
- --http.port=8545
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --ws
|
- --port=10386
|
||||||
- --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
|
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|
||||||
- --db.engine=leveldb
|
|
||||||
- --state.scheme=hash
|
- --state.scheme=hash
|
||||||
- --syncmode=full
|
- --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:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -102,3 +97,5 @@ x-upstreams:
|
|||||||
# non standard geth and erigon
|
# non standard geth and erigon
|
||||||
- name: eth_getRawTransactionByHash
|
- name: eth_getRawTransactionByHash
|
||||||
- name: eth_getRawTransactionByBlockHashAndIndex
|
- name: eth_getRawTransactionByBlockHashAndIndex
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -27,33 +28,27 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${CELO_MAINNET_GETH_ARCHIVE_LEVELDB_HASH_DATA:-celo-mainnet-geth-archive-leveldb-hash}:/root/.celo
|
- ${CELO_MAINNET_GETH_ARCHIVE_LEVELDB_HASH_DATA:-celo-mainnet-geth-archive-leveldb-hash}:/root/.celo
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
command:
|
command:
|
||||||
- --datadir=/root/.celo
|
- --datadir=/root/.celo
|
||||||
- --port=10164
|
- --db.engine=leveldb
|
||||||
- --nat=extip:${IP}
|
- --gcmode=archive
|
||||||
- --http
|
- --http
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
- --http.port=8545
|
- --http.port=8545
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --ws
|
- --port=10164
|
||||||
- --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
|
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|
||||||
- --db.engine=leveldb
|
|
||||||
- --state.scheme=hash
|
- --state.scheme=hash
|
||||||
- --syncmode=full
|
- --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:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -102,3 +97,5 @@ x-upstreams:
|
|||||||
# non standard geth and erigon
|
# non standard geth and erigon
|
||||||
- name: eth_getRawTransactionByHash
|
- name: eth_getRawTransactionByHash
|
||||||
- name: eth_getRawTransactionByBlockHashAndIndex
|
- name: eth_getRawTransactionByBlockHashAndIndex
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -26,33 +27,25 @@ services:
|
|||||||
- 10384:10384/udp
|
- 10384:10384/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${CORE_BUFFALO_CORE_PRUNED_PEBBLE_PATH_DATA:-core-buffalo-core-pruned-pebble-path}:/core/.ethereum
|
- ${CORE_BUFFALO_CORE_PRUNED_PEBBLE_PATH_DATA:-core-buffalo-core-pruned-pebble-path}:/core/.ethereum
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .//buffalo:/config
|
- .//buffalo:/config
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
command:
|
command:
|
||||||
|
- --config=/config/config.toml
|
||||||
- --datadir=/core/.ethereum
|
- --datadir=/core/.ethereum
|
||||||
- --port=10384
|
- --db.engine=
|
||||||
- --nat=extip:${IP}
|
- --gcmode=full
|
||||||
- --http
|
- --http
|
||||||
- --http.port=8545
|
|
||||||
|
|
||||||
- --ws
|
|
||||||
- --ws.port=8545
|
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=eth,net,web3,txpool,debug,admin,satoshi
|
- --http.api=eth,net,web3,txpool,debug,admin,satoshi
|
||||||
|
- --http.port=8545
|
||||||
|
- --nat=extip:${IP}
|
||||||
|
- --port=10384
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|
||||||
- --db.engine=
|
|
||||||
- --state.scheme=
|
- --state.scheme=
|
||||||
- --syncmode=snap
|
- --syncmode=snap
|
||||||
- --gcmode=full
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
- --config=/config/config.toml
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -84,3 +77,4 @@ x-upstreams:
|
|||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -26,33 +27,25 @@ services:
|
|||||||
- 10169:10169/udp
|
- 10169:10169/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${CORE_MAINNET_CORE_ARCHIVE_LEVELDB_HASH_DATA:-core-mainnet-core-archive-leveldb-hash}:/core/.ethereum
|
- ${CORE_MAINNET_CORE_ARCHIVE_LEVELDB_HASH_DATA:-core-mainnet-core-archive-leveldb-hash}:/core/.ethereum
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .//mainnet:/config
|
- .//mainnet:/config
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
command:
|
command:
|
||||||
|
- --config=/config/config.toml
|
||||||
- --datadir=/core/.ethereum
|
- --datadir=/core/.ethereum
|
||||||
- --port=10169
|
- --db.engine=
|
||||||
- --nat=extip:${IP}
|
- --gcmode=archive
|
||||||
- --http
|
- --http
|
||||||
- --http.port=8545
|
|
||||||
|
|
||||||
- --ws
|
|
||||||
- --ws.port=8545
|
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=eth,net,web3,txpool,debug,admin,satoshi
|
- --http.api=eth,net,web3,txpool,debug,admin,satoshi
|
||||||
|
- --http.port=8545
|
||||||
|
- --nat=extip:${IP}
|
||||||
|
- --port=10169
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|
||||||
- --db.engine=
|
|
||||||
- --state.scheme=
|
- --state.scheme=
|
||||||
- --syncmode=full
|
- --syncmode=full
|
||||||
- --gcmode=archive
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
- --config=/config/config.toml
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -84,3 +77,4 @@ x-upstreams:
|
|||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -26,33 +27,25 @@ services:
|
|||||||
- 10169:10169/udp
|
- 10169:10169/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${CORE_MAINNET_CORE_PRUNED_LEVELDB_HASH_DATA:-core-mainnet-core-pruned-leveldb-hash}:/core/.ethereum
|
- ${CORE_MAINNET_CORE_PRUNED_LEVELDB_HASH_DATA:-core-mainnet-core-pruned-leveldb-hash}:/core/.ethereum
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .//mainnet:/config
|
- .//mainnet:/config
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
command:
|
command:
|
||||||
|
- --config=/config/config.toml
|
||||||
- --datadir=/core/.ethereum
|
- --datadir=/core/.ethereum
|
||||||
- --port=10169
|
- --db.engine=
|
||||||
- --nat=extip:${IP}
|
- --gcmode=full
|
||||||
- --http
|
- --http
|
||||||
- --http.port=8545
|
|
||||||
|
|
||||||
- --ws
|
|
||||||
- --ws.port=8545
|
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=eth,net,web3,txpool,debug,admin,satoshi
|
- --http.api=eth,net,web3,txpool,debug,admin,satoshi
|
||||||
|
- --http.port=8545
|
||||||
|
- --nat=extip:${IP}
|
||||||
|
- --port=10169
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|
||||||
- --db.engine=
|
|
||||||
- --state.scheme=
|
- --state.scheme=
|
||||||
- --syncmode=snap
|
- --syncmode=snap
|
||||||
- --gcmode=full
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
- --config=/config/config.toml
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -84,3 +77,4 @@ x-upstreams:
|
|||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -26,33 +27,25 @@ services:
|
|||||||
- 10478:10478/udp
|
- 10478:10478/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${CORE_PIGEON_CORE_PRUNED_PEBBLE_PATH_DATA:-core-pigeon-core-pruned-pebble-path}:/core/.ethereum
|
- ${CORE_PIGEON_CORE_PRUNED_PEBBLE_PATH_DATA:-core-pigeon-core-pruned-pebble-path}:/core/.ethereum
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .//pigeon:/config
|
- .//pigeon:/config
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
command:
|
command:
|
||||||
|
- --config=/config/config.toml
|
||||||
- --datadir=/core/.ethereum
|
- --datadir=/core/.ethereum
|
||||||
- --port=10478
|
- --db.engine=
|
||||||
- --nat=extip:${IP}
|
- --gcmode=full
|
||||||
- --http
|
- --http
|
||||||
- --http.port=8545
|
|
||||||
|
|
||||||
- --ws
|
|
||||||
- --ws.port=8545
|
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=eth,net,web3,txpool,debug,admin,satoshi
|
- --http.api=eth,net,web3,txpool,debug,admin,satoshi
|
||||||
|
- --http.port=8545
|
||||||
|
- --nat=extip:${IP}
|
||||||
|
- --port=10478
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|
||||||
- --db.engine=
|
|
||||||
- --state.scheme=
|
- --state.scheme=
|
||||||
- --syncmode=snap
|
- --syncmode=snap
|
||||||
- --gcmode=full
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
- --config=/config/config.toml
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -84,3 +77,4 @@ x-upstreams:
|
|||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -25,53 +26,44 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 10947:10947
|
- 10947:10947
|
||||||
- 10947:10947/udp
|
- 10947:10947/udp
|
||||||
- 30947:30947
|
|
||||||
- 30947:30947/udp
|
|
||||||
- 35947:35947
|
|
||||||
- 35947:35947/udp
|
|
||||||
- 15947:15947
|
- 15947:15947
|
||||||
- 15947:15947/udp
|
- 15947:15947/udp
|
||||||
- 25947:25947
|
- 25947:25947
|
||||||
- 25947:25947/udp
|
- 25947:25947/udp
|
||||||
|
- 30947:30947
|
||||||
|
- 30947:30947/udp
|
||||||
|
- 35947:35947
|
||||||
|
- 35947:35947/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${ETHEREUM_HOLESKY_ERIGON3_ARCHIVE_TRACE_DATA:-ethereum-holesky-erigon3-archive-trace}:/root/.local/share/erigon
|
- ${ETHEREUM_HOLESKY_ERIGON3_ARCHIVE_TRACE_DATA:-ethereum-holesky-erigon3-archive-trace}:/root/.local/share/erigon
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
entrypoint: [erigon]
|
entrypoint: [erigon]
|
||||||
command:
|
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.addr=0.0.0.0
|
||||||
- --beacon.api.cors.allow-origins=*
|
- --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.addr=0.0.0.0
|
||||||
- --caplin.discovery.port=15947
|
- --caplin.discovery.port=15947
|
||||||
- --caplin.discovery.tcpport=15947
|
- --caplin.discovery.tcpport=15947
|
||||||
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
|
- --chain=holesky
|
||||||
|
- --datadir=/root/.local/share/erigon
|
||||||
- --prune.mode=
|
- --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=30947
|
||||||
- --p2p.allowed-ports=35947
|
- --p2p.allowed-ports=35947
|
||||||
- --chain=holesky
|
- --port=10947
|
||||||
|
- --prune.mode=
|
||||||
|
- --rpc.gascap=6000000000
|
||||||
|
- --rpc.returndata.limit=1100000
|
||||||
- --torrent.port=25947
|
- --torrent.port=25947
|
||||||
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -133,3 +125,5 @@ x-upstreams:
|
|||||||
- name: erigon_getBlockByTimestamp
|
- name: erigon_getBlockByTimestamp
|
||||||
- name: erigon_BlockNumber
|
- name: erigon_BlockNumber
|
||||||
- name: erigon_getLatestLogs
|
- name: erigon_getLatestLogs
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -25,53 +26,44 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 10947:10947
|
- 10947:10947
|
||||||
- 10947:10947/udp
|
- 10947:10947/udp
|
||||||
- 30947:30947
|
|
||||||
- 30947:30947/udp
|
|
||||||
- 35947:35947
|
|
||||||
- 35947:35947/udp
|
|
||||||
- 15947:15947
|
- 15947:15947
|
||||||
- 15947:15947/udp
|
- 15947:15947/udp
|
||||||
- 25947:25947
|
- 25947:25947
|
||||||
- 25947:25947/udp
|
- 25947:25947/udp
|
||||||
|
- 30947:30947
|
||||||
|
- 30947:30947/udp
|
||||||
|
- 35947:35947
|
||||||
|
- 35947:35947/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${ETHEREUM_HOLESKY_ERIGON3_MINIMAL_TRACE_DATA:-ethereum-holesky-erigon3-minimal-trace}:/root/.local/share/erigon
|
- ${ETHEREUM_HOLESKY_ERIGON3_MINIMAL_TRACE_DATA:-ethereum-holesky-erigon3-minimal-trace}:/root/.local/share/erigon
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
entrypoint: [erigon]
|
entrypoint: [erigon]
|
||||||
command:
|
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.addr=0.0.0.0
|
||||||
- --beacon.api.cors.allow-origins=*
|
- --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.addr=0.0.0.0
|
||||||
- --caplin.discovery.port=15947
|
- --caplin.discovery.port=15947
|
||||||
- --caplin.discovery.tcpport=15947
|
- --caplin.discovery.tcpport=15947
|
||||||
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
|
- --chain=holesky
|
||||||
|
- --datadir=/root/.local/share/erigon
|
||||||
- --prune.mode=
|
- --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=30947
|
||||||
- --p2p.allowed-ports=35947
|
- --p2p.allowed-ports=35947
|
||||||
- --chain=holesky
|
- --port=10947
|
||||||
|
- --prune.mode=
|
||||||
|
- --rpc.gascap=6000000000
|
||||||
|
- --rpc.returndata.limit=1100000
|
||||||
- --torrent.port=25947
|
- --torrent.port=25947
|
||||||
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -133,3 +125,5 @@ x-upstreams:
|
|||||||
- name: erigon_getBlockByTimestamp
|
- name: erigon_getBlockByTimestamp
|
||||||
- name: erigon_BlockNumber
|
- name: erigon_BlockNumber
|
||||||
- name: erigon_getLatestLogs
|
- name: erigon_getLatestLogs
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -25,53 +26,44 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 10947:10947
|
- 10947:10947
|
||||||
- 10947:10947/udp
|
- 10947:10947/udp
|
||||||
- 30947:30947
|
|
||||||
- 30947:30947/udp
|
|
||||||
- 35947:35947
|
|
||||||
- 35947:35947/udp
|
|
||||||
- 15947:15947
|
- 15947:15947
|
||||||
- 15947:15947/udp
|
- 15947:15947/udp
|
||||||
- 25947:25947
|
- 25947:25947
|
||||||
- 25947:25947/udp
|
- 25947:25947/udp
|
||||||
|
- 30947:30947
|
||||||
|
- 30947:30947/udp
|
||||||
|
- 35947:35947
|
||||||
|
- 35947:35947/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${ETHEREUM_HOLESKY_ERIGON3_PRUNED_TRACE_DATA:-ethereum-holesky-erigon3-pruned-trace}:/root/.local/share/erigon
|
- ${ETHEREUM_HOLESKY_ERIGON3_PRUNED_TRACE_DATA:-ethereum-holesky-erigon3-pruned-trace}:/root/.local/share/erigon
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
entrypoint: [erigon]
|
entrypoint: [erigon]
|
||||||
command:
|
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.addr=0.0.0.0
|
||||||
- --beacon.api.cors.allow-origins=*
|
- --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.addr=0.0.0.0
|
||||||
- --caplin.discovery.port=15947
|
- --caplin.discovery.port=15947
|
||||||
- --caplin.discovery.tcpport=15947
|
- --caplin.discovery.tcpport=15947
|
||||||
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
|
- --chain=holesky
|
||||||
|
- --datadir=/root/.local/share/erigon
|
||||||
- --prune.mode=
|
- --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=30947
|
||||||
- --p2p.allowed-ports=35947
|
- --p2p.allowed-ports=35947
|
||||||
- --chain=holesky
|
- --port=10947
|
||||||
|
- --prune.mode=
|
||||||
|
- --rpc.gascap=6000000000
|
||||||
|
- --rpc.returndata.limit=1100000
|
||||||
- --torrent.port=25947
|
- --torrent.port=25947
|
||||||
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -133,3 +125,5 @@ x-upstreams:
|
|||||||
- name: erigon_getBlockByTimestamp
|
- name: erigon_getBlockByTimestamp
|
||||||
- name: erigon_BlockNumber
|
- name: erigon_BlockNumber
|
||||||
- name: erigon_getLatestLogs
|
- name: erigon_getLatestLogs
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -25,53 +26,44 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 10675:10675
|
- 10675:10675
|
||||||
- 10675:10675/udp
|
- 10675:10675/udp
|
||||||
- 30675:30675
|
|
||||||
- 30675:30675/udp
|
|
||||||
- 35675:35675
|
|
||||||
- 35675:35675/udp
|
|
||||||
- 15675:15675
|
- 15675:15675
|
||||||
- 15675:15675/udp
|
- 15675:15675/udp
|
||||||
- 25675:25675
|
- 25675:25675
|
||||||
- 25675:25675/udp
|
- 25675:25675/udp
|
||||||
|
- 30675:30675
|
||||||
|
- 30675:30675/udp
|
||||||
|
- 35675:35675
|
||||||
|
- 35675:35675/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${ETHEREUM_MAINNET_ERIGON3_ARCHIVE_TRACE_DATA:-ethereum-mainnet-erigon3-archive-trace}:/root/.local/share/erigon
|
- ${ETHEREUM_MAINNET_ERIGON3_ARCHIVE_TRACE_DATA:-ethereum-mainnet-erigon3-archive-trace}:/root/.local/share/erigon
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
entrypoint: [erigon]
|
entrypoint: [erigon]
|
||||||
command:
|
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.addr=0.0.0.0
|
||||||
- --beacon.api.cors.allow-origins=*
|
- --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.addr=0.0.0.0
|
||||||
- --caplin.discovery.port=15675
|
- --caplin.discovery.port=15675
|
||||||
- --caplin.discovery.tcpport=15675
|
- --caplin.discovery.tcpport=15675
|
||||||
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
|
- --chain=mainnet
|
||||||
|
- --datadir=/root/.local/share/erigon
|
||||||
- --prune.mode=
|
- --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=30675
|
||||||
- --p2p.allowed-ports=35675
|
- --p2p.allowed-ports=35675
|
||||||
- --chain=mainnet
|
- --port=10675
|
||||||
|
- --prune.mode=
|
||||||
|
- --rpc.gascap=6000000000
|
||||||
|
- --rpc.returndata.limit=1100000
|
||||||
- --torrent.port=25675
|
- --torrent.port=25675
|
||||||
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -133,3 +125,5 @@ x-upstreams:
|
|||||||
- name: erigon_getBlockByTimestamp
|
- name: erigon_getBlockByTimestamp
|
||||||
- name: erigon_BlockNumber
|
- name: erigon_BlockNumber
|
||||||
- name: erigon_getLatestLogs
|
- name: erigon_getLatestLogs
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -25,53 +26,44 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 10675:10675
|
- 10675:10675
|
||||||
- 10675:10675/udp
|
- 10675:10675/udp
|
||||||
- 30675:30675
|
|
||||||
- 30675:30675/udp
|
|
||||||
- 35675:35675
|
|
||||||
- 35675:35675/udp
|
|
||||||
- 15675:15675
|
- 15675:15675
|
||||||
- 15675:15675/udp
|
- 15675:15675/udp
|
||||||
- 25675:25675
|
- 25675:25675
|
||||||
- 25675:25675/udp
|
- 25675:25675/udp
|
||||||
|
- 30675:30675
|
||||||
|
- 30675:30675/udp
|
||||||
|
- 35675:35675
|
||||||
|
- 35675:35675/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${ETHEREUM_MAINNET_ERIGON3_MINIMAL_TRACE_DATA:-ethereum-mainnet-erigon3-minimal-trace}:/root/.local/share/erigon
|
- ${ETHEREUM_MAINNET_ERIGON3_MINIMAL_TRACE_DATA:-ethereum-mainnet-erigon3-minimal-trace}:/root/.local/share/erigon
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
entrypoint: [erigon]
|
entrypoint: [erigon]
|
||||||
command:
|
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.addr=0.0.0.0
|
||||||
- --beacon.api.cors.allow-origins=*
|
- --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.addr=0.0.0.0
|
||||||
- --caplin.discovery.port=15675
|
- --caplin.discovery.port=15675
|
||||||
- --caplin.discovery.tcpport=15675
|
- --caplin.discovery.tcpport=15675
|
||||||
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
|
- --chain=mainnet
|
||||||
|
- --datadir=/root/.local/share/erigon
|
||||||
- --prune.mode=
|
- --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=30675
|
||||||
- --p2p.allowed-ports=35675
|
- --p2p.allowed-ports=35675
|
||||||
- --chain=mainnet
|
- --port=10675
|
||||||
|
- --prune.mode=
|
||||||
|
- --rpc.gascap=6000000000
|
||||||
|
- --rpc.returndata.limit=1100000
|
||||||
- --torrent.port=25675
|
- --torrent.port=25675
|
||||||
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -133,3 +125,5 @@ x-upstreams:
|
|||||||
- name: erigon_getBlockByTimestamp
|
- name: erigon_getBlockByTimestamp
|
||||||
- name: erigon_BlockNumber
|
- name: erigon_BlockNumber
|
||||||
- name: erigon_getLatestLogs
|
- name: erigon_getLatestLogs
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -25,53 +26,44 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 10675:10675
|
- 10675:10675
|
||||||
- 10675:10675/udp
|
- 10675:10675/udp
|
||||||
- 30675:30675
|
|
||||||
- 30675:30675/udp
|
|
||||||
- 35675:35675
|
|
||||||
- 35675:35675/udp
|
|
||||||
- 15675:15675
|
- 15675:15675
|
||||||
- 15675:15675/udp
|
- 15675:15675/udp
|
||||||
- 25675:25675
|
- 25675:25675
|
||||||
- 25675:25675/udp
|
- 25675:25675/udp
|
||||||
|
- 30675:30675
|
||||||
|
- 30675:30675/udp
|
||||||
|
- 35675:35675
|
||||||
|
- 35675:35675/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${ETHEREUM_MAINNET_ERIGON3_PRUNED_TRACE_DATA:-ethereum-mainnet-erigon3-pruned-trace}:/root/.local/share/erigon
|
- ${ETHEREUM_MAINNET_ERIGON3_PRUNED_TRACE_DATA:-ethereum-mainnet-erigon3-pruned-trace}:/root/.local/share/erigon
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
entrypoint: [erigon]
|
entrypoint: [erigon]
|
||||||
command:
|
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.addr=0.0.0.0
|
||||||
- --beacon.api.cors.allow-origins=*
|
- --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.addr=0.0.0.0
|
||||||
- --caplin.discovery.port=15675
|
- --caplin.discovery.port=15675
|
||||||
- --caplin.discovery.tcpport=15675
|
- --caplin.discovery.tcpport=15675
|
||||||
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
|
- --chain=mainnet
|
||||||
|
- --datadir=/root/.local/share/erigon
|
||||||
- --prune.mode=
|
- --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=30675
|
||||||
- --p2p.allowed-ports=35675
|
- --p2p.allowed-ports=35675
|
||||||
- --chain=mainnet
|
- --port=10675
|
||||||
|
- --prune.mode=
|
||||||
|
- --rpc.gascap=6000000000
|
||||||
|
- --rpc.returndata.limit=1100000
|
||||||
- --torrent.port=25675
|
- --torrent.port=25675
|
||||||
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -133,3 +125,5 @@ x-upstreams:
|
|||||||
- name: erigon_getBlockByTimestamp
|
- name: erigon_getBlockByTimestamp
|
||||||
- name: erigon_BlockNumber
|
- name: erigon_BlockNumber
|
||||||
- name: erigon_getLatestLogs
|
- name: erigon_getLatestLogs
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -25,53 +26,44 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 10317:10317
|
- 10317:10317
|
||||||
- 10317:10317/udp
|
- 10317:10317/udp
|
||||||
- 30317:30317
|
|
||||||
- 30317:30317/udp
|
|
||||||
- 35317:35317
|
|
||||||
- 35317:35317/udp
|
|
||||||
- 15317:15317
|
- 15317:15317
|
||||||
- 15317:15317/udp
|
- 15317:15317/udp
|
||||||
- 25317:25317
|
- 25317:25317
|
||||||
- 25317:25317/udp
|
- 25317:25317/udp
|
||||||
|
- 30317:30317
|
||||||
|
- 30317:30317/udp
|
||||||
|
- 35317:35317
|
||||||
|
- 35317:35317/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${ETHEREUM_SEPOLIA_ERIGON3_ARCHIVE_TRACE_DATA:-ethereum-sepolia-erigon3-archive-trace}:/root/.local/share/erigon
|
- ${ETHEREUM_SEPOLIA_ERIGON3_ARCHIVE_TRACE_DATA:-ethereum-sepolia-erigon3-archive-trace}:/root/.local/share/erigon
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
entrypoint: [erigon]
|
entrypoint: [erigon]
|
||||||
command:
|
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.addr=0.0.0.0
|
||||||
- --beacon.api.cors.allow-origins=*
|
- --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.addr=0.0.0.0
|
||||||
- --caplin.discovery.port=15317
|
- --caplin.discovery.port=15317
|
||||||
- --caplin.discovery.tcpport=15317
|
- --caplin.discovery.tcpport=15317
|
||||||
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
|
- --chain=sepolia
|
||||||
|
- --datadir=/root/.local/share/erigon
|
||||||
- --prune.mode=
|
- --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=30317
|
||||||
- --p2p.allowed-ports=35317
|
- --p2p.allowed-ports=35317
|
||||||
- --chain=sepolia
|
- --port=10317
|
||||||
|
- --prune.mode=
|
||||||
|
- --rpc.gascap=6000000000
|
||||||
|
- --rpc.returndata.limit=1100000
|
||||||
- --torrent.port=25317
|
- --torrent.port=25317
|
||||||
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -133,3 +125,5 @@ x-upstreams:
|
|||||||
- name: erigon_getBlockByTimestamp
|
- name: erigon_getBlockByTimestamp
|
||||||
- name: erigon_BlockNumber
|
- name: erigon_BlockNumber
|
||||||
- name: erigon_getLatestLogs
|
- name: erigon_getLatestLogs
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -25,53 +26,44 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 10317:10317
|
- 10317:10317
|
||||||
- 10317:10317/udp
|
- 10317:10317/udp
|
||||||
- 30317:30317
|
|
||||||
- 30317:30317/udp
|
|
||||||
- 35317:35317
|
|
||||||
- 35317:35317/udp
|
|
||||||
- 15317:15317
|
- 15317:15317
|
||||||
- 15317:15317/udp
|
- 15317:15317/udp
|
||||||
- 25317:25317
|
- 25317:25317
|
||||||
- 25317:25317/udp
|
- 25317:25317/udp
|
||||||
|
- 30317:30317
|
||||||
|
- 30317:30317/udp
|
||||||
|
- 35317:35317
|
||||||
|
- 35317:35317/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${ETHEREUM_SEPOLIA_ERIGON3_MINIMAL_TRACE_DATA:-ethereum-sepolia-erigon3-minimal-trace}:/root/.local/share/erigon
|
- ${ETHEREUM_SEPOLIA_ERIGON3_MINIMAL_TRACE_DATA:-ethereum-sepolia-erigon3-minimal-trace}:/root/.local/share/erigon
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
entrypoint: [erigon]
|
entrypoint: [erigon]
|
||||||
command:
|
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.addr=0.0.0.0
|
||||||
- --beacon.api.cors.allow-origins=*
|
- --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.addr=0.0.0.0
|
||||||
- --caplin.discovery.port=15317
|
- --caplin.discovery.port=15317
|
||||||
- --caplin.discovery.tcpport=15317
|
- --caplin.discovery.tcpport=15317
|
||||||
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
|
- --chain=sepolia
|
||||||
|
- --datadir=/root/.local/share/erigon
|
||||||
- --prune.mode=
|
- --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=30317
|
||||||
- --p2p.allowed-ports=35317
|
- --p2p.allowed-ports=35317
|
||||||
- --chain=sepolia
|
- --port=10317
|
||||||
|
- --prune.mode=
|
||||||
|
- --rpc.gascap=6000000000
|
||||||
|
- --rpc.returndata.limit=1100000
|
||||||
- --torrent.port=25317
|
- --torrent.port=25317
|
||||||
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -133,3 +125,5 @@ x-upstreams:
|
|||||||
- name: erigon_getBlockByTimestamp
|
- name: erigon_getBlockByTimestamp
|
||||||
- name: erigon_BlockNumber
|
- name: erigon_BlockNumber
|
||||||
- name: erigon_getLatestLogs
|
- name: erigon_getLatestLogs
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -25,53 +26,44 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 10317:10317
|
- 10317:10317
|
||||||
- 10317:10317/udp
|
- 10317:10317/udp
|
||||||
- 30317:30317
|
|
||||||
- 30317:30317/udp
|
|
||||||
- 35317:35317
|
|
||||||
- 35317:35317/udp
|
|
||||||
- 15317:15317
|
- 15317:15317
|
||||||
- 15317:15317/udp
|
- 15317:15317/udp
|
||||||
- 25317:25317
|
- 25317:25317
|
||||||
- 25317:25317/udp
|
- 25317:25317/udp
|
||||||
|
- 30317:30317
|
||||||
|
- 30317:30317/udp
|
||||||
|
- 35317:35317
|
||||||
|
- 35317:35317/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${ETHEREUM_SEPOLIA_ERIGON3_PRUNED_TRACE_DATA:-ethereum-sepolia-erigon3-pruned-trace}:/root/.local/share/erigon
|
- ${ETHEREUM_SEPOLIA_ERIGON3_PRUNED_TRACE_DATA:-ethereum-sepolia-erigon3-pruned-trace}:/root/.local/share/erigon
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
entrypoint: [erigon]
|
entrypoint: [erigon]
|
||||||
command:
|
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.addr=0.0.0.0
|
||||||
- --beacon.api.cors.allow-origins=*
|
- --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.addr=0.0.0.0
|
||||||
- --caplin.discovery.port=15317
|
- --caplin.discovery.port=15317
|
||||||
- --caplin.discovery.tcpport=15317
|
- --caplin.discovery.tcpport=15317
|
||||||
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
|
- --chain=sepolia
|
||||||
|
- --datadir=/root/.local/share/erigon
|
||||||
- --prune.mode=
|
- --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=30317
|
||||||
- --p2p.allowed-ports=35317
|
- --p2p.allowed-ports=35317
|
||||||
- --chain=sepolia
|
- --port=10317
|
||||||
|
- --prune.mode=
|
||||||
|
- --rpc.gascap=6000000000
|
||||||
|
- --rpc.returndata.limit=1100000
|
||||||
- --torrent.port=25317
|
- --torrent.port=25317
|
||||||
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -133,3 +125,5 @@ x-upstreams:
|
|||||||
- name: erigon_getBlockByTimestamp
|
- name: erigon_getBlockByTimestamp
|
||||||
- name: erigon_BlockNumber
|
- name: erigon_BlockNumber
|
||||||
- name: erigon_getLatestLogs
|
- name: erigon_getLatestLogs
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -26,43 +27,33 @@ services:
|
|||||||
- 10993:10993/udp
|
- 10993:10993/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${ETHEREUM_HOLESKY_GETH_PRUNED_PEBBLE_PATH_DATA:-ethereum-holesky-geth-pruned-pebble-path}:/root/.ethereum
|
- ${ETHEREUM_HOLESKY_GETH_PRUNED_PEBBLE_PATH_DATA:-ethereum-holesky-geth-pruned-pebble-path}:/root/.ethereum
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
command:
|
command:
|
||||||
|
- --authrpc.addr=0.0.0.0
|
||||||
|
- --authrpc.jwtsecret=/jwtsecret
|
||||||
|
- --authrpc.vhosts=*
|
||||||
- --datadir=/root/.ethereum
|
- --datadir=/root/.ethereum
|
||||||
- --port=10993
|
- --db.engine=pebble
|
||||||
- --nat=extip:${IP}
|
- --gcmode=full
|
||||||
|
- --holesky
|
||||||
- --http
|
- --http
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
- --http.port=8545
|
- --http.port=8545
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --ws
|
- --port=10993
|
||||||
- --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
|
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|
||||||
- --authrpc.addr=0.0.0.0
|
|
||||||
- --authrpc.vhosts=*
|
|
||||||
|
|
||||||
- --authrpc.jwtsecret=/jwtsecret
|
|
||||||
|
|
||||||
- --db.engine=pebble
|
|
||||||
- --state.scheme=path
|
- --state.scheme=path
|
||||||
- --syncmode=snap
|
- --syncmode=snap
|
||||||
- --gcmode=full
|
- --ws
|
||||||
|
- --ws.addr=0.0.0.0
|
||||||
- --holesky
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
- --ws.origins=*
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -83,28 +74,25 @@ services:
|
|||||||
- 15993:15993
|
- 15993:15993
|
||||||
- 15993:15993/udp
|
- 15993:15993/udp
|
||||||
command:
|
command:
|
||||||
- --holesky
|
- --accept-terms-of-use
|
||||||
|
- --beacon-db-pruning
|
||||||
|
- --checkpoint-sync-url=https://holesky.beaconstate.info
|
||||||
- --datadir=/data
|
- --datadir=/data
|
||||||
- --jwt-secret=/jwtsecret
|
- --enable-historical-state-representation=false
|
||||||
- --rpc-host=0.0.0.0
|
- --execution-endpoint=http://ethereum-holesky:8551
|
||||||
- --grpc-gateway-host=0.0.0.0
|
- --grpc-gateway-host=0.0.0.0
|
||||||
|
- --holesky
|
||||||
|
- --jwt-secret=/jwtsecret
|
||||||
- --monitoring-host=0.0.0.0
|
- --monitoring-host=0.0.0.0
|
||||||
- --p2p-tcp-port=15993
|
- --p2p-tcp-port=15993
|
||||||
- --p2p-udp-port=15993
|
- --p2p-udp-port=15993
|
||||||
- --checkpoint-sync-url=https://holesky.beaconstate.info
|
- --rpc-host=0.0.0.0
|
||||||
- --execution-endpoint=http://ethereum-holesky:8551
|
|
||||||
- --enable-historical-state-representation=false
|
|
||||||
- --beacon-db-pruning
|
|
||||||
- --accept-terms-of-use
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret:ro
|
|
||||||
|
|
||||||
- ${ETHEREUM_HOLESKY_GETH_PRUNED_PEBBLE_PATH__PRYSM_DATA:-ethereum-holesky-geth-pruned-pebble-path_prysm}:/data
|
- ${ETHEREUM_HOLESKY_GETH_PRUNED_PEBBLE_PATH__PRYSM_DATA:-ethereum-holesky-geth-pruned-pebble-path_prysm}:/data
|
||||||
|
- .jwtsecret:/jwtsecret:ro
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
ethereum-holesky-geth-pruned-pebble-path:
|
ethereum-holesky-geth-pruned-pebble-path:
|
||||||
@@ -143,3 +131,5 @@ x-upstreams:
|
|||||||
# non standard geth and erigon
|
# non standard geth and erigon
|
||||||
- name: eth_getRawTransactionByHash
|
- name: eth_getRawTransactionByHash
|
||||||
- name: eth_getRawTransactionByBlockHashAndIndex
|
- name: eth_getRawTransactionByBlockHashAndIndex
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -26,43 +27,33 @@ services:
|
|||||||
- 10023:10023/udp
|
- 10023:10023/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${ETHEREUM_MAINNET_GETH_PRUNED_PEBBLE_PATH_DATA:-ethereum-mainnet-geth-pruned-pebble-path}:/root/.ethereum
|
- ${ETHEREUM_MAINNET_GETH_PRUNED_PEBBLE_PATH_DATA:-ethereum-mainnet-geth-pruned-pebble-path}:/root/.ethereum
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
command:
|
command:
|
||||||
|
- --authrpc.addr=0.0.0.0
|
||||||
|
- --authrpc.jwtsecret=/jwtsecret
|
||||||
|
- --authrpc.vhosts=*
|
||||||
- --datadir=/root/.ethereum
|
- --datadir=/root/.ethereum
|
||||||
- --port=10023
|
- --db.engine=pebble
|
||||||
- --nat=extip:${IP}
|
- --gcmode=full
|
||||||
- --http
|
- --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.addr=0.0.0.0
|
||||||
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
- --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.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|
||||||
- --authrpc.addr=0.0.0.0
|
|
||||||
- --authrpc.vhosts=*
|
|
||||||
|
|
||||||
- --authrpc.jwtsecret=/jwtsecret
|
|
||||||
|
|
||||||
- --db.engine=pebble
|
|
||||||
- --state.scheme=path
|
- --state.scheme=path
|
||||||
- --syncmode=snap
|
- --syncmode=snap
|
||||||
- --gcmode=full
|
- --ws
|
||||||
|
- --ws.addr=0.0.0.0
|
||||||
- --mainnet
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
- --ws.origins=*
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -83,28 +74,25 @@ services:
|
|||||||
- 15023:15023
|
- 15023:15023
|
||||||
- 15023:15023/udp
|
- 15023:15023/udp
|
||||||
command:
|
command:
|
||||||
- --mainnet
|
- --accept-terms-of-use
|
||||||
|
- --beacon-db-pruning
|
||||||
|
- --checkpoint-sync-url=
|
||||||
- --datadir=/data
|
- --datadir=/data
|
||||||
- --jwt-secret=/jwtsecret
|
- --enable-historical-state-representation=false
|
||||||
- --rpc-host=0.0.0.0
|
- --execution-endpoint=http://ethereum-mainnet:8551
|
||||||
- --grpc-gateway-host=0.0.0.0
|
- --grpc-gateway-host=0.0.0.0
|
||||||
|
- --jwt-secret=/jwtsecret
|
||||||
|
- --mainnet
|
||||||
- --monitoring-host=0.0.0.0
|
- --monitoring-host=0.0.0.0
|
||||||
- --p2p-tcp-port=15023
|
- --p2p-tcp-port=15023
|
||||||
- --p2p-udp-port=15023
|
- --p2p-udp-port=15023
|
||||||
- --checkpoint-sync-url=
|
- --rpc-host=0.0.0.0
|
||||||
- --execution-endpoint=http://ethereum-mainnet:8551
|
|
||||||
- --enable-historical-state-representation=false
|
|
||||||
- --beacon-db-pruning
|
|
||||||
- --accept-terms-of-use
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret:ro
|
|
||||||
|
|
||||||
- ${ETHEREUM_MAINNET_GETH_PRUNED_PEBBLE_PATH__PRYSM_DATA:-ethereum-mainnet-geth-pruned-pebble-path_prysm}:/data
|
- ${ETHEREUM_MAINNET_GETH_PRUNED_PEBBLE_PATH__PRYSM_DATA:-ethereum-mainnet-geth-pruned-pebble-path_prysm}:/data
|
||||||
|
- .jwtsecret:/jwtsecret:ro
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
ethereum-mainnet-geth-pruned-pebble-path:
|
ethereum-mainnet-geth-pruned-pebble-path:
|
||||||
@@ -143,3 +131,5 @@ x-upstreams:
|
|||||||
# non standard geth and erigon
|
# non standard geth and erigon
|
||||||
- name: eth_getRawTransactionByHash
|
- name: eth_getRawTransactionByHash
|
||||||
- name: eth_getRawTransactionByBlockHashAndIndex
|
- name: eth_getRawTransactionByBlockHashAndIndex
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -26,43 +27,33 @@ services:
|
|||||||
- 10710:10710/udp
|
- 10710:10710/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${ETHEREUM_SEPOLIA_GETH_PRUNED_PEBBLE_PATH_DATA:-ethereum-sepolia-geth-pruned-pebble-path}:/root/.ethereum
|
- ${ETHEREUM_SEPOLIA_GETH_PRUNED_PEBBLE_PATH_DATA:-ethereum-sepolia-geth-pruned-pebble-path}:/root/.ethereum
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
command:
|
command:
|
||||||
|
- --authrpc.addr=0.0.0.0
|
||||||
|
- --authrpc.jwtsecret=/jwtsecret
|
||||||
|
- --authrpc.vhosts=*
|
||||||
- --datadir=/root/.ethereum
|
- --datadir=/root/.ethereum
|
||||||
- --port=10710
|
- --db.engine=pebble
|
||||||
- --nat=extip:${IP}
|
- --gcmode=full
|
||||||
- --http
|
- --http
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
- --http.port=8545
|
- --http.port=8545
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --ws
|
- --port=10710
|
||||||
- --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
|
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
- --sepolia
|
||||||
- --authrpc.addr=0.0.0.0
|
|
||||||
- --authrpc.vhosts=*
|
|
||||||
|
|
||||||
- --authrpc.jwtsecret=/jwtsecret
|
|
||||||
|
|
||||||
- --db.engine=pebble
|
|
||||||
- --state.scheme=path
|
- --state.scheme=path
|
||||||
- --syncmode=snap
|
- --syncmode=snap
|
||||||
- --gcmode=full
|
- --ws
|
||||||
|
- --ws.addr=0.0.0.0
|
||||||
- --sepolia
|
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
|
- --ws.origins=*
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -83,28 +74,25 @@ services:
|
|||||||
- 15710:15710
|
- 15710:15710
|
||||||
- 15710:15710/udp
|
- 15710:15710/udp
|
||||||
command:
|
command:
|
||||||
- --sepolia
|
- --accept-terms-of-use
|
||||||
|
- --beacon-db-pruning
|
||||||
|
- --checkpoint-sync-url=https://sepolia.beaconstate.info
|
||||||
- --datadir=/data
|
- --datadir=/data
|
||||||
- --jwt-secret=/jwtsecret
|
- --enable-historical-state-representation=false
|
||||||
- --rpc-host=0.0.0.0
|
- --execution-endpoint=http://ethereum-sepolia:8551
|
||||||
- --grpc-gateway-host=0.0.0.0
|
- --grpc-gateway-host=0.0.0.0
|
||||||
|
- --jwt-secret=/jwtsecret
|
||||||
- --monitoring-host=0.0.0.0
|
- --monitoring-host=0.0.0.0
|
||||||
- --p2p-tcp-port=15710
|
- --p2p-tcp-port=15710
|
||||||
- --p2p-udp-port=15710
|
- --p2p-udp-port=15710
|
||||||
- --checkpoint-sync-url=https://sepolia.beaconstate.info
|
- --rpc-host=0.0.0.0
|
||||||
- --execution-endpoint=http://ethereum-sepolia:8551
|
- --sepolia
|
||||||
- --enable-historical-state-representation=false
|
|
||||||
- --beacon-db-pruning
|
|
||||||
- --accept-terms-of-use
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret:ro
|
|
||||||
|
|
||||||
- ${ETHEREUM_SEPOLIA_GETH_PRUNED_PEBBLE_PATH__PRYSM_DATA:-ethereum-sepolia-geth-pruned-pebble-path_prysm}:/data
|
- ${ETHEREUM_SEPOLIA_GETH_PRUNED_PEBBLE_PATH__PRYSM_DATA:-ethereum-sepolia-geth-pruned-pebble-path_prysm}:/data
|
||||||
|
- .jwtsecret:/jwtsecret:ro
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
ethereum-sepolia-geth-pruned-pebble-path:
|
ethereum-sepolia-geth-pruned-pebble-path:
|
||||||
@@ -143,3 +131,5 @@ x-upstreams:
|
|||||||
# non standard geth and erigon
|
# non standard geth and erigon
|
||||||
- name: eth_getRawTransactionByHash
|
- name: eth_getRawTransactionByHash
|
||||||
- name: eth_getRawTransactionByBlockHashAndIndex
|
- name: eth_getRawTransactionByBlockHashAndIndex
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -27,40 +28,30 @@ services:
|
|||||||
- 10752:10752/udp
|
- 10752:10752/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${ETHEREUM_HOLESKY_RETH_ARCHIVE_TRACE_DATA:-ethereum-holesky-reth-archive-trace}:/root/.local/share/reth
|
- ${ETHEREUM_HOLESKY_RETH_ARCHIVE_TRACE_DATA:-ethereum-holesky-reth-archive-trace}:/root/.local/share/reth
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
entrypoint: [reth, node]
|
entrypoint: [reth, node]
|
||||||
command:
|
command:
|
||||||
|
- --authrpc.addr=0.0.0.0
|
||||||
|
- --authrpc.jwtsecret=/jwtsecret
|
||||||
|
- --chain=holesky
|
||||||
- --datadir=/root/.local/share/reth
|
- --datadir=/root/.local/share/reth
|
||||||
- --port=10752
|
|
||||||
- --nat=extip:${IP}
|
|
||||||
- --http
|
- --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.addr=0.0.0.0
|
||||||
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev
|
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev
|
||||||
|
- --http.corsdomain=*
|
||||||
- --rpc.max-logs-per-response=1100000
|
- --http.port=8545
|
||||||
|
- --max-inbound-peers=50
|
||||||
|
- --max-outbound-peers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
|
- --port=10752
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
|
- --rpc.max-logs-per-response=1100000
|
||||||
- --authrpc.addr=0.0.0.0
|
- --ws
|
||||||
|
- --ws.addr=0.0.0.0
|
||||||
- --authrpc.jwtsecret=/jwtsecret
|
- --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev
|
||||||
|
- --ws.origins=*
|
||||||
- --chain=holesky
|
- --ws.port=8545
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -81,28 +72,25 @@ services:
|
|||||||
- 15752:15752
|
- 15752:15752
|
||||||
- 15752:15752/udp
|
- 15752:15752/udp
|
||||||
command:
|
command:
|
||||||
- --holesky
|
- --accept-terms-of-use
|
||||||
|
- --beacon-db-pruning
|
||||||
|
- --checkpoint-sync-url=https://holesky.beaconstate.info
|
||||||
- --datadir=/data
|
- --datadir=/data
|
||||||
- --jwt-secret=/jwtsecret
|
- --enable-historical-state-representation=false
|
||||||
- --rpc-host=0.0.0.0
|
- --execution-endpoint=http://ethereum-holesky-archive:8551
|
||||||
- --grpc-gateway-host=0.0.0.0
|
- --grpc-gateway-host=0.0.0.0
|
||||||
|
- --holesky
|
||||||
|
- --jwt-secret=/jwtsecret
|
||||||
- --monitoring-host=0.0.0.0
|
- --monitoring-host=0.0.0.0
|
||||||
- --p2p-tcp-port=15752
|
- --p2p-tcp-port=15752
|
||||||
- --p2p-udp-port=15752
|
- --p2p-udp-port=15752
|
||||||
- --checkpoint-sync-url=https://holesky.beaconstate.info
|
- --rpc-host=0.0.0.0
|
||||||
- --execution-endpoint=http://ethereum-holesky-archive:8551
|
|
||||||
- --enable-historical-state-representation=false
|
|
||||||
- --beacon-db-pruning
|
|
||||||
- --accept-terms-of-use
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret:ro
|
|
||||||
|
|
||||||
- ${ETHEREUM_HOLESKY_RETH_ARCHIVE_TRACE__PRYSM_DATA:-ethereum-holesky-reth-archive-trace_prysm}:/data
|
- ${ETHEREUM_HOLESKY_RETH_ARCHIVE_TRACE__PRYSM_DATA:-ethereum-holesky-reth-archive-trace_prysm}:/data
|
||||||
|
- .jwtsecret:/jwtsecret:ro
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
ethereum-holesky-reth-archive-trace:
|
ethereum-holesky-reth-archive-trace:
|
||||||
@@ -122,3 +110,4 @@ x-upstreams:
|
|||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -27,40 +28,30 @@ services:
|
|||||||
- 10563:10563/udp
|
- 10563:10563/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${ETHEREUM_MAINNET_RETH_ARCHIVE_TRACE_DATA:-ethereum-mainnet-reth-archive-trace}:/root/.local/share/reth
|
- ${ETHEREUM_MAINNET_RETH_ARCHIVE_TRACE_DATA:-ethereum-mainnet-reth-archive-trace}:/root/.local/share/reth
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
entrypoint: [reth, node]
|
entrypoint: [reth, node]
|
||||||
command:
|
command:
|
||||||
|
- --authrpc.addr=0.0.0.0
|
||||||
|
- --authrpc.jwtsecret=/jwtsecret
|
||||||
|
- --chain=mainnet
|
||||||
- --datadir=/root/.local/share/reth
|
- --datadir=/root/.local/share/reth
|
||||||
- --port=10563
|
|
||||||
- --nat=extip:${IP}
|
|
||||||
- --http
|
- --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.addr=0.0.0.0
|
||||||
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev
|
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev
|
||||||
|
- --http.corsdomain=*
|
||||||
- --rpc.max-logs-per-response=1100000
|
- --http.port=8545
|
||||||
|
- --max-inbound-peers=50
|
||||||
|
- --max-outbound-peers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
|
- --port=10563
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
|
- --rpc.max-logs-per-response=1100000
|
||||||
- --authrpc.addr=0.0.0.0
|
- --ws
|
||||||
|
- --ws.addr=0.0.0.0
|
||||||
- --authrpc.jwtsecret=/jwtsecret
|
- --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev
|
||||||
|
- --ws.origins=*
|
||||||
- --chain=mainnet
|
- --ws.port=8545
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -81,28 +72,25 @@ services:
|
|||||||
- 15563:15563
|
- 15563:15563
|
||||||
- 15563:15563/udp
|
- 15563:15563/udp
|
||||||
command:
|
command:
|
||||||
- --mainnet
|
- --accept-terms-of-use
|
||||||
|
- --beacon-db-pruning
|
||||||
|
- --checkpoint-sync-url=
|
||||||
- --datadir=/data
|
- --datadir=/data
|
||||||
- --jwt-secret=/jwtsecret
|
- --enable-historical-state-representation=false
|
||||||
- --rpc-host=0.0.0.0
|
- --execution-endpoint=http://ethereum-mainnet-archive:8551
|
||||||
- --grpc-gateway-host=0.0.0.0
|
- --grpc-gateway-host=0.0.0.0
|
||||||
|
- --jwt-secret=/jwtsecret
|
||||||
|
- --mainnet
|
||||||
- --monitoring-host=0.0.0.0
|
- --monitoring-host=0.0.0.0
|
||||||
- --p2p-tcp-port=15563
|
- --p2p-tcp-port=15563
|
||||||
- --p2p-udp-port=15563
|
- --p2p-udp-port=15563
|
||||||
- --checkpoint-sync-url=
|
- --rpc-host=0.0.0.0
|
||||||
- --execution-endpoint=http://ethereum-mainnet-archive:8551
|
|
||||||
- --enable-historical-state-representation=false
|
|
||||||
- --beacon-db-pruning
|
|
||||||
- --accept-terms-of-use
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret:ro
|
|
||||||
|
|
||||||
- ${ETHEREUM_MAINNET_RETH_ARCHIVE_TRACE__PRYSM_DATA:-ethereum-mainnet-reth-archive-trace_prysm}:/data
|
- ${ETHEREUM_MAINNET_RETH_ARCHIVE_TRACE__PRYSM_DATA:-ethereum-mainnet-reth-archive-trace_prysm}:/data
|
||||||
|
- .jwtsecret:/jwtsecret:ro
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
ethereum-mainnet-reth-archive-trace:
|
ethereum-mainnet-reth-archive-trace:
|
||||||
@@ -122,3 +110,4 @@ x-upstreams:
|
|||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -27,40 +28,30 @@ services:
|
|||||||
- 10330:10330/udp
|
- 10330:10330/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${ETHEREUM_SEPOLIA_RETH_ARCHIVE_TRACE_DATA:-ethereum-sepolia-reth-archive-trace}:/root/.local/share/reth
|
- ${ETHEREUM_SEPOLIA_RETH_ARCHIVE_TRACE_DATA:-ethereum-sepolia-reth-archive-trace}:/root/.local/share/reth
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
entrypoint: [reth, node]
|
entrypoint: [reth, node]
|
||||||
command:
|
command:
|
||||||
|
- --authrpc.addr=0.0.0.0
|
||||||
|
- --authrpc.jwtsecret=/jwtsecret
|
||||||
|
- --chain=sepolia
|
||||||
- --datadir=/root/.local/share/reth
|
- --datadir=/root/.local/share/reth
|
||||||
- --port=10330
|
|
||||||
- --nat=extip:${IP}
|
|
||||||
- --http
|
- --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.addr=0.0.0.0
|
||||||
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev
|
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev
|
||||||
|
- --http.corsdomain=*
|
||||||
- --rpc.max-logs-per-response=1100000
|
- --http.port=8545
|
||||||
|
- --max-inbound-peers=50
|
||||||
|
- --max-outbound-peers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
|
- --port=10330
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
|
- --rpc.max-logs-per-response=1100000
|
||||||
- --authrpc.addr=0.0.0.0
|
- --ws
|
||||||
|
- --ws.addr=0.0.0.0
|
||||||
- --authrpc.jwtsecret=/jwtsecret
|
- --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev
|
||||||
|
- --ws.origins=*
|
||||||
- --chain=sepolia
|
- --ws.port=8545
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -81,28 +72,25 @@ services:
|
|||||||
- 15330:15330
|
- 15330:15330
|
||||||
- 15330:15330/udp
|
- 15330:15330/udp
|
||||||
command:
|
command:
|
||||||
- --sepolia
|
- --accept-terms-of-use
|
||||||
|
- --beacon-db-pruning
|
||||||
|
- --checkpoint-sync-url=https://sepolia.beaconstate.info
|
||||||
- --datadir=/data
|
- --datadir=/data
|
||||||
- --jwt-secret=/jwtsecret
|
- --enable-historical-state-representation=false
|
||||||
- --rpc-host=0.0.0.0
|
- --execution-endpoint=http://ethereum-sepolia-archive:8551
|
||||||
- --grpc-gateway-host=0.0.0.0
|
- --grpc-gateway-host=0.0.0.0
|
||||||
|
- --jwt-secret=/jwtsecret
|
||||||
- --monitoring-host=0.0.0.0
|
- --monitoring-host=0.0.0.0
|
||||||
- --p2p-tcp-port=15330
|
- --p2p-tcp-port=15330
|
||||||
- --p2p-udp-port=15330
|
- --p2p-udp-port=15330
|
||||||
- --checkpoint-sync-url=https://sepolia.beaconstate.info
|
- --rpc-host=0.0.0.0
|
||||||
- --execution-endpoint=http://ethereum-sepolia-archive:8551
|
- --sepolia
|
||||||
- --enable-historical-state-representation=false
|
|
||||||
- --beacon-db-pruning
|
|
||||||
- --accept-terms-of-use
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret:ro
|
|
||||||
|
|
||||||
- ${ETHEREUM_SEPOLIA_RETH_ARCHIVE_TRACE__PRYSM_DATA:-ethereum-sepolia-reth-archive-trace_prysm}:/data
|
- ${ETHEREUM_SEPOLIA_RETH_ARCHIVE_TRACE__PRYSM_DATA:-ethereum-sepolia-reth-archive-trace_prysm}:/data
|
||||||
|
- .jwtsecret:/jwtsecret:ro
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
ethereum-sepolia-reth-archive-trace:
|
ethereum-sepolia-reth-archive-trace:
|
||||||
@@ -122,3 +110,4 @@ x-upstreams:
|
|||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -32,31 +33,25 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${FANTOM_MAINNET_OPERA_ARCHIVE_TRACE_DATA:-fantom-mainnet-opera-archive-trace}:/datadir
|
- ${FANTOM_MAINNET_OPERA_ARCHIVE_TRACE_DATA:-fantom-mainnet-opera-archive-trace}:/datadir
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
- GENESIS=https://download.fantom.network/opera/mainnet/mainnet-5577-full-mpt.g
|
- GENESIS=https://download.fantom.network/opera/mainnet/mainnet-5577-full-mpt.g
|
||||||
command:
|
command:
|
||||||
|
- --cache=${FANTOM_MAINNET_OPERA_ARCHIVE_TRACE_CACHE_MB:-16000}
|
||||||
- --datadir=/datadir
|
- --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.migration.mode reformat
|
||||||
- --db.preset pbl-1
|
- --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
|
- --syncmode full
|
||||||
- --cache=${FANTOM_MAINNET_OPERA_ARCHIVE_TRACE_CACHE_MB:-16000}
|
|
||||||
- --tracenode
|
- --tracenode
|
||||||
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -88,3 +83,4 @@ x-upstreams:
|
|||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -32,30 +33,24 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${FANTOM_MAINNET_OPERA_ARCHIVE_DATA:-fantom-mainnet-opera-archive}:/datadir
|
- ${FANTOM_MAINNET_OPERA_ARCHIVE_DATA:-fantom-mainnet-opera-archive}:/datadir
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
- GENESIS=https://download.fantom.network/opera/mainnet/mainnet-5577-full-mpt.g
|
- GENESIS=https://download.fantom.network/opera/mainnet/mainnet-5577-full-mpt.g
|
||||||
command:
|
command:
|
||||||
|
- --cache=${FANTOM_MAINNET_OPERA_ARCHIVE_CACHE_MB:-16000}
|
||||||
- --datadir=/datadir
|
- --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.migration.mode reformat
|
||||||
- --db.preset pbl-1
|
- --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
|
- --syncmode full
|
||||||
- --cache=${FANTOM_MAINNET_OPERA_ARCHIVE_CACHE_MB:-16000}
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -87,3 +82,4 @@ x-upstreams:
|
|||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -32,31 +33,25 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${FANTOM_MAINNET_OPERA_PRUNED_TRACE_DATA:-fantom-mainnet-opera-pruned-trace}:/datadir
|
- ${FANTOM_MAINNET_OPERA_PRUNED_TRACE_DATA:-fantom-mainnet-opera-pruned-trace}:/datadir
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
- GENESIS=https://download.fantom.network/opera/mainnet/mainnet-109331-no-history.g
|
- GENESIS=https://download.fantom.network/opera/mainnet/mainnet-109331-no-history.g
|
||||||
command:
|
command:
|
||||||
|
- --cache=${FANTOM_MAINNET_OPERA_PRUNED_TRACE_CACHE_MB:-16000}
|
||||||
- --datadir=/datadir
|
- --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.migration.mode reformat
|
||||||
- --db.preset pbl-1
|
- --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
|
- --syncmode snap
|
||||||
- --cache=${FANTOM_MAINNET_OPERA_PRUNED_TRACE_CACHE_MB:-16000}
|
|
||||||
- --tracenode
|
- --tracenode
|
||||||
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -88,3 +83,4 @@ x-upstreams:
|
|||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -32,30 +33,24 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${FANTOM_MAINNET_OPERA_PRUNED_DATA:-fantom-mainnet-opera-pruned}:/datadir
|
- ${FANTOM_MAINNET_OPERA_PRUNED_DATA:-fantom-mainnet-opera-pruned}:/datadir
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
- GENESIS=https://download.fantom.network/opera/mainnet/mainnet-109331-no-history.g
|
- GENESIS=https://download.fantom.network/opera/mainnet/mainnet-109331-no-history.g
|
||||||
command:
|
command:
|
||||||
|
- --cache=${FANTOM_MAINNET_OPERA_PRUNED_CACHE_MB:-16000}
|
||||||
- --datadir=/datadir
|
- --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.migration.mode reformat
|
||||||
- --db.preset pbl-1
|
- --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
|
- --syncmode snap
|
||||||
- --cache=${FANTOM_MAINNET_OPERA_PRUNED_CACHE_MB:-16000}
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -87,3 +82,4 @@ x-upstreams:
|
|||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -32,31 +33,25 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${FANTOM_TESTNET_OPERA_ARCHIVE_TRACE_DATA:-fantom-testnet-opera-archive-trace}:/datadir
|
- ${FANTOM_TESTNET_OPERA_ARCHIVE_TRACE_DATA:-fantom-testnet-opera-archive-trace}:/datadir
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
- GENESIS=https://download.fantom.network/opera/testnet/testnet-2458-full-mpt.g
|
- GENESIS=https://download.fantom.network/opera/testnet/testnet-2458-full-mpt.g
|
||||||
command:
|
command:
|
||||||
|
- --cache=${FANTOM_TESTNET_OPERA_ARCHIVE_TRACE_CACHE_MB:-16000}
|
||||||
- --datadir=/datadir
|
- --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.migration.mode reformat
|
||||||
- --db.preset pbl-1
|
- --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
|
- --syncmode full
|
||||||
- --cache=${FANTOM_TESTNET_OPERA_ARCHIVE_TRACE_CACHE_MB:-16000}
|
|
||||||
- --tracenode
|
- --tracenode
|
||||||
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -88,3 +83,4 @@ x-upstreams:
|
|||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -32,30 +33,24 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${FANTOM_TESTNET_OPERA_ARCHIVE_DATA:-fantom-testnet-opera-archive}:/datadir
|
- ${FANTOM_TESTNET_OPERA_ARCHIVE_DATA:-fantom-testnet-opera-archive}:/datadir
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
- GENESIS=https://download.fantom.network/opera/testnet/testnet-2458-full-mpt.g
|
- GENESIS=https://download.fantom.network/opera/testnet/testnet-2458-full-mpt.g
|
||||||
command:
|
command:
|
||||||
|
- --cache=${FANTOM_TESTNET_OPERA_ARCHIVE_CACHE_MB:-16000}
|
||||||
- --datadir=/datadir
|
- --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.migration.mode reformat
|
||||||
- --db.preset pbl-1
|
- --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
|
- --syncmode full
|
||||||
- --cache=${FANTOM_TESTNET_OPERA_ARCHIVE_CACHE_MB:-16000}
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -87,3 +82,4 @@ x-upstreams:
|
|||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -32,31 +33,25 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${FANTOM_TESTNET_OPERA_PRUNED_TRACE_DATA:-fantom-testnet-opera-pruned-trace}:/datadir
|
- ${FANTOM_TESTNET_OPERA_PRUNED_TRACE_DATA:-fantom-testnet-opera-pruned-trace}:/datadir
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
- GENESIS=https://download.fantom.network/opera/testnet/testnet-6226-no-history.g
|
- GENESIS=https://download.fantom.network/opera/testnet/testnet-6226-no-history.g
|
||||||
command:
|
command:
|
||||||
|
- --cache=${FANTOM_TESTNET_OPERA_PRUNED_TRACE_CACHE_MB:-16000}
|
||||||
- --datadir=/datadir
|
- --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.migration.mode reformat
|
||||||
- --db.preset pbl-1
|
- --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
|
- --syncmode snap
|
||||||
- --cache=${FANTOM_TESTNET_OPERA_PRUNED_TRACE_CACHE_MB:-16000}
|
|
||||||
- --tracenode
|
- --tracenode
|
||||||
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -88,3 +83,4 @@ x-upstreams:
|
|||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -32,30 +33,24 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${FANTOM_TESTNET_OPERA_PRUNED_DATA:-fantom-testnet-opera-pruned}:/datadir
|
- ${FANTOM_TESTNET_OPERA_PRUNED_DATA:-fantom-testnet-opera-pruned}:/datadir
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
- GENESIS=https://download.fantom.network/opera/testnet/testnet-6226-no-history.g
|
- GENESIS=https://download.fantom.network/opera/testnet/testnet-6226-no-history.g
|
||||||
command:
|
command:
|
||||||
|
- --cache=${FANTOM_TESTNET_OPERA_PRUNED_CACHE_MB:-16000}
|
||||||
- --datadir=/datadir
|
- --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.migration.mode reformat
|
||||||
- --db.preset pbl-1
|
- --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
|
- --syncmode snap
|
||||||
- --cache=${FANTOM_TESTNET_OPERA_PRUNED_CACHE_MB:-16000}
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -87,3 +82,4 @@ x-upstreams:
|
|||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -32,31 +33,25 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${FANTOM_MAINNET_SONIC_ARCHIVE_DATA:-fantom-mainnet-sonic-archive}:/var/sonic
|
- ${FANTOM_MAINNET_SONIC_ARCHIVE_DATA:-fantom-mainnet-sonic-archive}:/var/sonic
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
- GENESIS=https://download.fantom.network/opera/testnet/testnet-26650-rpc.g
|
|
||||||
- CACHE_GB=${SONIC_CACHE_GB:-28}
|
- CACHE_GB=${SONIC_CACHE_GB:-28}
|
||||||
|
- GENESIS=https://download.fantom.network/opera/testnet/testnet-26650-rpc.g
|
||||||
command:
|
command:
|
||||||
- --datadir=/var/sonic
|
- --datadir=/var/sonic
|
||||||
- --port=10335
|
- --db.engine=
|
||||||
- --nat=extip:${IP}
|
- --gcmode=archive
|
||||||
- --http
|
- --http
|
||||||
- --http.port=8545
|
|
||||||
|
|
||||||
- --ws
|
|
||||||
- --ws.port=8545
|
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=admin,debug,web3,eth,dag,txpool,personal,abft,net,trace,ftm,sfc
|
- --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.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|
||||||
- --db.engine=
|
|
||||||
- --state.scheme=
|
- --state.scheme=
|
||||||
- --syncmode=full
|
- --syncmode=full
|
||||||
- --gcmode=archive
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -88,3 +83,4 @@ x-upstreams:
|
|||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -32,31 +33,25 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${FANTOM_TESTNET_SONIC_ARCHIVE_DATA:-fantom-testnet-sonic-archive}:/var/sonic
|
- ${FANTOM_TESTNET_SONIC_ARCHIVE_DATA:-fantom-testnet-sonic-archive}:/var/sonic
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
- GENESIS=https://download.fantom.network/opera/testnet/testnet-26650-rpc.g
|
|
||||||
- CACHE_GB=${SONIC_CACHE_GB:-28}
|
- CACHE_GB=${SONIC_CACHE_GB:-28}
|
||||||
|
- GENESIS=https://download.fantom.network/opera/testnet/testnet-26650-rpc.g
|
||||||
command:
|
command:
|
||||||
- --datadir=/var/sonic
|
- --datadir=/var/sonic
|
||||||
- --port=10652
|
- --db.engine=
|
||||||
- --nat=extip:${IP}
|
- --gcmode=archive
|
||||||
- --http
|
- --http
|
||||||
- --http.port=8545
|
|
||||||
|
|
||||||
- --ws
|
|
||||||
- --ws.port=8545
|
|
||||||
|
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.api=admin,debug,web3,eth,dag,txpool,personal,abft,net,trace,ftm,sfc
|
- --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.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|
||||||
- --db.engine=
|
|
||||||
- --state.scheme=
|
- --state.scheme=
|
||||||
- --syncmode=full
|
- --syncmode=full
|
||||||
- --gcmode=archive
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -88,3 +83,4 @@ x-upstreams:
|
|||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -25,53 +26,44 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 10986:10986
|
- 10986:10986
|
||||||
- 10986:10986/udp
|
- 10986:10986/udp
|
||||||
- 30986:30986
|
|
||||||
- 30986:30986/udp
|
|
||||||
- 35986:35986
|
|
||||||
- 35986:35986/udp
|
|
||||||
- 15986:15986
|
- 15986:15986
|
||||||
- 15986:15986/udp
|
- 15986:15986/udp
|
||||||
- 25986:25986
|
- 25986:25986
|
||||||
- 25986:25986/udp
|
- 25986:25986/udp
|
||||||
|
- 30986:30986
|
||||||
|
- 30986:30986/udp
|
||||||
|
- 35986:35986
|
||||||
|
- 35986:35986/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${GNOSIS_CHIADO_ERIGON3_ARCHIVE_TRACE_DATA:-gnosis-chiado-erigon3-archive-trace}:/root/.local/share/erigon
|
- ${GNOSIS_CHIADO_ERIGON3_ARCHIVE_TRACE_DATA:-gnosis-chiado-erigon3-archive-trace}:/root/.local/share/erigon
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
entrypoint: [erigon]
|
entrypoint: [erigon]
|
||||||
command:
|
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.addr=0.0.0.0
|
||||||
- --beacon.api.cors.allow-origins=*
|
- --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.addr=0.0.0.0
|
||||||
- --caplin.discovery.port=15986
|
- --caplin.discovery.port=15986
|
||||||
- --caplin.discovery.tcpport=15986
|
- --caplin.discovery.tcpport=15986
|
||||||
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
|
- --chain=chiado
|
||||||
|
- --datadir=/root/.local/share/erigon
|
||||||
- --prune.mode=
|
- --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=30986
|
||||||
- --p2p.allowed-ports=35986
|
- --p2p.allowed-ports=35986
|
||||||
- --chain=chiado
|
- --port=10986
|
||||||
|
- --prune.mode=
|
||||||
|
- --rpc.gascap=6000000000
|
||||||
|
- --rpc.returndata.limit=1100000
|
||||||
- --torrent.port=25986
|
- --torrent.port=25986
|
||||||
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -133,3 +125,5 @@ x-upstreams:
|
|||||||
- name: erigon_getBlockByTimestamp
|
- name: erigon_getBlockByTimestamp
|
||||||
- name: erigon_BlockNumber
|
- name: erigon_BlockNumber
|
||||||
- name: erigon_getLatestLogs
|
- name: erigon_getLatestLogs
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -25,53 +26,44 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 10986:10986
|
- 10986:10986
|
||||||
- 10986:10986/udp
|
- 10986:10986/udp
|
||||||
- 30986:30986
|
|
||||||
- 30986:30986/udp
|
|
||||||
- 35986:35986
|
|
||||||
- 35986:35986/udp
|
|
||||||
- 15986:15986
|
- 15986:15986
|
||||||
- 15986:15986/udp
|
- 15986:15986/udp
|
||||||
- 25986:25986
|
- 25986:25986
|
||||||
- 25986:25986/udp
|
- 25986:25986/udp
|
||||||
|
- 30986:30986
|
||||||
|
- 30986:30986/udp
|
||||||
|
- 35986:35986
|
||||||
|
- 35986:35986/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${GNOSIS_CHIADO_ERIGON3_MINIMAL_TRACE_DATA:-gnosis-chiado-erigon3-minimal-trace}:/root/.local/share/erigon
|
- ${GNOSIS_CHIADO_ERIGON3_MINIMAL_TRACE_DATA:-gnosis-chiado-erigon3-minimal-trace}:/root/.local/share/erigon
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
entrypoint: [erigon]
|
entrypoint: [erigon]
|
||||||
command:
|
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.addr=0.0.0.0
|
||||||
- --beacon.api.cors.allow-origins=*
|
- --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.addr=0.0.0.0
|
||||||
- --caplin.discovery.port=15986
|
- --caplin.discovery.port=15986
|
||||||
- --caplin.discovery.tcpport=15986
|
- --caplin.discovery.tcpport=15986
|
||||||
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
|
- --chain=chiado
|
||||||
|
- --datadir=/root/.local/share/erigon
|
||||||
- --prune.mode=
|
- --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=30986
|
||||||
- --p2p.allowed-ports=35986
|
- --p2p.allowed-ports=35986
|
||||||
- --chain=chiado
|
- --port=10986
|
||||||
|
- --prune.mode=
|
||||||
|
- --rpc.gascap=6000000000
|
||||||
|
- --rpc.returndata.limit=1100000
|
||||||
- --torrent.port=25986
|
- --torrent.port=25986
|
||||||
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -133,3 +125,5 @@ x-upstreams:
|
|||||||
- name: erigon_getBlockByTimestamp
|
- name: erigon_getBlockByTimestamp
|
||||||
- name: erigon_BlockNumber
|
- name: erigon_BlockNumber
|
||||||
- name: erigon_getLatestLogs
|
- name: erigon_getLatestLogs
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -25,53 +26,44 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 10986:10986
|
- 10986:10986
|
||||||
- 10986:10986/udp
|
- 10986:10986/udp
|
||||||
- 30986:30986
|
|
||||||
- 30986:30986/udp
|
|
||||||
- 35986:35986
|
|
||||||
- 35986:35986/udp
|
|
||||||
- 15986:15986
|
- 15986:15986
|
||||||
- 15986:15986/udp
|
- 15986:15986/udp
|
||||||
- 25986:25986
|
- 25986:25986
|
||||||
- 25986:25986/udp
|
- 25986:25986/udp
|
||||||
|
- 30986:30986
|
||||||
|
- 30986:30986/udp
|
||||||
|
- 35986:35986
|
||||||
|
- 35986:35986/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${GNOSIS_CHIADO_ERIGON3_PRUNED_TRACE_DATA:-gnosis-chiado-erigon3-pruned-trace}:/root/.local/share/erigon
|
- ${GNOSIS_CHIADO_ERIGON3_PRUNED_TRACE_DATA:-gnosis-chiado-erigon3-pruned-trace}:/root/.local/share/erigon
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
entrypoint: [erigon]
|
entrypoint: [erigon]
|
||||||
command:
|
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.addr=0.0.0.0
|
||||||
- --beacon.api.cors.allow-origins=*
|
- --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.addr=0.0.0.0
|
||||||
- --caplin.discovery.port=15986
|
- --caplin.discovery.port=15986
|
||||||
- --caplin.discovery.tcpport=15986
|
- --caplin.discovery.tcpport=15986
|
||||||
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
|
- --chain=chiado
|
||||||
|
- --datadir=/root/.local/share/erigon
|
||||||
- --prune.mode=
|
- --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=30986
|
||||||
- --p2p.allowed-ports=35986
|
- --p2p.allowed-ports=35986
|
||||||
- --chain=chiado
|
- --port=10986
|
||||||
|
- --prune.mode=
|
||||||
|
- --rpc.gascap=6000000000
|
||||||
|
- --rpc.returndata.limit=1100000
|
||||||
- --torrent.port=25986
|
- --torrent.port=25986
|
||||||
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -133,3 +125,5 @@ x-upstreams:
|
|||||||
- name: erigon_getBlockByTimestamp
|
- name: erigon_getBlockByTimestamp
|
||||||
- name: erigon_BlockNumber
|
- name: erigon_BlockNumber
|
||||||
- name: erigon_getLatestLogs
|
- name: erigon_getLatestLogs
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -25,53 +26,44 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 10974:10974
|
- 10974:10974
|
||||||
- 10974:10974/udp
|
- 10974:10974/udp
|
||||||
- 30974:30974
|
|
||||||
- 30974:30974/udp
|
|
||||||
- 35974:35974
|
|
||||||
- 35974:35974/udp
|
|
||||||
- 15974:15974
|
- 15974:15974
|
||||||
- 15974:15974/udp
|
- 15974:15974/udp
|
||||||
- 25974:25974
|
- 25974:25974
|
||||||
- 25974:25974/udp
|
- 25974:25974/udp
|
||||||
|
- 30974:30974
|
||||||
|
- 30974:30974/udp
|
||||||
|
- 35974:35974
|
||||||
|
- 35974:35974/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${GNOSIS_MAINNET_ERIGON3_ARCHIVE_TRACE_DATA:-gnosis-mainnet-erigon3-archive-trace}:/root/.local/share/erigon
|
- ${GNOSIS_MAINNET_ERIGON3_ARCHIVE_TRACE_DATA:-gnosis-mainnet-erigon3-archive-trace}:/root/.local/share/erigon
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
entrypoint: [erigon]
|
entrypoint: [erigon]
|
||||||
command:
|
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.addr=0.0.0.0
|
||||||
- --beacon.api.cors.allow-origins=*
|
- --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.addr=0.0.0.0
|
||||||
- --caplin.discovery.port=15974
|
- --caplin.discovery.port=15974
|
||||||
- --caplin.discovery.tcpport=15974
|
- --caplin.discovery.tcpport=15974
|
||||||
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
|
- --chain=gnosis
|
||||||
|
- --datadir=/root/.local/share/erigon
|
||||||
- --prune.mode=
|
- --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=30974
|
||||||
- --p2p.allowed-ports=35974
|
- --p2p.allowed-ports=35974
|
||||||
- --chain=gnosis
|
- --port=10974
|
||||||
|
- --prune.mode=
|
||||||
|
- --rpc.gascap=6000000000
|
||||||
|
- --rpc.returndata.limit=1100000
|
||||||
- --torrent.port=25974
|
- --torrent.port=25974
|
||||||
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -133,3 +125,5 @@ x-upstreams:
|
|||||||
- name: erigon_getBlockByTimestamp
|
- name: erigon_getBlockByTimestamp
|
||||||
- name: erigon_BlockNumber
|
- name: erigon_BlockNumber
|
||||||
- name: erigon_getLatestLogs
|
- name: erigon_getLatestLogs
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -25,53 +26,44 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 10974:10974
|
- 10974:10974
|
||||||
- 10974:10974/udp
|
- 10974:10974/udp
|
||||||
- 30974:30974
|
|
||||||
- 30974:30974/udp
|
|
||||||
- 35974:35974
|
|
||||||
- 35974:35974/udp
|
|
||||||
- 15974:15974
|
- 15974:15974
|
||||||
- 15974:15974/udp
|
- 15974:15974/udp
|
||||||
- 25974:25974
|
- 25974:25974
|
||||||
- 25974:25974/udp
|
- 25974:25974/udp
|
||||||
|
- 30974:30974
|
||||||
|
- 30974:30974/udp
|
||||||
|
- 35974:35974
|
||||||
|
- 35974:35974/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${GNOSIS_MAINNET_ERIGON3_MINIMAL_TRACE_DATA:-gnosis-mainnet-erigon3-minimal-trace}:/root/.local/share/erigon
|
- ${GNOSIS_MAINNET_ERIGON3_MINIMAL_TRACE_DATA:-gnosis-mainnet-erigon3-minimal-trace}:/root/.local/share/erigon
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
entrypoint: [erigon]
|
entrypoint: [erigon]
|
||||||
command:
|
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.addr=0.0.0.0
|
||||||
- --beacon.api.cors.allow-origins=*
|
- --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.addr=0.0.0.0
|
||||||
- --caplin.discovery.port=15974
|
- --caplin.discovery.port=15974
|
||||||
- --caplin.discovery.tcpport=15974
|
- --caplin.discovery.tcpport=15974
|
||||||
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
|
- --chain=gnosis
|
||||||
|
- --datadir=/root/.local/share/erigon
|
||||||
- --prune.mode=
|
- --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=30974
|
||||||
- --p2p.allowed-ports=35974
|
- --p2p.allowed-ports=35974
|
||||||
- --chain=gnosis
|
- --port=10974
|
||||||
|
- --prune.mode=
|
||||||
|
- --rpc.gascap=6000000000
|
||||||
|
- --rpc.returndata.limit=1100000
|
||||||
- --torrent.port=25974
|
- --torrent.port=25974
|
||||||
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -133,3 +125,5 @@ x-upstreams:
|
|||||||
- name: erigon_getBlockByTimestamp
|
- name: erigon_getBlockByTimestamp
|
||||||
- name: erigon_BlockNumber
|
- name: erigon_BlockNumber
|
||||||
- name: erigon_getLatestLogs
|
- name: erigon_getLatestLogs
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -25,53 +26,44 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 10974:10974
|
- 10974:10974
|
||||||
- 10974:10974/udp
|
- 10974:10974/udp
|
||||||
- 30974:30974
|
|
||||||
- 30974:30974/udp
|
|
||||||
- 35974:35974
|
|
||||||
- 35974:35974/udp
|
|
||||||
- 15974:15974
|
- 15974:15974
|
||||||
- 15974:15974/udp
|
- 15974:15974/udp
|
||||||
- 25974:25974
|
- 25974:25974
|
||||||
- 25974:25974/udp
|
- 25974:25974/udp
|
||||||
|
- 30974:30974
|
||||||
|
- 30974:30974/udp
|
||||||
|
- 35974:35974
|
||||||
|
- 35974:35974/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${GNOSIS_MAINNET_ERIGON3_PRUNED_TRACE_DATA:-gnosis-mainnet-erigon3-pruned-trace}:/root/.local/share/erigon
|
- ${GNOSIS_MAINNET_ERIGON3_PRUNED_TRACE_DATA:-gnosis-mainnet-erigon3-pruned-trace}:/root/.local/share/erigon
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
entrypoint: [erigon]
|
entrypoint: [erigon]
|
||||||
command:
|
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.addr=0.0.0.0
|
||||||
- --beacon.api.cors.allow-origins=*
|
- --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.addr=0.0.0.0
|
||||||
- --caplin.discovery.port=15974
|
- --caplin.discovery.port=15974
|
||||||
- --caplin.discovery.tcpport=15974
|
- --caplin.discovery.tcpport=15974
|
||||||
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
|
- --chain=gnosis
|
||||||
|
- --datadir=/root/.local/share/erigon
|
||||||
- --prune.mode=
|
- --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=30974
|
||||||
- --p2p.allowed-ports=35974
|
- --p2p.allowed-ports=35974
|
||||||
- --chain=gnosis
|
- --port=10974
|
||||||
|
- --prune.mode=
|
||||||
|
- --rpc.gascap=6000000000
|
||||||
|
- --rpc.returndata.limit=1100000
|
||||||
- --torrent.port=25974
|
- --torrent.port=25974
|
||||||
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -133,3 +125,5 @@ x-upstreams:
|
|||||||
- name: erigon_getBlockByTimestamp
|
- name: erigon_getBlockByTimestamp
|
||||||
- name: erigon_BlockNumber
|
- name: erigon_BlockNumber
|
||||||
- name: erigon_getLatestLogs
|
- name: erigon_getLatestLogs
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -26,10 +27,8 @@ services:
|
|||||||
- 10640:10640/udp
|
- 10640:10640/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${GOAT_MAINNET_GETH_ARCHIVE_LEVELDB_HASH_DATA:-goat-mainnet-geth-archive-leveldb-hash}:/root/.ethereum
|
- ${GOAT_MAINNET_GETH_ARCHIVE_LEVELDB_HASH_DATA:-goat-mainnet-geth-archive-leveldb-hash}:/root/.ethereum
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .//mainnet:/config
|
- .//mainnet:/config
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
command: --goat=mainnet
|
command: --goat=mainnet
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
@@ -79,3 +78,5 @@ x-upstreams:
|
|||||||
# non standard geth and erigon
|
# non standard geth and erigon
|
||||||
- name: eth_getRawTransactionByHash
|
- name: eth_getRawTransactionByHash
|
||||||
- name: eth_getRawTransactionByBlockHashAndIndex
|
- name: eth_getRawTransactionByBlockHashAndIndex
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -26,10 +27,8 @@ services:
|
|||||||
- 10640:10640/udp
|
- 10640:10640/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${GOAT_MAINNET_GETH_PRUNED_PEBBLE_PATH_DATA:-goat-mainnet-geth-pruned-pebble-path}:/root/.ethereum
|
- ${GOAT_MAINNET_GETH_PRUNED_PEBBLE_PATH_DATA:-goat-mainnet-geth-pruned-pebble-path}:/root/.ethereum
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .//mainnet:/config
|
- .//mainnet:/config
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
command: --goat=mainnet
|
command: --goat=mainnet
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
@@ -82,3 +81,5 @@ x-upstreams:
|
|||||||
# non standard geth and erigon
|
# non standard geth and erigon
|
||||||
- name: eth_getRawTransactionByHash
|
- name: eth_getRawTransactionByHash
|
||||||
- name: eth_getRawTransactionByBlockHashAndIndex
|
- name: eth_getRawTransactionByBlockHashAndIndex
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -26,10 +27,8 @@ services:
|
|||||||
- 10272:10272/udp
|
- 10272:10272/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${GOAT_TESTNET3_GETH_ARCHIVE_LEVELDB_HASH_DATA:-goat-testnet3-geth-archive-leveldb-hash}:/root/.ethereum
|
- ${GOAT_TESTNET3_GETH_ARCHIVE_LEVELDB_HASH_DATA:-goat-testnet3-geth-archive-leveldb-hash}:/root/.ethereum
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .//testnet3:/config
|
- .//testnet3:/config
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
command: --goat=testnet3
|
command: --goat=testnet3
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
@@ -79,3 +78,5 @@ x-upstreams:
|
|||||||
# non standard geth and erigon
|
# non standard geth and erigon
|
||||||
- name: eth_getRawTransactionByHash
|
- name: eth_getRawTransactionByHash
|
||||||
- name: eth_getRawTransactionByBlockHashAndIndex
|
- name: eth_getRawTransactionByBlockHashAndIndex
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -26,10 +27,8 @@ services:
|
|||||||
- 10272:10272/udp
|
- 10272:10272/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${GOAT_TESTNET3_GETH_PRUNED_PEBBLE_PATH_DATA:-goat-testnet3-geth-pruned-pebble-path}:/root/.ethereum
|
- ${GOAT_TESTNET3_GETH_PRUNED_PEBBLE_PATH_DATA:-goat-testnet3-geth-pruned-pebble-path}:/root/.ethereum
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .//testnet3:/config
|
- .//testnet3:/config
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
command: --goat=testnet3
|
command: --goat=testnet3
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
@@ -82,3 +81,5 @@ x-upstreams:
|
|||||||
# non standard geth and erigon
|
# non standard geth and erigon
|
||||||
- name: eth_getRawTransactionByHash
|
- name: eth_getRawTransactionByHash
|
||||||
- name: eth_getRawTransactionByBlockHashAndIndex
|
- name: eth_getRawTransactionByBlockHashAndIndex
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -26,7 +27,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${HAQQ_MAINNET_HAQQ_PRUNED_DATA:-haqq-mainnet-haqq-pruned}:/root/.haqqd
|
- ${HAQQ_MAINNET_HAQQ_PRUNED_DATA:-haqq-mainnet-haqq-pruned}:/root/.haqqd
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
entrypoint: [haqqd, start]
|
entrypoint: [haqqd, start]
|
||||||
command: --p2p.laddr=tcp://0.0.0.0:10465
|
command: --p2p.laddr=tcp://0.0.0.0:10465
|
||||||
networks:
|
networks:
|
||||||
@@ -60,3 +60,4 @@ x-upstreams:
|
|||||||
disabled:
|
disabled:
|
||||||
enabled:
|
enabled:
|
||||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -31,37 +32,29 @@ services:
|
|||||||
- 35060:35060/udp
|
- 35060:35060/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${LINEA_MAINNET_ERIGON3_ARCHIVE_TRACE_DATA:-linea-mainnet-erigon3-archive-trace}:/root/.local/share/erigon
|
- ${LINEA_MAINNET_ERIGON3_ARCHIVE_TRACE_DATA:-linea-mainnet-erigon3-archive-trace}:/root/.local/share/erigon
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .//mainnet:/config
|
- .//mainnet:/config
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
entrypoint: [/bin/sh, -c, '[ ! -f /root/.local/share/erigon/chaindata/mdbx.dat ] && erigon init /config/genesis.json; exec erigon "$@"']
|
entrypoint: [/bin/sh, -c, '[ ! -f /root/.local/share/erigon/chaindata/mdbx.dat ] && erigon init /config/genesis.json; exec erigon "$@"']
|
||||||
command:
|
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
|
- --datadir=/root/.local/share/erigon
|
||||||
- --port=10060
|
|
||||||
- --nat=extip:${IP}
|
|
||||||
- --http
|
- --http
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin
|
||||||
- --http.port=8545
|
- --http.port=8545
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --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
|
|
||||||
- --network=goerli
|
- --network=goerli
|
||||||
- --networkid=59144
|
- --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:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -115,3 +108,5 @@ x-upstreams:
|
|||||||
- name: erigon_getBlockByTimestamp
|
- name: erigon_getBlockByTimestamp
|
||||||
- name: erigon_BlockNumber
|
- name: erigon_BlockNumber
|
||||||
- name: erigon_getLatestLogs
|
- name: erigon_getLatestLogs
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -31,37 +32,29 @@ services:
|
|||||||
- 35060:35060/udp
|
- 35060:35060/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${LINEA_MAINNET_ERIGON3_MINIMAL_TRACE_DATA:-linea-mainnet-erigon3-minimal-trace}:/root/.local/share/erigon
|
- ${LINEA_MAINNET_ERIGON3_MINIMAL_TRACE_DATA:-linea-mainnet-erigon3-minimal-trace}:/root/.local/share/erigon
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .//mainnet:/config
|
- .//mainnet:/config
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
entrypoint: [/bin/sh, -c, '[ ! -f /root/.local/share/erigon/chaindata/mdbx.dat ] && erigon init /config/genesis.json; exec erigon "$@"']
|
entrypoint: [/bin/sh, -c, '[ ! -f /root/.local/share/erigon/chaindata/mdbx.dat ] && erigon init /config/genesis.json; exec erigon "$@"']
|
||||||
command:
|
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
|
- --datadir=/root/.local/share/erigon
|
||||||
- --port=10060
|
|
||||||
- --nat=extip:${IP}
|
|
||||||
- --http
|
- --http
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin
|
||||||
- --http.port=8545
|
- --http.port=8545
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --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
|
|
||||||
- --network=goerli
|
- --network=goerli
|
||||||
- --networkid=59144
|
- --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:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -115,3 +108,5 @@ x-upstreams:
|
|||||||
- name: erigon_getBlockByTimestamp
|
- name: erigon_getBlockByTimestamp
|
||||||
- name: erigon_BlockNumber
|
- name: erigon_BlockNumber
|
||||||
- name: erigon_getLatestLogs
|
- name: erigon_getLatestLogs
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -31,37 +32,29 @@ services:
|
|||||||
- 35060:35060/udp
|
- 35060:35060/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${LINEA_MAINNET_ERIGON3_PRUNED_TRACE_DATA:-linea-mainnet-erigon3-pruned-trace}:/root/.local/share/erigon
|
- ${LINEA_MAINNET_ERIGON3_PRUNED_TRACE_DATA:-linea-mainnet-erigon3-pruned-trace}:/root/.local/share/erigon
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .//mainnet:/config
|
- .//mainnet:/config
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
entrypoint: [/bin/sh, -c, '[ ! -f /root/.local/share/erigon/chaindata/mdbx.dat ] && erigon init /config/genesis.json; exec erigon "$@"']
|
entrypoint: [/bin/sh, -c, '[ ! -f /root/.local/share/erigon/chaindata/mdbx.dat ] && erigon init /config/genesis.json; exec erigon "$@"']
|
||||||
command:
|
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
|
- --datadir=/root/.local/share/erigon
|
||||||
- --port=10060
|
|
||||||
- --nat=extip:${IP}
|
|
||||||
- --http
|
- --http
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin
|
||||||
- --http.port=8545
|
- --http.port=8545
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --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
|
|
||||||
- --network=goerli
|
- --network=goerli
|
||||||
- --networkid=59144
|
- --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:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -115,3 +108,5 @@ x-upstreams:
|
|||||||
- name: erigon_getBlockByTimestamp
|
- name: erigon_getBlockByTimestamp
|
||||||
- name: erigon_BlockNumber
|
- name: erigon_BlockNumber
|
||||||
- name: erigon_getLatestLogs
|
- name: erigon_getLatestLogs
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -31,37 +32,29 @@ services:
|
|||||||
- 35235:35235/udp
|
- 35235:35235/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${LINEA_SEPOLIA_ERIGON3_ARCHIVE_TRACE_DATA:-linea-sepolia-erigon3-archive-trace}:/root/.local/share/erigon
|
- ${LINEA_SEPOLIA_ERIGON3_ARCHIVE_TRACE_DATA:-linea-sepolia-erigon3-archive-trace}:/root/.local/share/erigon
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .//sepolia:/config
|
- .//sepolia:/config
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
entrypoint: [/bin/sh, -c, '[ ! -f /root/.local/share/erigon/chaindata/mdbx.dat ] && erigon init /config/genesis.json; exec erigon "$@"']
|
entrypoint: [/bin/sh, -c, '[ ! -f /root/.local/share/erigon/chaindata/mdbx.dat ] && erigon init /config/genesis.json; exec erigon "$@"']
|
||||||
command:
|
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
|
- --datadir=/root/.local/share/erigon
|
||||||
- --port=10235
|
|
||||||
- --nat=extip:${IP}
|
|
||||||
- --http
|
- --http
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin
|
||||||
- --http.port=8545
|
- --http.port=8545
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --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
|
|
||||||
- --network=goerli
|
- --network=goerli
|
||||||
- --networkid=59141
|
- --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:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -115,3 +108,5 @@ x-upstreams:
|
|||||||
- name: erigon_getBlockByTimestamp
|
- name: erigon_getBlockByTimestamp
|
||||||
- name: erigon_BlockNumber
|
- name: erigon_BlockNumber
|
||||||
- name: erigon_getLatestLogs
|
- name: erigon_getLatestLogs
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -31,37 +32,29 @@ services:
|
|||||||
- 35235:35235/udp
|
- 35235:35235/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${LINEA_SEPOLIA_ERIGON3_MINIMAL_TRACE_DATA:-linea-sepolia-erigon3-minimal-trace}:/root/.local/share/erigon
|
- ${LINEA_SEPOLIA_ERIGON3_MINIMAL_TRACE_DATA:-linea-sepolia-erigon3-minimal-trace}:/root/.local/share/erigon
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .//sepolia:/config
|
- .//sepolia:/config
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
entrypoint: [/bin/sh, -c, '[ ! -f /root/.local/share/erigon/chaindata/mdbx.dat ] && erigon init /config/genesis.json; exec erigon "$@"']
|
entrypoint: [/bin/sh, -c, '[ ! -f /root/.local/share/erigon/chaindata/mdbx.dat ] && erigon init /config/genesis.json; exec erigon "$@"']
|
||||||
command:
|
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
|
- --datadir=/root/.local/share/erigon
|
||||||
- --port=10235
|
|
||||||
- --nat=extip:${IP}
|
|
||||||
- --http
|
- --http
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin
|
||||||
- --http.port=8545
|
- --http.port=8545
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --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
|
|
||||||
- --network=goerli
|
- --network=goerli
|
||||||
- --networkid=59141
|
- --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:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -115,3 +108,5 @@ x-upstreams:
|
|||||||
- name: erigon_getBlockByTimestamp
|
- name: erigon_getBlockByTimestamp
|
||||||
- name: erigon_BlockNumber
|
- name: erigon_BlockNumber
|
||||||
- name: erigon_getLatestLogs
|
- name: erigon_getLatestLogs
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -31,37 +32,29 @@ services:
|
|||||||
- 35235:35235/udp
|
- 35235:35235/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${LINEA_SEPOLIA_ERIGON3_PRUNED_TRACE_DATA:-linea-sepolia-erigon3-pruned-trace}:/root/.local/share/erigon
|
- ${LINEA_SEPOLIA_ERIGON3_PRUNED_TRACE_DATA:-linea-sepolia-erigon3-pruned-trace}:/root/.local/share/erigon
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .//sepolia:/config
|
- .//sepolia:/config
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
entrypoint: [/bin/sh, -c, '[ ! -f /root/.local/share/erigon/chaindata/mdbx.dat ] && erigon init /config/genesis.json; exec erigon "$@"']
|
entrypoint: [/bin/sh, -c, '[ ! -f /root/.local/share/erigon/chaindata/mdbx.dat ] && erigon init /config/genesis.json; exec erigon "$@"']
|
||||||
command:
|
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
|
- --datadir=/root/.local/share/erigon
|
||||||
- --port=10235
|
|
||||||
- --nat=extip:${IP}
|
|
||||||
- --http
|
- --http
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin
|
||||||
- --http.port=8545
|
- --http.port=8545
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --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
|
|
||||||
- --network=goerli
|
- --network=goerli
|
||||||
- --networkid=59141
|
- --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:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -115,3 +108,5 @@ x-upstreams:
|
|||||||
- name: erigon_getBlockByTimestamp
|
- name: erigon_getBlockByTimestamp
|
||||||
- name: erigon_BlockNumber
|
- name: erigon_BlockNumber
|
||||||
- name: erigon_getLatestLogs
|
- name: erigon_getLatestLogs
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -31,39 +32,29 @@ services:
|
|||||||
- 35092:35092/udp
|
- 35092:35092/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${BASE_MAINNET_OP_ERIGON_ARCHIVE_TRACE_DATA:-base-mainnet-op-erigon-archive-trace}:/root/.local/share/erigon
|
- ${BASE_MAINNET_OP_ERIGON_ARCHIVE_TRACE_DATA:-base-mainnet-op-erigon-archive-trace}:/root/.local/share/erigon
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
entrypoint: [erigon]
|
entrypoint: [erigon]
|
||||||
command:
|
command:
|
||||||
|
- --authrpc.addr=0.0.0.0
|
||||||
|
- --authrpc.jwtsecret=/jwtsecret
|
||||||
|
- --authrpc.vhosts=*
|
||||||
|
- --chain=base-mainnet
|
||||||
- --datadir=/root/.local/share/erigon
|
- --datadir=/root/.local/share/erigon
|
||||||
- --port=10092
|
|
||||||
- --nat=extip:${IP}
|
|
||||||
- --http
|
- --http
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine
|
||||||
- --http.port=8545
|
- --http.port=8545
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --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
|
|
||||||
|
|
||||||
- --p2p.allowed-ports=30092
|
- --p2p.allowed-ports=30092
|
||||||
- --p2p.allowed-ports=35092
|
- --p2p.allowed-ports=35092
|
||||||
|
- --port=10092
|
||||||
- --chain=base-mainnet
|
- --rpc.gascap=6000000000
|
||||||
|
- --rpc.returndata.limit=1100000
|
||||||
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -84,26 +75,26 @@ services:
|
|||||||
- 15092:15092
|
- 15092:15092
|
||||||
- 15092:15092/udp
|
- 15092:15092/udp
|
||||||
environment:
|
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=${ETHEREUM_MAINNET_BEACON_REST}
|
||||||
- OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER}
|
- 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_AUTH=/jwtsecret
|
||||||
|
- OP_NODE_L2_ENGINE_RPC=http://base-mainnet-archive:8551
|
||||||
- OP_NODE_LOG_LEVEL=info
|
- OP_NODE_LOG_LEVEL=info
|
||||||
- OP_NODE_METRICS_ADDR=0.0.0.0
|
- OP_NODE_METRICS_ADDR=0.0.0.0
|
||||||
- OP_NODE_METRICS_ENABLED=true
|
- OP_NODE_METRICS_ENABLED=true
|
||||||
- OP_NODE_METRICS_PORT=7300
|
- 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_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_ADDR=0.0.0.0
|
||||||
- OP_NODE_RPC_PORT=8545
|
- OP_NODE_RPC_PORT=8545
|
||||||
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
||||||
|
- OP_NODE_SYNCMODE=execution-layer
|
||||||
- OP_NODE_VERIFIER_L1_CONFS=0
|
- OP_NODE_VERIFIER_L1_CONFS=0
|
||||||
entrypoint: [op-node]
|
entrypoint: [op-node]
|
||||||
networks:
|
networks:
|
||||||
@@ -111,7 +102,6 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
base-mainnet-op-erigon-archive-trace:
|
base-mainnet-op-erigon-archive-trace:
|
||||||
@@ -152,3 +142,5 @@ x-upstreams:
|
|||||||
- name: erigon_getBlockByTimestamp
|
- name: erigon_getBlockByTimestamp
|
||||||
- name: erigon_BlockNumber
|
- name: erigon_BlockNumber
|
||||||
- name: erigon_getLatestLogs
|
- name: erigon_getLatestLogs
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -31,39 +32,29 @@ services:
|
|||||||
- 35487:35487/udp
|
- 35487:35487/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${BASE_SEPOLIA_OP_ERIGON_ARCHIVE_TRACE_DATA:-base-sepolia-op-erigon-archive-trace}:/root/.local/share/erigon
|
- ${BASE_SEPOLIA_OP_ERIGON_ARCHIVE_TRACE_DATA:-base-sepolia-op-erigon-archive-trace}:/root/.local/share/erigon
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
entrypoint: [erigon]
|
entrypoint: [erigon]
|
||||||
command:
|
command:
|
||||||
|
- --authrpc.addr=0.0.0.0
|
||||||
|
- --authrpc.jwtsecret=/jwtsecret
|
||||||
|
- --authrpc.vhosts=*
|
||||||
|
- --chain=base-sepolia
|
||||||
- --datadir=/root/.local/share/erigon
|
- --datadir=/root/.local/share/erigon
|
||||||
- --port=10487
|
|
||||||
- --nat=extip:${IP}
|
|
||||||
- --http
|
- --http
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine
|
||||||
- --http.port=8545
|
- --http.port=8545
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --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
|
|
||||||
|
|
||||||
- --p2p.allowed-ports=30487
|
- --p2p.allowed-ports=30487
|
||||||
- --p2p.allowed-ports=35487
|
- --p2p.allowed-ports=35487
|
||||||
|
- --port=10487
|
||||||
- --chain=base-sepolia
|
- --rpc.gascap=6000000000
|
||||||
|
- --rpc.returndata.limit=1100000
|
||||||
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -84,27 +75,27 @@ services:
|
|||||||
- 15487:15487
|
- 15487:15487
|
||||||
- 15487:15487/udp
|
- 15487:15487/udp
|
||||||
environment:
|
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=${ETHEREUM_SEPOLIA_BEACON_REST}
|
||||||
- OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}
|
- OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}
|
||||||
- OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400
|
- OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
|
||||||
- OP_NODE_SYNCMODE=execution-layer
|
- 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_AUTH=/jwtsecret
|
||||||
|
- OP_NODE_L2_ENGINE_RPC=http://base-sepolia-archive:8551
|
||||||
- OP_NODE_LOG_LEVEL=info
|
- OP_NODE_LOG_LEVEL=info
|
||||||
- OP_NODE_METRICS_ADDR=0.0.0.0
|
- OP_NODE_METRICS_ADDR=0.0.0.0
|
||||||
- OP_NODE_METRICS_ENABLED=true
|
- OP_NODE_METRICS_ENABLED=true
|
||||||
- OP_NODE_METRICS_PORT=7300
|
- 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_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_ADDR=0.0.0.0
|
||||||
- OP_NODE_RPC_PORT=8545
|
- OP_NODE_RPC_PORT=8545
|
||||||
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
||||||
|
- OP_NODE_SYNCMODE=execution-layer
|
||||||
- OP_NODE_VERIFIER_L1_CONFS=0
|
- OP_NODE_VERIFIER_L1_CONFS=0
|
||||||
entrypoint: [op-node]
|
entrypoint: [op-node]
|
||||||
networks:
|
networks:
|
||||||
@@ -112,7 +103,6 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
base-sepolia-op-erigon-archive-trace:
|
base-sepolia-op-erigon-archive-trace:
|
||||||
@@ -153,3 +143,5 @@ x-upstreams:
|
|||||||
- name: erigon_getBlockByTimestamp
|
- name: erigon_getBlockByTimestamp
|
||||||
- name: erigon_BlockNumber
|
- name: erigon_BlockNumber
|
||||||
- name: erigon_getLatestLogs
|
- name: erigon_getLatestLogs
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -31,39 +32,29 @@ services:
|
|||||||
- 35071:35071/udp
|
- 35071:35071/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${BOB_MAINNET_OP_ERIGON_ARCHIVE_TRACE_DATA:-bob-mainnet-op-erigon-archive-trace}:/root/.local/share/erigon
|
- ${BOB_MAINNET_OP_ERIGON_ARCHIVE_TRACE_DATA:-bob-mainnet-op-erigon-archive-trace}:/root/.local/share/erigon
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
entrypoint: [erigon]
|
entrypoint: [erigon]
|
||||||
command:
|
command:
|
||||||
|
- --authrpc.addr=0.0.0.0
|
||||||
|
- --authrpc.jwtsecret=/jwtsecret
|
||||||
|
- --authrpc.vhosts=*
|
||||||
|
- --chain=bob-mainnet
|
||||||
- --datadir=/root/.local/share/erigon
|
- --datadir=/root/.local/share/erigon
|
||||||
- --port=10071
|
|
||||||
- --nat=extip:${IP}
|
|
||||||
- --http
|
- --http
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine
|
||||||
- --http.port=8545
|
- --http.port=8545
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --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
|
|
||||||
|
|
||||||
- --p2p.allowed-ports=30071
|
- --p2p.allowed-ports=30071
|
||||||
- --p2p.allowed-ports=35071
|
- --p2p.allowed-ports=35071
|
||||||
|
- --port=10071
|
||||||
- --chain=bob-mainnet
|
- --rpc.gascap=6000000000
|
||||||
|
- --rpc.returndata.limit=1100000
|
||||||
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -84,26 +75,26 @@ services:
|
|||||||
- 15071:15071
|
- 15071:15071
|
||||||
- 15071:15071/udp
|
- 15071:15071/udp
|
||||||
environment:
|
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=${ETHEREUM_MAINNET_BEACON_REST}
|
||||||
- OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER}
|
- 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_AUTH=/jwtsecret
|
||||||
|
- OP_NODE_L2_ENGINE_RPC=http://bob-mainnet-archive:8551
|
||||||
- OP_NODE_LOG_LEVEL=info
|
- OP_NODE_LOG_LEVEL=info
|
||||||
- OP_NODE_METRICS_ADDR=0.0.0.0
|
- OP_NODE_METRICS_ADDR=0.0.0.0
|
||||||
- OP_NODE_METRICS_ENABLED=true
|
- OP_NODE_METRICS_ENABLED=true
|
||||||
- OP_NODE_METRICS_PORT=7300
|
- 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_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_ADDR=0.0.0.0
|
||||||
- OP_NODE_RPC_PORT=8545
|
- OP_NODE_RPC_PORT=8545
|
||||||
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
||||||
|
- OP_NODE_SYNCMODE=execution-layer
|
||||||
- OP_NODE_VERIFIER_L1_CONFS=0
|
- OP_NODE_VERIFIER_L1_CONFS=0
|
||||||
entrypoint: [op-node]
|
entrypoint: [op-node]
|
||||||
networks:
|
networks:
|
||||||
@@ -111,7 +102,6 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
bob-mainnet-op-erigon-archive-trace:
|
bob-mainnet-op-erigon-archive-trace:
|
||||||
@@ -152,3 +142,5 @@ x-upstreams:
|
|||||||
- name: erigon_getBlockByTimestamp
|
- name: erigon_getBlockByTimestamp
|
||||||
- name: erigon_BlockNumber
|
- name: erigon_BlockNumber
|
||||||
- name: erigon_getLatestLogs
|
- name: erigon_getLatestLogs
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -31,39 +32,29 @@ services:
|
|||||||
- 35732:35732/udp
|
- 35732:35732/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${BOBA_MAINNET_OP_ERIGON_ARCHIVE_TRACE_DATA:-boba-mainnet-op-erigon-archive-trace}:/db
|
- ${BOBA_MAINNET_OP_ERIGON_ARCHIVE_TRACE_DATA:-boba-mainnet-op-erigon-archive-trace}:/db
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
entrypoint: [erigon]
|
entrypoint: [erigon]
|
||||||
command:
|
command:
|
||||||
|
- --authrpc.addr=0.0.0.0
|
||||||
|
- --authrpc.jwtsecret=/jwtsecret
|
||||||
|
- --authrpc.vhosts=*
|
||||||
|
- --chain=boba-mainnet
|
||||||
- --datadir=/db
|
- --datadir=/db
|
||||||
- --port=10732
|
|
||||||
- --nat=extip:${IP}
|
|
||||||
- --http
|
- --http
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine
|
||||||
- --http.port=8545
|
- --http.port=8545
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --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
|
|
||||||
|
|
||||||
- --p2p.allowed-ports=30732
|
- --p2p.allowed-ports=30732
|
||||||
- --p2p.allowed-ports=35732
|
- --p2p.allowed-ports=35732
|
||||||
|
- --port=10732
|
||||||
- --chain=boba-mainnet
|
- --rpc.gascap=6000000000
|
||||||
|
- --rpc.returndata.limit=1100000
|
||||||
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -84,26 +75,26 @@ services:
|
|||||||
- 15732:15732
|
- 15732:15732
|
||||||
- 15732:15732/udp
|
- 15732:15732/udp
|
||||||
environment:
|
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=${ETHEREUM_MAINNET_BEACON_REST}
|
||||||
- OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER}
|
- 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_AUTH=/jwtsecret
|
||||||
|
- OP_NODE_L2_ENGINE_RPC=http://boba-mainnet-archive:8551
|
||||||
- OP_NODE_LOG_LEVEL=info
|
- OP_NODE_LOG_LEVEL=info
|
||||||
- OP_NODE_METRICS_ADDR=0.0.0.0
|
- OP_NODE_METRICS_ADDR=0.0.0.0
|
||||||
- OP_NODE_METRICS_ENABLED=true
|
- OP_NODE_METRICS_ENABLED=true
|
||||||
- OP_NODE_METRICS_PORT=7300
|
- 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_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_ADDR=0.0.0.0
|
||||||
- OP_NODE_RPC_PORT=8545
|
- OP_NODE_RPC_PORT=8545
|
||||||
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
||||||
|
- OP_NODE_SYNCMODE=execution-layer
|
||||||
- OP_NODE_VERIFIER_L1_CONFS=0
|
- OP_NODE_VERIFIER_L1_CONFS=0
|
||||||
entrypoint: [op-node]
|
entrypoint: [op-node]
|
||||||
networks:
|
networks:
|
||||||
@@ -111,7 +102,6 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
boba-mainnet-op-erigon-archive-trace:
|
boba-mainnet-op-erigon-archive-trace:
|
||||||
@@ -152,3 +142,5 @@ x-upstreams:
|
|||||||
- name: erigon_getBlockByTimestamp
|
- name: erigon_getBlockByTimestamp
|
||||||
- name: erigon_BlockNumber
|
- name: erigon_BlockNumber
|
||||||
- name: erigon_getLatestLogs
|
- name: erigon_getLatestLogs
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -31,39 +32,29 @@ services:
|
|||||||
- 35249:35249/udp
|
- 35249:35249/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${BOBA_SEPOLIA_OP_ERIGON_ARCHIVE_TRACE_DATA:-boba-sepolia-op-erigon-archive-trace}:/db
|
- ${BOBA_SEPOLIA_OP_ERIGON_ARCHIVE_TRACE_DATA:-boba-sepolia-op-erigon-archive-trace}:/db
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
entrypoint: [erigon]
|
entrypoint: [erigon]
|
||||||
command:
|
command:
|
||||||
|
- --authrpc.addr=0.0.0.0
|
||||||
|
- --authrpc.jwtsecret=/jwtsecret
|
||||||
|
- --authrpc.vhosts=*
|
||||||
|
- --chain=boba-sepolia
|
||||||
- --datadir=/db
|
- --datadir=/db
|
||||||
- --port=10249
|
|
||||||
- --nat=extip:${IP}
|
|
||||||
- --http
|
- --http
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine
|
||||||
- --http.port=8545
|
- --http.port=8545
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --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
|
|
||||||
|
|
||||||
- --p2p.allowed-ports=30249
|
- --p2p.allowed-ports=30249
|
||||||
- --p2p.allowed-ports=35249
|
- --p2p.allowed-ports=35249
|
||||||
|
- --port=10249
|
||||||
- --chain=boba-sepolia
|
- --rpc.gascap=6000000000
|
||||||
|
- --rpc.returndata.limit=1100000
|
||||||
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -84,27 +75,27 @@ services:
|
|||||||
- 15249:15249
|
- 15249:15249
|
||||||
- 15249:15249/udp
|
- 15249:15249/udp
|
||||||
environment:
|
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=${ETHEREUM_SEPOLIA_BEACON_REST}
|
||||||
- OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}
|
- OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}
|
||||||
- OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400
|
- OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
|
||||||
- OP_NODE_SYNCMODE=execution-layer
|
- 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_AUTH=/jwtsecret
|
||||||
|
- OP_NODE_L2_ENGINE_RPC=http://boba-sepolia-archive:8551
|
||||||
- OP_NODE_LOG_LEVEL=info
|
- OP_NODE_LOG_LEVEL=info
|
||||||
- OP_NODE_METRICS_ADDR=0.0.0.0
|
- OP_NODE_METRICS_ADDR=0.0.0.0
|
||||||
- OP_NODE_METRICS_ENABLED=true
|
- OP_NODE_METRICS_ENABLED=true
|
||||||
- OP_NODE_METRICS_PORT=7300
|
- 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_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_ADDR=0.0.0.0
|
||||||
- OP_NODE_RPC_PORT=8545
|
- OP_NODE_RPC_PORT=8545
|
||||||
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
||||||
|
- OP_NODE_SYNCMODE=execution-layer
|
||||||
- OP_NODE_VERIFIER_L1_CONFS=0
|
- OP_NODE_VERIFIER_L1_CONFS=0
|
||||||
entrypoint: [op-node]
|
entrypoint: [op-node]
|
||||||
networks:
|
networks:
|
||||||
@@ -112,7 +103,6 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
boba-sepolia-op-erigon-archive-trace:
|
boba-sepolia-op-erigon-archive-trace:
|
||||||
@@ -153,3 +143,5 @@ x-upstreams:
|
|||||||
- name: erigon_getBlockByTimestamp
|
- name: erigon_getBlockByTimestamp
|
||||||
- name: erigon_BlockNumber
|
- name: erigon_BlockNumber
|
||||||
- name: erigon_getLatestLogs
|
- name: erigon_getLatestLogs
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -31,39 +32,29 @@ services:
|
|||||||
- 35378:35378/udp
|
- 35378:35378/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${HASHKEYCHAIN_MAINNET_OP_ERIGON_ARCHIVE_TRACE_DATA:-hashkeychain-mainnet-op-erigon-archive-trace}:/root/.local/share/erigon
|
- ${HASHKEYCHAIN_MAINNET_OP_ERIGON_ARCHIVE_TRACE_DATA:-hashkeychain-mainnet-op-erigon-archive-trace}:/root/.local/share/erigon
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
entrypoint: [erigon]
|
entrypoint: [erigon]
|
||||||
command:
|
command:
|
||||||
|
- --authrpc.addr=0.0.0.0
|
||||||
|
- --authrpc.jwtsecret=/jwtsecret
|
||||||
|
- --authrpc.vhosts=*
|
||||||
|
- --chain=hashkeychain-mainnet
|
||||||
- --datadir=/root/.local/share/erigon
|
- --datadir=/root/.local/share/erigon
|
||||||
- --port=10378
|
|
||||||
- --nat=extip:${IP}
|
|
||||||
- --http
|
- --http
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine
|
||||||
- --http.port=8545
|
- --http.port=8545
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --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
|
|
||||||
|
|
||||||
- --p2p.allowed-ports=30378
|
- --p2p.allowed-ports=30378
|
||||||
- --p2p.allowed-ports=35378
|
- --p2p.allowed-ports=35378
|
||||||
|
- --port=10378
|
||||||
- --chain=hashkeychain-mainnet
|
- --rpc.gascap=6000000000
|
||||||
|
- --rpc.returndata.limit=1100000
|
||||||
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -84,26 +75,26 @@ services:
|
|||||||
- 15378:15378
|
- 15378:15378
|
||||||
- 15378:15378/udp
|
- 15378:15378/udp
|
||||||
environment:
|
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=${ETHEREUM_MAINNET_BEACON_REST}
|
||||||
- OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER}
|
- 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_AUTH=/jwtsecret
|
||||||
|
- OP_NODE_L2_ENGINE_RPC=http://hashkeychain-mainnet-archive:8551
|
||||||
- OP_NODE_LOG_LEVEL=info
|
- OP_NODE_LOG_LEVEL=info
|
||||||
- OP_NODE_METRICS_ADDR=0.0.0.0
|
- OP_NODE_METRICS_ADDR=0.0.0.0
|
||||||
- OP_NODE_METRICS_ENABLED=true
|
- OP_NODE_METRICS_ENABLED=true
|
||||||
- OP_NODE_METRICS_PORT=7300
|
- 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_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_ADDR=0.0.0.0
|
||||||
- OP_NODE_RPC_PORT=8545
|
- OP_NODE_RPC_PORT=8545
|
||||||
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
||||||
|
- OP_NODE_SYNCMODE=execution-layer
|
||||||
- OP_NODE_VERIFIER_L1_CONFS=0
|
- OP_NODE_VERIFIER_L1_CONFS=0
|
||||||
entrypoint: [op-node]
|
entrypoint: [op-node]
|
||||||
networks:
|
networks:
|
||||||
@@ -111,7 +102,6 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
hashkeychain-mainnet-op-erigon-archive-trace:
|
hashkeychain-mainnet-op-erigon-archive-trace:
|
||||||
@@ -152,3 +142,5 @@ x-upstreams:
|
|||||||
- name: erigon_getBlockByTimestamp
|
- name: erigon_getBlockByTimestamp
|
||||||
- name: erigon_BlockNumber
|
- name: erigon_BlockNumber
|
||||||
- name: erigon_getLatestLogs
|
- name: erigon_getLatestLogs
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -31,39 +32,29 @@ services:
|
|||||||
- 35990:35990/udp
|
- 35990:35990/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${INK_MAINNET_OP_ERIGON_ARCHIVE_TRACE_DATA:-ink-mainnet-op-erigon-archive-trace}:/root/.local/share/erigon
|
- ${INK_MAINNET_OP_ERIGON_ARCHIVE_TRACE_DATA:-ink-mainnet-op-erigon-archive-trace}:/root/.local/share/erigon
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
entrypoint: [erigon]
|
entrypoint: [erigon]
|
||||||
command:
|
command:
|
||||||
|
- --authrpc.addr=0.0.0.0
|
||||||
|
- --authrpc.jwtsecret=/jwtsecret
|
||||||
|
- --authrpc.vhosts=*
|
||||||
|
- --chain=ink-mainnet
|
||||||
- --datadir=/root/.local/share/erigon
|
- --datadir=/root/.local/share/erigon
|
||||||
- --port=10990
|
|
||||||
- --nat=extip:${IP}
|
|
||||||
- --http
|
- --http
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine
|
||||||
- --http.port=8545
|
- --http.port=8545
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --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
|
|
||||||
|
|
||||||
- --p2p.allowed-ports=30990
|
- --p2p.allowed-ports=30990
|
||||||
- --p2p.allowed-ports=35990
|
- --p2p.allowed-ports=35990
|
||||||
|
- --port=10990
|
||||||
- --chain=ink-mainnet
|
- --rpc.gascap=6000000000
|
||||||
|
- --rpc.returndata.limit=1100000
|
||||||
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -84,26 +75,26 @@ services:
|
|||||||
- 15990:15990
|
- 15990:15990
|
||||||
- 15990:15990/udp
|
- 15990:15990/udp
|
||||||
environment:
|
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=${ETHEREUM_MAINNET_BEACON_REST}
|
||||||
- OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER}
|
- 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_AUTH=/jwtsecret
|
||||||
|
- OP_NODE_L2_ENGINE_RPC=http://ink-mainnet-archive:8551
|
||||||
- OP_NODE_LOG_LEVEL=info
|
- OP_NODE_LOG_LEVEL=info
|
||||||
- OP_NODE_METRICS_ADDR=0.0.0.0
|
- OP_NODE_METRICS_ADDR=0.0.0.0
|
||||||
- OP_NODE_METRICS_ENABLED=true
|
- OP_NODE_METRICS_ENABLED=true
|
||||||
- OP_NODE_METRICS_PORT=7300
|
- 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_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_ADDR=0.0.0.0
|
||||||
- OP_NODE_RPC_PORT=8545
|
- OP_NODE_RPC_PORT=8545
|
||||||
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
||||||
|
- OP_NODE_SYNCMODE=execution-layer
|
||||||
- OP_NODE_VERIFIER_L1_CONFS=0
|
- OP_NODE_VERIFIER_L1_CONFS=0
|
||||||
entrypoint: [op-node]
|
entrypoint: [op-node]
|
||||||
networks:
|
networks:
|
||||||
@@ -111,7 +102,6 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
ink-mainnet-op-erigon-archive-trace:
|
ink-mainnet-op-erigon-archive-trace:
|
||||||
@@ -152,3 +142,5 @@ x-upstreams:
|
|||||||
- name: erigon_getBlockByTimestamp
|
- name: erigon_getBlockByTimestamp
|
||||||
- name: erigon_BlockNumber
|
- name: erigon_BlockNumber
|
||||||
- name: erigon_getLatestLogs
|
- name: erigon_getLatestLogs
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -31,39 +32,29 @@ services:
|
|||||||
- 35826:35826/udp
|
- 35826:35826/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${INK_SEPOLIA_OP_ERIGON_ARCHIVE_TRACE_DATA:-ink-sepolia-op-erigon-archive-trace}:/root/.local/share/erigon
|
- ${INK_SEPOLIA_OP_ERIGON_ARCHIVE_TRACE_DATA:-ink-sepolia-op-erigon-archive-trace}:/root/.local/share/erigon
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
entrypoint: [erigon]
|
entrypoint: [erigon]
|
||||||
command:
|
command:
|
||||||
|
- --authrpc.addr=0.0.0.0
|
||||||
|
- --authrpc.jwtsecret=/jwtsecret
|
||||||
|
- --authrpc.vhosts=*
|
||||||
|
- --chain=ink-sepolia
|
||||||
- --datadir=/root/.local/share/erigon
|
- --datadir=/root/.local/share/erigon
|
||||||
- --port=10826
|
|
||||||
- --nat=extip:${IP}
|
|
||||||
- --http
|
- --http
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine
|
||||||
- --http.port=8545
|
- --http.port=8545
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --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
|
|
||||||
|
|
||||||
- --p2p.allowed-ports=30826
|
- --p2p.allowed-ports=30826
|
||||||
- --p2p.allowed-ports=35826
|
- --p2p.allowed-ports=35826
|
||||||
|
- --port=10826
|
||||||
- --chain=ink-sepolia
|
- --rpc.gascap=6000000000
|
||||||
|
- --rpc.returndata.limit=1100000
|
||||||
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -84,27 +75,27 @@ services:
|
|||||||
- 15826:15826
|
- 15826:15826
|
||||||
- 15826:15826/udp
|
- 15826:15826/udp
|
||||||
environment:
|
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=${ETHEREUM_SEPOLIA_BEACON_REST}
|
||||||
- OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}
|
- OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}
|
||||||
- OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400
|
- OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
|
||||||
- OP_NODE_SYNCMODE=execution-layer
|
- 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_AUTH=/jwtsecret
|
||||||
|
- OP_NODE_L2_ENGINE_RPC=http://ink-sepolia-archive:8551
|
||||||
- OP_NODE_LOG_LEVEL=info
|
- OP_NODE_LOG_LEVEL=info
|
||||||
- OP_NODE_METRICS_ADDR=0.0.0.0
|
- OP_NODE_METRICS_ADDR=0.0.0.0
|
||||||
- OP_NODE_METRICS_ENABLED=true
|
- OP_NODE_METRICS_ENABLED=true
|
||||||
- OP_NODE_METRICS_PORT=7300
|
- 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_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_ADDR=0.0.0.0
|
||||||
- OP_NODE_RPC_PORT=8545
|
- OP_NODE_RPC_PORT=8545
|
||||||
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
||||||
|
- OP_NODE_SYNCMODE=execution-layer
|
||||||
- OP_NODE_VERIFIER_L1_CONFS=0
|
- OP_NODE_VERIFIER_L1_CONFS=0
|
||||||
entrypoint: [op-node]
|
entrypoint: [op-node]
|
||||||
networks:
|
networks:
|
||||||
@@ -112,7 +103,6 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
ink-sepolia-op-erigon-archive-trace:
|
ink-sepolia-op-erigon-archive-trace:
|
||||||
@@ -153,3 +143,5 @@ x-upstreams:
|
|||||||
- name: erigon_getBlockByTimestamp
|
- name: erigon_getBlockByTimestamp
|
||||||
- name: erigon_BlockNumber
|
- name: erigon_BlockNumber
|
||||||
- name: erigon_getLatestLogs
|
- name: erigon_getLatestLogs
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -31,39 +32,29 @@ services:
|
|||||||
- 35831:35831/udp
|
- 35831:35831/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${LISK_MAINNET_OP_ERIGON_ARCHIVE_TRACE_DATA:-lisk-mainnet-op-erigon-archive-trace}:/root/.local/share/erigon
|
- ${LISK_MAINNET_OP_ERIGON_ARCHIVE_TRACE_DATA:-lisk-mainnet-op-erigon-archive-trace}:/root/.local/share/erigon
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
entrypoint: [erigon]
|
entrypoint: [erigon]
|
||||||
command:
|
command:
|
||||||
|
- --authrpc.addr=0.0.0.0
|
||||||
|
- --authrpc.jwtsecret=/jwtsecret
|
||||||
|
- --authrpc.vhosts=*
|
||||||
|
- --chain=lisk-mainnet
|
||||||
- --datadir=/root/.local/share/erigon
|
- --datadir=/root/.local/share/erigon
|
||||||
- --port=10831
|
|
||||||
- --nat=extip:${IP}
|
|
||||||
- --http
|
- --http
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine
|
||||||
- --http.port=8545
|
- --http.port=8545
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --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
|
|
||||||
|
|
||||||
- --p2p.allowed-ports=30831
|
- --p2p.allowed-ports=30831
|
||||||
- --p2p.allowed-ports=35831
|
- --p2p.allowed-ports=35831
|
||||||
|
- --port=10831
|
||||||
- --chain=lisk-mainnet
|
- --rpc.gascap=6000000000
|
||||||
|
- --rpc.returndata.limit=1100000
|
||||||
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -84,26 +75,26 @@ services:
|
|||||||
- 15831:15831
|
- 15831:15831
|
||||||
- 15831:15831/udp
|
- 15831:15831/udp
|
||||||
environment:
|
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=${ETHEREUM_MAINNET_BEACON_REST}
|
||||||
- OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER}
|
- 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_AUTH=/jwtsecret
|
||||||
|
- OP_NODE_L2_ENGINE_RPC=http://lisk-mainnet-archive:8551
|
||||||
- OP_NODE_LOG_LEVEL=info
|
- OP_NODE_LOG_LEVEL=info
|
||||||
- OP_NODE_METRICS_ADDR=0.0.0.0
|
- OP_NODE_METRICS_ADDR=0.0.0.0
|
||||||
- OP_NODE_METRICS_ENABLED=true
|
- OP_NODE_METRICS_ENABLED=true
|
||||||
- OP_NODE_METRICS_PORT=7300
|
- 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_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_ADDR=0.0.0.0
|
||||||
- OP_NODE_RPC_PORT=8545
|
- OP_NODE_RPC_PORT=8545
|
||||||
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
||||||
|
- OP_NODE_SYNCMODE=execution-layer
|
||||||
- OP_NODE_VERIFIER_L1_CONFS=0
|
- OP_NODE_VERIFIER_L1_CONFS=0
|
||||||
entrypoint: [op-node]
|
entrypoint: [op-node]
|
||||||
networks:
|
networks:
|
||||||
@@ -111,7 +102,6 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
lisk-mainnet-op-erigon-archive-trace:
|
lisk-mainnet-op-erigon-archive-trace:
|
||||||
@@ -152,3 +142,5 @@ x-upstreams:
|
|||||||
- name: erigon_getBlockByTimestamp
|
- name: erigon_getBlockByTimestamp
|
||||||
- name: erigon_BlockNumber
|
- name: erigon_BlockNumber
|
||||||
- name: erigon_getLatestLogs
|
- name: erigon_getLatestLogs
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -31,39 +32,29 @@ services:
|
|||||||
- 35543:35543/udp
|
- 35543:35543/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${METAL_MAINNET_OP_ERIGON_ARCHIVE_TRACE_DATA:-metal-mainnet-op-erigon-archive-trace}:/root/.local/share/erigon
|
- ${METAL_MAINNET_OP_ERIGON_ARCHIVE_TRACE_DATA:-metal-mainnet-op-erigon-archive-trace}:/root/.local/share/erigon
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
entrypoint: [erigon]
|
entrypoint: [erigon]
|
||||||
command:
|
command:
|
||||||
|
- --authrpc.addr=0.0.0.0
|
||||||
|
- --authrpc.jwtsecret=/jwtsecret
|
||||||
|
- --authrpc.vhosts=*
|
||||||
|
- --chain=metal-mainnet
|
||||||
- --datadir=/root/.local/share/erigon
|
- --datadir=/root/.local/share/erigon
|
||||||
- --port=10543
|
|
||||||
- --nat=extip:${IP}
|
|
||||||
- --http
|
- --http
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine
|
||||||
- --http.port=8545
|
- --http.port=8545
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --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
|
|
||||||
|
|
||||||
- --p2p.allowed-ports=30543
|
- --p2p.allowed-ports=30543
|
||||||
- --p2p.allowed-ports=35543
|
- --p2p.allowed-ports=35543
|
||||||
|
- --port=10543
|
||||||
- --chain=metal-mainnet
|
- --rpc.gascap=6000000000
|
||||||
|
- --rpc.returndata.limit=1100000
|
||||||
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -84,26 +75,26 @@ services:
|
|||||||
- 15543:15543
|
- 15543:15543
|
||||||
- 15543:15543/udp
|
- 15543:15543/udp
|
||||||
environment:
|
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=${ETHEREUM_MAINNET_BEACON_REST}
|
||||||
- OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER}
|
- 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_AUTH=/jwtsecret
|
||||||
|
- OP_NODE_L2_ENGINE_RPC=http://metal-mainnet-archive:8551
|
||||||
- OP_NODE_LOG_LEVEL=info
|
- OP_NODE_LOG_LEVEL=info
|
||||||
- OP_NODE_METRICS_ADDR=0.0.0.0
|
- OP_NODE_METRICS_ADDR=0.0.0.0
|
||||||
- OP_NODE_METRICS_ENABLED=true
|
- OP_NODE_METRICS_ENABLED=true
|
||||||
- OP_NODE_METRICS_PORT=7300
|
- 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_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_ADDR=0.0.0.0
|
||||||
- OP_NODE_RPC_PORT=8545
|
- OP_NODE_RPC_PORT=8545
|
||||||
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
||||||
|
- OP_NODE_SYNCMODE=execution-layer
|
||||||
- OP_NODE_VERIFIER_L1_CONFS=0
|
- OP_NODE_VERIFIER_L1_CONFS=0
|
||||||
entrypoint: [op-node]
|
entrypoint: [op-node]
|
||||||
networks:
|
networks:
|
||||||
@@ -111,7 +102,6 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
metal-mainnet-op-erigon-archive-trace:
|
metal-mainnet-op-erigon-archive-trace:
|
||||||
@@ -152,3 +142,5 @@ x-upstreams:
|
|||||||
- name: erigon_getBlockByTimestamp
|
- name: erigon_getBlockByTimestamp
|
||||||
- name: erigon_BlockNumber
|
- name: erigon_BlockNumber
|
||||||
- name: erigon_getLatestLogs
|
- name: erigon_getLatestLogs
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -31,39 +32,29 @@ services:
|
|||||||
- 35509:35509/udp
|
- 35509:35509/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${MODE_MAINNET_OP_ERIGON_ARCHIVE_TRACE_DATA:-mode-mainnet-op-erigon-archive-trace}:/root/.local/share/erigon
|
- ${MODE_MAINNET_OP_ERIGON_ARCHIVE_TRACE_DATA:-mode-mainnet-op-erigon-archive-trace}:/root/.local/share/erigon
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
entrypoint: [erigon]
|
entrypoint: [erigon]
|
||||||
command:
|
command:
|
||||||
|
- --authrpc.addr=0.0.0.0
|
||||||
|
- --authrpc.jwtsecret=/jwtsecret
|
||||||
|
- --authrpc.vhosts=*
|
||||||
|
- --chain=mode-mainnet
|
||||||
- --datadir=/root/.local/share/erigon
|
- --datadir=/root/.local/share/erigon
|
||||||
- --port=10509
|
|
||||||
- --nat=extip:${IP}
|
|
||||||
- --http
|
- --http
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine
|
||||||
- --http.port=8545
|
- --http.port=8545
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --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
|
|
||||||
|
|
||||||
- --p2p.allowed-ports=30509
|
- --p2p.allowed-ports=30509
|
||||||
- --p2p.allowed-ports=35509
|
- --p2p.allowed-ports=35509
|
||||||
|
- --port=10509
|
||||||
- --chain=mode-mainnet
|
- --rpc.gascap=6000000000
|
||||||
|
- --rpc.returndata.limit=1100000
|
||||||
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -84,26 +75,26 @@ services:
|
|||||||
- 15509:15509
|
- 15509:15509
|
||||||
- 15509:15509/udp
|
- 15509:15509/udp
|
||||||
environment:
|
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=${ETHEREUM_MAINNET_BEACON_REST}
|
||||||
- OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER}
|
- 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_AUTH=/jwtsecret
|
||||||
|
- OP_NODE_L2_ENGINE_RPC=http://mode-mainnet-archive:8551
|
||||||
- OP_NODE_LOG_LEVEL=info
|
- OP_NODE_LOG_LEVEL=info
|
||||||
- OP_NODE_METRICS_ADDR=0.0.0.0
|
- OP_NODE_METRICS_ADDR=0.0.0.0
|
||||||
- OP_NODE_METRICS_ENABLED=true
|
- OP_NODE_METRICS_ENABLED=true
|
||||||
- OP_NODE_METRICS_PORT=7300
|
- 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_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_ADDR=0.0.0.0
|
||||||
- OP_NODE_RPC_PORT=8545
|
- OP_NODE_RPC_PORT=8545
|
||||||
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
||||||
|
- OP_NODE_SYNCMODE=execution-layer
|
||||||
- OP_NODE_VERIFIER_L1_CONFS=0
|
- OP_NODE_VERIFIER_L1_CONFS=0
|
||||||
entrypoint: [op-node]
|
entrypoint: [op-node]
|
||||||
networks:
|
networks:
|
||||||
@@ -111,7 +102,6 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
mode-mainnet-op-erigon-archive-trace:
|
mode-mainnet-op-erigon-archive-trace:
|
||||||
@@ -152,3 +142,5 @@ x-upstreams:
|
|||||||
- name: erigon_getBlockByTimestamp
|
- name: erigon_getBlockByTimestamp
|
||||||
- name: erigon_BlockNumber
|
- name: erigon_BlockNumber
|
||||||
- name: erigon_getLatestLogs
|
- name: erigon_getLatestLogs
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -31,39 +32,29 @@ services:
|
|||||||
- 35212:35212/udp
|
- 35212:35212/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${MODE_SEPOLIA_OP_ERIGON_ARCHIVE_TRACE_DATA:-mode-sepolia-op-erigon-archive-trace}:/root/.local/share/erigon
|
- ${MODE_SEPOLIA_OP_ERIGON_ARCHIVE_TRACE_DATA:-mode-sepolia-op-erigon-archive-trace}:/root/.local/share/erigon
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
entrypoint: [erigon]
|
entrypoint: [erigon]
|
||||||
command:
|
command:
|
||||||
|
- --authrpc.addr=0.0.0.0
|
||||||
|
- --authrpc.jwtsecret=/jwtsecret
|
||||||
|
- --authrpc.vhosts=*
|
||||||
|
- --chain=mode-sepolia
|
||||||
- --datadir=/root/.local/share/erigon
|
- --datadir=/root/.local/share/erigon
|
||||||
- --port=10212
|
|
||||||
- --nat=extip:${IP}
|
|
||||||
- --http
|
- --http
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine
|
||||||
- --http.port=8545
|
- --http.port=8545
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --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
|
|
||||||
|
|
||||||
- --p2p.allowed-ports=30212
|
- --p2p.allowed-ports=30212
|
||||||
- --p2p.allowed-ports=35212
|
- --p2p.allowed-ports=35212
|
||||||
|
- --port=10212
|
||||||
- --chain=mode-sepolia
|
- --rpc.gascap=6000000000
|
||||||
|
- --rpc.returndata.limit=1100000
|
||||||
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -84,27 +75,27 @@ services:
|
|||||||
- 15212:15212
|
- 15212:15212
|
||||||
- 15212:15212/udp
|
- 15212:15212/udp
|
||||||
environment:
|
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=${ETHEREUM_SEPOLIA_BEACON_REST}
|
||||||
- OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}
|
- OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}
|
||||||
- OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400
|
- OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
|
||||||
- OP_NODE_SYNCMODE=execution-layer
|
- 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_AUTH=/jwtsecret
|
||||||
|
- OP_NODE_L2_ENGINE_RPC=http://mode-sepolia-archive:8551
|
||||||
- OP_NODE_LOG_LEVEL=info
|
- OP_NODE_LOG_LEVEL=info
|
||||||
- OP_NODE_METRICS_ADDR=0.0.0.0
|
- OP_NODE_METRICS_ADDR=0.0.0.0
|
||||||
- OP_NODE_METRICS_ENABLED=true
|
- OP_NODE_METRICS_ENABLED=true
|
||||||
- OP_NODE_METRICS_PORT=7300
|
- 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_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_ADDR=0.0.0.0
|
||||||
- OP_NODE_RPC_PORT=8545
|
- OP_NODE_RPC_PORT=8545
|
||||||
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
||||||
|
- OP_NODE_SYNCMODE=execution-layer
|
||||||
- OP_NODE_VERIFIER_L1_CONFS=0
|
- OP_NODE_VERIFIER_L1_CONFS=0
|
||||||
entrypoint: [op-node]
|
entrypoint: [op-node]
|
||||||
networks:
|
networks:
|
||||||
@@ -112,7 +103,6 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
mode-sepolia-op-erigon-archive-trace:
|
mode-sepolia-op-erigon-archive-trace:
|
||||||
@@ -153,3 +143,5 @@ x-upstreams:
|
|||||||
- name: erigon_getBlockByTimestamp
|
- name: erigon_getBlockByTimestamp
|
||||||
- name: erigon_BlockNumber
|
- name: erigon_BlockNumber
|
||||||
- name: erigon_getLatestLogs
|
- name: erigon_getLatestLogs
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -31,39 +32,29 @@ services:
|
|||||||
- 35509:35509/udp
|
- 35509:35509/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${OP_MAINNET_OP_ERIGON_ARCHIVE_TRACE_DATA:-op-mainnet-op-erigon-archive-trace}:/root/.local/share/erigon
|
- ${OP_MAINNET_OP_ERIGON_ARCHIVE_TRACE_DATA:-op-mainnet-op-erigon-archive-trace}:/root/.local/share/erigon
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
entrypoint: [erigon]
|
entrypoint: [erigon]
|
||||||
command:
|
command:
|
||||||
|
- --authrpc.addr=0.0.0.0
|
||||||
|
- --authrpc.jwtsecret=/jwtsecret
|
||||||
|
- --authrpc.vhosts=*
|
||||||
|
- --chain=op-mainnet
|
||||||
- --datadir=/root/.local/share/erigon
|
- --datadir=/root/.local/share/erigon
|
||||||
- --port=10509
|
|
||||||
- --nat=extip:${IP}
|
|
||||||
- --http
|
- --http
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine
|
||||||
- --http.port=8545
|
- --http.port=8545
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --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
|
|
||||||
|
|
||||||
- --p2p.allowed-ports=30509
|
- --p2p.allowed-ports=30509
|
||||||
- --p2p.allowed-ports=35509
|
- --p2p.allowed-ports=35509
|
||||||
|
- --port=10509
|
||||||
- --chain=op-mainnet
|
- --rpc.gascap=6000000000
|
||||||
|
- --rpc.returndata.limit=1100000
|
||||||
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -84,26 +75,26 @@ services:
|
|||||||
- 15509:15509
|
- 15509:15509
|
||||||
- 15509:15509/udp
|
- 15509:15509/udp
|
||||||
environment:
|
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=${ETHEREUM_MAINNET_BEACON_REST}
|
||||||
- OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER}
|
- 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_AUTH=/jwtsecret
|
||||||
|
- OP_NODE_L2_ENGINE_RPC=http://op-mainnet-archive:8551
|
||||||
- OP_NODE_LOG_LEVEL=info
|
- OP_NODE_LOG_LEVEL=info
|
||||||
- OP_NODE_METRICS_ADDR=0.0.0.0
|
- OP_NODE_METRICS_ADDR=0.0.0.0
|
||||||
- OP_NODE_METRICS_ENABLED=true
|
- OP_NODE_METRICS_ENABLED=true
|
||||||
- OP_NODE_METRICS_PORT=7300
|
- 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_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_ADDR=0.0.0.0
|
||||||
- OP_NODE_RPC_PORT=8545
|
- OP_NODE_RPC_PORT=8545
|
||||||
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
||||||
|
- OP_NODE_SYNCMODE=execution-layer
|
||||||
- OP_NODE_VERIFIER_L1_CONFS=0
|
- OP_NODE_VERIFIER_L1_CONFS=0
|
||||||
entrypoint: [op-node]
|
entrypoint: [op-node]
|
||||||
networks:
|
networks:
|
||||||
@@ -111,7 +102,6 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
op-mainnet-op-erigon-archive-trace:
|
op-mainnet-op-erigon-archive-trace:
|
||||||
@@ -152,3 +142,5 @@ x-upstreams:
|
|||||||
- name: erigon_getBlockByTimestamp
|
- name: erigon_getBlockByTimestamp
|
||||||
- name: erigon_BlockNumber
|
- name: erigon_BlockNumber
|
||||||
- name: erigon_getLatestLogs
|
- name: erigon_getLatestLogs
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -31,39 +32,29 @@ services:
|
|||||||
- 35373:35373/udp
|
- 35373:35373/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${OP_SEPOLIA_OP_ERIGON_ARCHIVE_TRACE_DATA:-op-sepolia-op-erigon-archive-trace}:/root/.local/share/erigon
|
- ${OP_SEPOLIA_OP_ERIGON_ARCHIVE_TRACE_DATA:-op-sepolia-op-erigon-archive-trace}:/root/.local/share/erigon
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
entrypoint: [erigon]
|
entrypoint: [erigon]
|
||||||
command:
|
command:
|
||||||
|
- --authrpc.addr=0.0.0.0
|
||||||
|
- --authrpc.jwtsecret=/jwtsecret
|
||||||
|
- --authrpc.vhosts=*
|
||||||
|
- --chain=op-sepolia
|
||||||
- --datadir=/root/.local/share/erigon
|
- --datadir=/root/.local/share/erigon
|
||||||
- --port=10373
|
|
||||||
- --nat=extip:${IP}
|
|
||||||
- --http
|
- --http
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine
|
||||||
- --http.port=8545
|
- --http.port=8545
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --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
|
|
||||||
|
|
||||||
- --p2p.allowed-ports=30373
|
- --p2p.allowed-ports=30373
|
||||||
- --p2p.allowed-ports=35373
|
- --p2p.allowed-ports=35373
|
||||||
|
- --port=10373
|
||||||
- --chain=op-sepolia
|
- --rpc.gascap=6000000000
|
||||||
|
- --rpc.returndata.limit=1100000
|
||||||
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -84,27 +75,27 @@ services:
|
|||||||
- 15373:15373
|
- 15373:15373
|
||||||
- 15373:15373/udp
|
- 15373:15373/udp
|
||||||
environment:
|
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=${ETHEREUM_SEPOLIA_BEACON_REST}
|
||||||
- OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}
|
- OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}
|
||||||
- OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400
|
- OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
|
||||||
- OP_NODE_SYNCMODE=execution-layer
|
- 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_AUTH=/jwtsecret
|
||||||
|
- OP_NODE_L2_ENGINE_RPC=http://op-sepolia-archive:8551
|
||||||
- OP_NODE_LOG_LEVEL=info
|
- OP_NODE_LOG_LEVEL=info
|
||||||
- OP_NODE_METRICS_ADDR=0.0.0.0
|
- OP_NODE_METRICS_ADDR=0.0.0.0
|
||||||
- OP_NODE_METRICS_ENABLED=true
|
- OP_NODE_METRICS_ENABLED=true
|
||||||
- OP_NODE_METRICS_PORT=7300
|
- 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_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_ADDR=0.0.0.0
|
||||||
- OP_NODE_RPC_PORT=8545
|
- OP_NODE_RPC_PORT=8545
|
||||||
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
||||||
|
- OP_NODE_SYNCMODE=execution-layer
|
||||||
- OP_NODE_VERIFIER_L1_CONFS=0
|
- OP_NODE_VERIFIER_L1_CONFS=0
|
||||||
entrypoint: [op-node]
|
entrypoint: [op-node]
|
||||||
networks:
|
networks:
|
||||||
@@ -112,7 +103,6 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
op-sepolia-op-erigon-archive-trace:
|
op-sepolia-op-erigon-archive-trace:
|
||||||
@@ -153,3 +143,5 @@ x-upstreams:
|
|||||||
- name: erigon_getBlockByTimestamp
|
- name: erigon_getBlockByTimestamp
|
||||||
- name: erigon_BlockNumber
|
- name: erigon_BlockNumber
|
||||||
- name: erigon_getLatestLogs
|
- name: erigon_getLatestLogs
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -31,39 +32,29 @@ services:
|
|||||||
- 35671:35671/udp
|
- 35671:35671/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${SNAX_MAINNET_OP_ERIGON_ARCHIVE_TRACE_DATA:-snax-mainnet-op-erigon-archive-trace}:/root/.local/share/erigon
|
- ${SNAX_MAINNET_OP_ERIGON_ARCHIVE_TRACE_DATA:-snax-mainnet-op-erigon-archive-trace}:/root/.local/share/erigon
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
entrypoint: [erigon]
|
entrypoint: [erigon]
|
||||||
command:
|
command:
|
||||||
|
- --authrpc.addr=0.0.0.0
|
||||||
|
- --authrpc.jwtsecret=/jwtsecret
|
||||||
|
- --authrpc.vhosts=*
|
||||||
|
- --chain=snax-mainnet
|
||||||
- --datadir=/root/.local/share/erigon
|
- --datadir=/root/.local/share/erigon
|
||||||
- --port=10671
|
|
||||||
- --nat=extip:${IP}
|
|
||||||
- --http
|
- --http
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine
|
||||||
- --http.port=8545
|
- --http.port=8545
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --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
|
|
||||||
|
|
||||||
- --p2p.allowed-ports=30671
|
- --p2p.allowed-ports=30671
|
||||||
- --p2p.allowed-ports=35671
|
- --p2p.allowed-ports=35671
|
||||||
|
- --port=10671
|
||||||
- --chain=snax-mainnet
|
- --rpc.gascap=6000000000
|
||||||
|
- --rpc.returndata.limit=1100000
|
||||||
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -84,26 +75,26 @@ services:
|
|||||||
- 15671:15671
|
- 15671:15671
|
||||||
- 15671:15671/udp
|
- 15671:15671/udp
|
||||||
environment:
|
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=${ETHEREUM_MAINNET_BEACON_REST}
|
||||||
- OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER}
|
- 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_AUTH=/jwtsecret
|
||||||
|
- OP_NODE_L2_ENGINE_RPC=http://snax-mainnet-archive:8551
|
||||||
- OP_NODE_LOG_LEVEL=info
|
- OP_NODE_LOG_LEVEL=info
|
||||||
- OP_NODE_METRICS_ADDR=0.0.0.0
|
- OP_NODE_METRICS_ADDR=0.0.0.0
|
||||||
- OP_NODE_METRICS_ENABLED=true
|
- OP_NODE_METRICS_ENABLED=true
|
||||||
- OP_NODE_METRICS_PORT=7300
|
- 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_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_ADDR=0.0.0.0
|
||||||
- OP_NODE_RPC_PORT=8545
|
- OP_NODE_RPC_PORT=8545
|
||||||
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
||||||
|
- OP_NODE_SYNCMODE=execution-layer
|
||||||
- OP_NODE_VERIFIER_L1_CONFS=0
|
- OP_NODE_VERIFIER_L1_CONFS=0
|
||||||
entrypoint: [op-node]
|
entrypoint: [op-node]
|
||||||
networks:
|
networks:
|
||||||
@@ -111,7 +102,6 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
snax-mainnet-op-erigon-archive-trace:
|
snax-mainnet-op-erigon-archive-trace:
|
||||||
@@ -152,3 +142,5 @@ x-upstreams:
|
|||||||
- name: erigon_getBlockByTimestamp
|
- name: erigon_getBlockByTimestamp
|
||||||
- name: erigon_BlockNumber
|
- name: erigon_BlockNumber
|
||||||
- name: erigon_getLatestLogs
|
- name: erigon_getLatestLogs
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -31,39 +32,29 @@ services:
|
|||||||
- 35314:35314/udp
|
- 35314:35314/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${SONEIUM_MINATO_OP_ERIGON_ARCHIVE_TRACE_DATA:-soneium-minato-op-erigon-archive-trace}:/root/.local/share/erigon
|
- ${SONEIUM_MINATO_OP_ERIGON_ARCHIVE_TRACE_DATA:-soneium-minato-op-erigon-archive-trace}:/root/.local/share/erigon
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
entrypoint: [erigon]
|
entrypoint: [erigon]
|
||||||
command:
|
command:
|
||||||
|
- --authrpc.addr=0.0.0.0
|
||||||
|
- --authrpc.jwtsecret=/jwtsecret
|
||||||
|
- --authrpc.vhosts=*
|
||||||
|
- --chain=soneium-minato
|
||||||
- --datadir=/root/.local/share/erigon
|
- --datadir=/root/.local/share/erigon
|
||||||
- --port=10314
|
|
||||||
- --nat=extip:${IP}
|
|
||||||
- --http
|
- --http
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine
|
||||||
- --http.port=8545
|
- --http.port=8545
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --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
|
|
||||||
|
|
||||||
- --p2p.allowed-ports=30314
|
- --p2p.allowed-ports=30314
|
||||||
- --p2p.allowed-ports=35314
|
- --p2p.allowed-ports=35314
|
||||||
|
- --port=10314
|
||||||
- --chain=soneium-minato
|
- --rpc.gascap=6000000000
|
||||||
|
- --rpc.returndata.limit=1100000
|
||||||
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -84,27 +75,27 @@ services:
|
|||||||
- 15314:15314
|
- 15314:15314
|
||||||
- 15314:15314/udp
|
- 15314:15314/udp
|
||||||
environment:
|
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=${ETHEREUM_SEPOLIA_BEACON_REST}
|
||||||
- OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}
|
- OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}
|
||||||
- OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400
|
- OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
|
||||||
- OP_NODE_SYNCMODE=execution-layer
|
- 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_AUTH=/jwtsecret
|
||||||
|
- OP_NODE_L2_ENGINE_RPC=http://soneium-minato-archive:8551
|
||||||
- OP_NODE_LOG_LEVEL=info
|
- OP_NODE_LOG_LEVEL=info
|
||||||
- OP_NODE_METRICS_ADDR=0.0.0.0
|
- OP_NODE_METRICS_ADDR=0.0.0.0
|
||||||
- OP_NODE_METRICS_ENABLED=true
|
- OP_NODE_METRICS_ENABLED=true
|
||||||
- OP_NODE_METRICS_PORT=7300
|
- 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_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_ADDR=0.0.0.0
|
||||||
- OP_NODE_RPC_PORT=8545
|
- OP_NODE_RPC_PORT=8545
|
||||||
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
||||||
|
- OP_NODE_SYNCMODE=execution-layer
|
||||||
- OP_NODE_VERIFIER_L1_CONFS=0
|
- OP_NODE_VERIFIER_L1_CONFS=0
|
||||||
entrypoint: [op-node]
|
entrypoint: [op-node]
|
||||||
networks:
|
networks:
|
||||||
@@ -112,7 +103,6 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
soneium-minato-op-erigon-archive-trace:
|
soneium-minato-op-erigon-archive-trace:
|
||||||
@@ -153,3 +143,5 @@ x-upstreams:
|
|||||||
- name: erigon_getBlockByTimestamp
|
- name: erigon_getBlockByTimestamp
|
||||||
- name: erigon_BlockNumber
|
- name: erigon_BlockNumber
|
||||||
- name: erigon_getLatestLogs
|
- name: erigon_getLatestLogs
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -31,39 +32,29 @@ services:
|
|||||||
- 35810:35810/udp
|
- 35810:35810/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${SWELL_MAINNET_OP_ERIGON_ARCHIVE_TRACE_DATA:-swell-mainnet-op-erigon-archive-trace}:/root/.local/share/erigon
|
- ${SWELL_MAINNET_OP_ERIGON_ARCHIVE_TRACE_DATA:-swell-mainnet-op-erigon-archive-trace}:/root/.local/share/erigon
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
entrypoint: [erigon]
|
entrypoint: [erigon]
|
||||||
command:
|
command:
|
||||||
|
- --authrpc.addr=0.0.0.0
|
||||||
|
- --authrpc.jwtsecret=/jwtsecret
|
||||||
|
- --authrpc.vhosts=*
|
||||||
|
- --chain=swell-mainnet
|
||||||
- --datadir=/root/.local/share/erigon
|
- --datadir=/root/.local/share/erigon
|
||||||
- --port=10810
|
|
||||||
- --nat=extip:${IP}
|
|
||||||
- --http
|
- --http
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine
|
||||||
- --http.port=8545
|
- --http.port=8545
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --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
|
|
||||||
|
|
||||||
- --p2p.allowed-ports=30810
|
- --p2p.allowed-ports=30810
|
||||||
- --p2p.allowed-ports=35810
|
- --p2p.allowed-ports=35810
|
||||||
|
- --port=10810
|
||||||
- --chain=swell-mainnet
|
- --rpc.gascap=6000000000
|
||||||
|
- --rpc.returndata.limit=1100000
|
||||||
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -84,26 +75,26 @@ services:
|
|||||||
- 15810:15810
|
- 15810:15810
|
||||||
- 15810:15810/udp
|
- 15810:15810/udp
|
||||||
environment:
|
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=${ETHEREUM_MAINNET_BEACON_REST}
|
||||||
- OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER}
|
- 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_AUTH=/jwtsecret
|
||||||
|
- OP_NODE_L2_ENGINE_RPC=http://swell-mainnet-archive:8551
|
||||||
- OP_NODE_LOG_LEVEL=info
|
- OP_NODE_LOG_LEVEL=info
|
||||||
- OP_NODE_METRICS_ADDR=0.0.0.0
|
- OP_NODE_METRICS_ADDR=0.0.0.0
|
||||||
- OP_NODE_METRICS_ENABLED=true
|
- OP_NODE_METRICS_ENABLED=true
|
||||||
- OP_NODE_METRICS_PORT=7300
|
- 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_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_ADDR=0.0.0.0
|
||||||
- OP_NODE_RPC_PORT=8545
|
- OP_NODE_RPC_PORT=8545
|
||||||
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
||||||
|
- OP_NODE_SYNCMODE=execution-layer
|
||||||
- OP_NODE_VERIFIER_L1_CONFS=0
|
- OP_NODE_VERIFIER_L1_CONFS=0
|
||||||
entrypoint: [op-node]
|
entrypoint: [op-node]
|
||||||
networks:
|
networks:
|
||||||
@@ -111,7 +102,6 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
swell-mainnet-op-erigon-archive-trace:
|
swell-mainnet-op-erigon-archive-trace:
|
||||||
@@ -152,3 +142,5 @@ x-upstreams:
|
|||||||
- name: erigon_getBlockByTimestamp
|
- name: erigon_getBlockByTimestamp
|
||||||
- name: erigon_BlockNumber
|
- name: erigon_BlockNumber
|
||||||
- name: erigon_getLatestLogs
|
- name: erigon_getLatestLogs
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -31,39 +32,29 @@ services:
|
|||||||
- 35415:35415/udp
|
- 35415:35415/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${UNICHAIN_MAINNET_OP_ERIGON_ARCHIVE_TRACE_DATA:-unichain-mainnet-op-erigon-archive-trace}:/root/.local/share/erigon
|
- ${UNICHAIN_MAINNET_OP_ERIGON_ARCHIVE_TRACE_DATA:-unichain-mainnet-op-erigon-archive-trace}:/root/.local/share/erigon
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
entrypoint: [erigon]
|
entrypoint: [erigon]
|
||||||
command:
|
command:
|
||||||
|
- --authrpc.addr=0.0.0.0
|
||||||
|
- --authrpc.jwtsecret=/jwtsecret
|
||||||
|
- --authrpc.vhosts=*
|
||||||
|
- --chain=unichain-mainnet
|
||||||
- --datadir=/root/.local/share/erigon
|
- --datadir=/root/.local/share/erigon
|
||||||
- --port=10415
|
|
||||||
- --nat=extip:${IP}
|
|
||||||
- --http
|
- --http
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine
|
||||||
- --http.port=8545
|
- --http.port=8545
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --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
|
|
||||||
|
|
||||||
- --p2p.allowed-ports=30415
|
- --p2p.allowed-ports=30415
|
||||||
- --p2p.allowed-ports=35415
|
- --p2p.allowed-ports=35415
|
||||||
|
- --port=10415
|
||||||
- --chain=unichain-mainnet
|
- --rpc.gascap=6000000000
|
||||||
|
- --rpc.returndata.limit=1100000
|
||||||
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -84,26 +75,26 @@ services:
|
|||||||
- 15415:15415
|
- 15415:15415
|
||||||
- 15415:15415/udp
|
- 15415:15415/udp
|
||||||
environment:
|
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=${ETHEREUM_MAINNET_BEACON_REST}
|
||||||
- OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER}
|
- 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_AUTH=/jwtsecret
|
||||||
|
- OP_NODE_L2_ENGINE_RPC=http://unichain-mainnet-archive:8551
|
||||||
- OP_NODE_LOG_LEVEL=info
|
- OP_NODE_LOG_LEVEL=info
|
||||||
- OP_NODE_METRICS_ADDR=0.0.0.0
|
- OP_NODE_METRICS_ADDR=0.0.0.0
|
||||||
- OP_NODE_METRICS_ENABLED=true
|
- OP_NODE_METRICS_ENABLED=true
|
||||||
- OP_NODE_METRICS_PORT=7300
|
- 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_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_ADDR=0.0.0.0
|
||||||
- OP_NODE_RPC_PORT=8545
|
- OP_NODE_RPC_PORT=8545
|
||||||
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
||||||
|
- OP_NODE_SYNCMODE=execution-layer
|
||||||
- OP_NODE_VERIFIER_L1_CONFS=0
|
- OP_NODE_VERIFIER_L1_CONFS=0
|
||||||
entrypoint: [op-node]
|
entrypoint: [op-node]
|
||||||
networks:
|
networks:
|
||||||
@@ -111,7 +102,6 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
unichain-mainnet-op-erigon-archive-trace:
|
unichain-mainnet-op-erigon-archive-trace:
|
||||||
@@ -152,3 +142,5 @@ x-upstreams:
|
|||||||
- name: erigon_getBlockByTimestamp
|
- name: erigon_getBlockByTimestamp
|
||||||
- name: erigon_BlockNumber
|
- name: erigon_BlockNumber
|
||||||
- name: erigon_getLatestLogs
|
- name: erigon_getLatestLogs
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -31,39 +32,29 @@ services:
|
|||||||
- 35196:35196/udp
|
- 35196:35196/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${UNICHAIN_SEPOLIA_OP_ERIGON_ARCHIVE_TRACE_DATA:-unichain-sepolia-op-erigon-archive-trace}:/root/.local/share/erigon
|
- ${UNICHAIN_SEPOLIA_OP_ERIGON_ARCHIVE_TRACE_DATA:-unichain-sepolia-op-erigon-archive-trace}:/root/.local/share/erigon
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
entrypoint: [erigon]
|
entrypoint: [erigon]
|
||||||
command:
|
command:
|
||||||
|
- --authrpc.addr=0.0.0.0
|
||||||
|
- --authrpc.jwtsecret=/jwtsecret
|
||||||
|
- --authrpc.vhosts=*
|
||||||
|
- --chain=unichain-sepolia
|
||||||
- --datadir=/root/.local/share/erigon
|
- --datadir=/root/.local/share/erigon
|
||||||
- --port=10196
|
|
||||||
- --nat=extip:${IP}
|
|
||||||
- --http
|
- --http
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine
|
||||||
- --http.port=8545
|
- --http.port=8545
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --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
|
|
||||||
|
|
||||||
- --p2p.allowed-ports=30196
|
- --p2p.allowed-ports=30196
|
||||||
- --p2p.allowed-ports=35196
|
- --p2p.allowed-ports=35196
|
||||||
|
- --port=10196
|
||||||
- --chain=unichain-sepolia
|
- --rpc.gascap=6000000000
|
||||||
|
- --rpc.returndata.limit=1100000
|
||||||
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -84,27 +75,27 @@ services:
|
|||||||
- 15196:15196
|
- 15196:15196
|
||||||
- 15196:15196/udp
|
- 15196:15196/udp
|
||||||
environment:
|
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=${ETHEREUM_SEPOLIA_BEACON_REST}
|
||||||
- OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}
|
- OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}
|
||||||
- OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400
|
- OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
|
||||||
- OP_NODE_SYNCMODE=execution-layer
|
- 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_AUTH=/jwtsecret
|
||||||
|
- OP_NODE_L2_ENGINE_RPC=http://unichain-sepolia-archive:8551
|
||||||
- OP_NODE_LOG_LEVEL=info
|
- OP_NODE_LOG_LEVEL=info
|
||||||
- OP_NODE_METRICS_ADDR=0.0.0.0
|
- OP_NODE_METRICS_ADDR=0.0.0.0
|
||||||
- OP_NODE_METRICS_ENABLED=true
|
- OP_NODE_METRICS_ENABLED=true
|
||||||
- OP_NODE_METRICS_PORT=7300
|
- 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_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_ADDR=0.0.0.0
|
||||||
- OP_NODE_RPC_PORT=8545
|
- OP_NODE_RPC_PORT=8545
|
||||||
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
||||||
|
- OP_NODE_SYNCMODE=execution-layer
|
||||||
- OP_NODE_VERIFIER_L1_CONFS=0
|
- OP_NODE_VERIFIER_L1_CONFS=0
|
||||||
entrypoint: [op-node]
|
entrypoint: [op-node]
|
||||||
networks:
|
networks:
|
||||||
@@ -112,7 +103,6 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
unichain-sepolia-op-erigon-archive-trace:
|
unichain-sepolia-op-erigon-archive-trace:
|
||||||
@@ -153,3 +143,5 @@ x-upstreams:
|
|||||||
- name: erigon_getBlockByTimestamp
|
- name: erigon_getBlockByTimestamp
|
||||||
- name: erigon_BlockNumber
|
- name: erigon_BlockNumber
|
||||||
- name: erigon_getLatestLogs
|
- name: erigon_getLatestLogs
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -31,39 +32,29 @@ services:
|
|||||||
- 35629:35629/udp
|
- 35629:35629/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${WORLDCHAIN_MAINNET_OP_ERIGON_ARCHIVE_TRACE_DATA:-worldchain-mainnet-op-erigon-archive-trace}:/root/.local/share/erigon
|
- ${WORLDCHAIN_MAINNET_OP_ERIGON_ARCHIVE_TRACE_DATA:-worldchain-mainnet-op-erigon-archive-trace}:/root/.local/share/erigon
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
entrypoint: [erigon]
|
entrypoint: [erigon]
|
||||||
command:
|
command:
|
||||||
|
- --authrpc.addr=0.0.0.0
|
||||||
|
- --authrpc.jwtsecret=/jwtsecret
|
||||||
|
- --authrpc.vhosts=*
|
||||||
|
- --chain=worldchain-mainnet
|
||||||
- --datadir=/root/.local/share/erigon
|
- --datadir=/root/.local/share/erigon
|
||||||
- --port=10629
|
|
||||||
- --nat=extip:${IP}
|
|
||||||
- --http
|
- --http
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine
|
||||||
- --http.port=8545
|
- --http.port=8545
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --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
|
|
||||||
|
|
||||||
- --p2p.allowed-ports=30629
|
- --p2p.allowed-ports=30629
|
||||||
- --p2p.allowed-ports=35629
|
- --p2p.allowed-ports=35629
|
||||||
|
- --port=10629
|
||||||
- --chain=worldchain-mainnet
|
- --rpc.gascap=6000000000
|
||||||
|
- --rpc.returndata.limit=1100000
|
||||||
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -84,26 +75,26 @@ services:
|
|||||||
- 15629:15629
|
- 15629:15629
|
||||||
- 15629:15629/udp
|
- 15629:15629/udp
|
||||||
environment:
|
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=${ETHEREUM_MAINNET_BEACON_REST}
|
||||||
- OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER}
|
- 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_AUTH=/jwtsecret
|
||||||
|
- OP_NODE_L2_ENGINE_RPC=http://worldchain-mainnet-archive:8551
|
||||||
- OP_NODE_LOG_LEVEL=info
|
- OP_NODE_LOG_LEVEL=info
|
||||||
- OP_NODE_METRICS_ADDR=0.0.0.0
|
- OP_NODE_METRICS_ADDR=0.0.0.0
|
||||||
- OP_NODE_METRICS_ENABLED=true
|
- OP_NODE_METRICS_ENABLED=true
|
||||||
- OP_NODE_METRICS_PORT=7300
|
- 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_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_ADDR=0.0.0.0
|
||||||
- OP_NODE_RPC_PORT=8545
|
- OP_NODE_RPC_PORT=8545
|
||||||
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
||||||
|
- OP_NODE_SYNCMODE=execution-layer
|
||||||
- OP_NODE_VERIFIER_L1_CONFS=0
|
- OP_NODE_VERIFIER_L1_CONFS=0
|
||||||
entrypoint: [op-node]
|
entrypoint: [op-node]
|
||||||
networks:
|
networks:
|
||||||
@@ -111,7 +102,6 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
worldchain-mainnet-op-erigon-archive-trace:
|
worldchain-mainnet-op-erigon-archive-trace:
|
||||||
@@ -152,3 +142,5 @@ x-upstreams:
|
|||||||
- name: erigon_getBlockByTimestamp
|
- name: erigon_getBlockByTimestamp
|
||||||
- name: erigon_BlockNumber
|
- name: erigon_BlockNumber
|
||||||
- name: erigon_getLatestLogs
|
- name: erigon_getLatestLogs
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -31,39 +32,29 @@ services:
|
|||||||
- 35046:35046/udp
|
- 35046:35046/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${WORLDCHAIN_SEPOLIA_OP_ERIGON_ARCHIVE_TRACE_DATA:-worldchain-sepolia-op-erigon-archive-trace}:/root/.local/share/erigon
|
- ${WORLDCHAIN_SEPOLIA_OP_ERIGON_ARCHIVE_TRACE_DATA:-worldchain-sepolia-op-erigon-archive-trace}:/root/.local/share/erigon
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
entrypoint: [erigon]
|
entrypoint: [erigon]
|
||||||
command:
|
command:
|
||||||
|
- --authrpc.addr=0.0.0.0
|
||||||
|
- --authrpc.jwtsecret=/jwtsecret
|
||||||
|
- --authrpc.vhosts=*
|
||||||
|
- --chain=worldchain-sepolia
|
||||||
- --datadir=/root/.local/share/erigon
|
- --datadir=/root/.local/share/erigon
|
||||||
- --port=10046
|
|
||||||
- --nat=extip:${IP}
|
|
||||||
- --http
|
- --http
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine
|
||||||
- --http.port=8545
|
- --http.port=8545
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --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
|
|
||||||
|
|
||||||
- --p2p.allowed-ports=30046
|
- --p2p.allowed-ports=30046
|
||||||
- --p2p.allowed-ports=35046
|
- --p2p.allowed-ports=35046
|
||||||
|
- --port=10046
|
||||||
- --chain=worldchain-sepolia
|
- --rpc.gascap=6000000000
|
||||||
|
- --rpc.returndata.limit=1100000
|
||||||
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -84,27 +75,27 @@ services:
|
|||||||
- 15046:15046
|
- 15046:15046
|
||||||
- 15046:15046/udp
|
- 15046:15046/udp
|
||||||
environment:
|
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=${ETHEREUM_SEPOLIA_BEACON_REST}
|
||||||
- OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}
|
- OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}
|
||||||
- OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400
|
- OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
|
||||||
- OP_NODE_SYNCMODE=execution-layer
|
- 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_AUTH=/jwtsecret
|
||||||
|
- OP_NODE_L2_ENGINE_RPC=http://worldchain-sepolia-archive:8551
|
||||||
- OP_NODE_LOG_LEVEL=info
|
- OP_NODE_LOG_LEVEL=info
|
||||||
- OP_NODE_METRICS_ADDR=0.0.0.0
|
- OP_NODE_METRICS_ADDR=0.0.0.0
|
||||||
- OP_NODE_METRICS_ENABLED=true
|
- OP_NODE_METRICS_ENABLED=true
|
||||||
- OP_NODE_METRICS_PORT=7300
|
- 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_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_ADDR=0.0.0.0
|
||||||
- OP_NODE_RPC_PORT=8545
|
- OP_NODE_RPC_PORT=8545
|
||||||
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
||||||
|
- OP_NODE_SYNCMODE=execution-layer
|
||||||
- OP_NODE_VERIFIER_L1_CONFS=0
|
- OP_NODE_VERIFIER_L1_CONFS=0
|
||||||
entrypoint: [op-node]
|
entrypoint: [op-node]
|
||||||
networks:
|
networks:
|
||||||
@@ -112,7 +103,6 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
worldchain-sepolia-op-erigon-archive-trace:
|
worldchain-sepolia-op-erigon-archive-trace:
|
||||||
@@ -153,3 +143,5 @@ x-upstreams:
|
|||||||
- name: erigon_getBlockByTimestamp
|
- name: erigon_getBlockByTimestamp
|
||||||
- name: erigon_BlockNumber
|
- name: erigon_BlockNumber
|
||||||
- name: erigon_getLatestLogs
|
- name: erigon_getLatestLogs
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -31,39 +32,29 @@ services:
|
|||||||
- 35360:35360/udp
|
- 35360:35360/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${ZORA_MAINNET_OP_ERIGON_ARCHIVE_TRACE_DATA:-zora-mainnet-op-erigon-archive-trace}:/root/.local/share/erigon
|
- ${ZORA_MAINNET_OP_ERIGON_ARCHIVE_TRACE_DATA:-zora-mainnet-op-erigon-archive-trace}:/root/.local/share/erigon
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
entrypoint: [erigon]
|
entrypoint: [erigon]
|
||||||
command:
|
command:
|
||||||
|
- --authrpc.addr=0.0.0.0
|
||||||
|
- --authrpc.jwtsecret=/jwtsecret
|
||||||
|
- --authrpc.vhosts=*
|
||||||
|
- --chain=zora-mainnet
|
||||||
- --datadir=/root/.local/share/erigon
|
- --datadir=/root/.local/share/erigon
|
||||||
- --port=10360
|
|
||||||
- --nat=extip:${IP}
|
|
||||||
- --http
|
- --http
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine
|
||||||
- --http.port=8545
|
- --http.port=8545
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --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
|
|
||||||
|
|
||||||
- --p2p.allowed-ports=30360
|
- --p2p.allowed-ports=30360
|
||||||
- --p2p.allowed-ports=35360
|
- --p2p.allowed-ports=35360
|
||||||
|
- --port=10360
|
||||||
- --chain=zora-mainnet
|
- --rpc.gascap=6000000000
|
||||||
|
- --rpc.returndata.limit=1100000
|
||||||
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -84,26 +75,26 @@ services:
|
|||||||
- 15360:15360
|
- 15360:15360
|
||||||
- 15360:15360/udp
|
- 15360:15360/udp
|
||||||
environment:
|
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=${ETHEREUM_MAINNET_BEACON_REST}
|
||||||
- OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER}
|
- 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_AUTH=/jwtsecret
|
||||||
|
- OP_NODE_L2_ENGINE_RPC=http://zora-mainnet-archive:8551
|
||||||
- OP_NODE_LOG_LEVEL=info
|
- OP_NODE_LOG_LEVEL=info
|
||||||
- OP_NODE_METRICS_ADDR=0.0.0.0
|
- OP_NODE_METRICS_ADDR=0.0.0.0
|
||||||
- OP_NODE_METRICS_ENABLED=true
|
- OP_NODE_METRICS_ENABLED=true
|
||||||
- OP_NODE_METRICS_PORT=7300
|
- 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_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_ADDR=0.0.0.0
|
||||||
- OP_NODE_RPC_PORT=8545
|
- OP_NODE_RPC_PORT=8545
|
||||||
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
||||||
|
- OP_NODE_SYNCMODE=execution-layer
|
||||||
- OP_NODE_VERIFIER_L1_CONFS=0
|
- OP_NODE_VERIFIER_L1_CONFS=0
|
||||||
entrypoint: [op-node]
|
entrypoint: [op-node]
|
||||||
networks:
|
networks:
|
||||||
@@ -111,7 +102,6 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
zora-mainnet-op-erigon-archive-trace:
|
zora-mainnet-op-erigon-archive-trace:
|
||||||
@@ -152,3 +142,5 @@ x-upstreams:
|
|||||||
- name: erigon_getBlockByTimestamp
|
- name: erigon_getBlockByTimestamp
|
||||||
- name: erigon_BlockNumber
|
- name: erigon_BlockNumber
|
||||||
- name: erigon_getLatestLogs
|
- name: erigon_getLatestLogs
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -31,39 +32,29 @@ services:
|
|||||||
- 35839:35839/udp
|
- 35839:35839/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${ZORA_SEPOLIA_OP_ERIGON_ARCHIVE_TRACE_DATA:-zora-sepolia-op-erigon-archive-trace}:/root/.local/share/erigon
|
- ${ZORA_SEPOLIA_OP_ERIGON_ARCHIVE_TRACE_DATA:-zora-sepolia-op-erigon-archive-trace}:/root/.local/share/erigon
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
entrypoint: [erigon]
|
entrypoint: [erigon]
|
||||||
command:
|
command:
|
||||||
|
- --authrpc.addr=0.0.0.0
|
||||||
|
- --authrpc.jwtsecret=/jwtsecret
|
||||||
|
- --authrpc.vhosts=*
|
||||||
|
- --chain=zora-sepolia
|
||||||
- --datadir=/root/.local/share/erigon
|
- --datadir=/root/.local/share/erigon
|
||||||
- --port=10839
|
|
||||||
- --nat=extip:${IP}
|
|
||||||
- --http
|
- --http
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine
|
||||||
- --http.port=8545
|
- --http.port=8545
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --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
|
|
||||||
|
|
||||||
- --p2p.allowed-ports=30839
|
- --p2p.allowed-ports=30839
|
||||||
- --p2p.allowed-ports=35839
|
- --p2p.allowed-ports=35839
|
||||||
|
- --port=10839
|
||||||
- --chain=zora-sepolia
|
- --rpc.gascap=6000000000
|
||||||
|
- --rpc.returndata.limit=1100000
|
||||||
|
- --ws
|
||||||
|
- --ws.port=8545
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -84,27 +75,27 @@ services:
|
|||||||
- 15839:15839
|
- 15839:15839
|
||||||
- 15839:15839/udp
|
- 15839:15839/udp
|
||||||
environment:
|
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=${ETHEREUM_SEPOLIA_BEACON_REST}
|
||||||
- OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}
|
- OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_SEPOLIA_BEACON_ARCHIVER}
|
||||||
- OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400
|
- OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
|
||||||
- OP_NODE_SYNCMODE=execution-layer
|
- 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_AUTH=/jwtsecret
|
||||||
|
- OP_NODE_L2_ENGINE_RPC=http://zora-sepolia-archive:8551
|
||||||
- OP_NODE_LOG_LEVEL=info
|
- OP_NODE_LOG_LEVEL=info
|
||||||
- OP_NODE_METRICS_ADDR=0.0.0.0
|
- OP_NODE_METRICS_ADDR=0.0.0.0
|
||||||
- OP_NODE_METRICS_ENABLED=true
|
- OP_NODE_METRICS_ENABLED=true
|
||||||
- OP_NODE_METRICS_PORT=7300
|
- 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_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_ADDR=0.0.0.0
|
||||||
- OP_NODE_RPC_PORT=8545
|
- OP_NODE_RPC_PORT=8545
|
||||||
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
||||||
|
- OP_NODE_SYNCMODE=execution-layer
|
||||||
- OP_NODE_VERIFIER_L1_CONFS=0
|
- OP_NODE_VERIFIER_L1_CONFS=0
|
||||||
entrypoint: [op-node]
|
entrypoint: [op-node]
|
||||||
networks:
|
networks:
|
||||||
@@ -112,7 +103,6 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
zora-sepolia-op-erigon-archive-trace:
|
zora-sepolia-op-erigon-archive-trace:
|
||||||
@@ -153,3 +143,5 @@ x-upstreams:
|
|||||||
- name: erigon_getBlockByTimestamp
|
- name: erigon_getBlockByTimestamp
|
||||||
- name: erigon_BlockNumber
|
- name: erigon_BlockNumber
|
||||||
- name: erigon_getLatestLogs
|
- name: erigon_getLatestLogs
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
# use at your own risk
|
# use at your own risk
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -26,44 +27,35 @@ services:
|
|||||||
- 10422:10422/udp
|
- 10422:10422/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ${BASE_MAINNET_OP_GETH_ARCHIVE_LEVELDB_HASH_DATA:-base-mainnet-op-geth-archive-leveldb-hash}:/data
|
- ${BASE_MAINNET_OP_GETH_ARCHIVE_LEVELDB_HASH_DATA:-base-mainnet-op-geth-archive-leveldb-hash}:/data
|
||||||
- /slowdisk:/slowdisk
|
|
||||||
|
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
- /slowdisk:/slowdisk
|
||||||
environment:
|
environment:
|
||||||
- GETH_OP_NETWORK=base-mainnet
|
- GETH_OP_NETWORK=base-mainnet
|
||||||
entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"]
|
entrypoint: [/bin/sh, -c, exec /usr/local/bin/geth "$@"]
|
||||||
command:
|
command:
|
||||||
|
- --authrpc.addr=0.0.0.0
|
||||||
|
- --authrpc.jwtsecret=/jwtsecret
|
||||||
|
- --authrpc.vhosts=*
|
||||||
- --datadir=/data
|
- --datadir=/data
|
||||||
- --port=10422
|
- --db.engine=leveldb
|
||||||
- --nat=extip:${IP}
|
- --gcmode=archive
|
||||||
- --http
|
- --http
|
||||||
|
- --http.addr=0.0.0.0
|
||||||
|
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||||
- --http.port=8545
|
- --http.port=8545
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --maxpeers=50
|
- --maxpeers=50
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --ws
|
- --port=10422
|
||||||
- --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
|
|
||||||
|
|
||||||
- --rpc.gascap=600000000
|
- --rpc.gascap=600000000
|
||||||
- --rpc.txfeecap=0
|
- --rpc.txfeecap=0
|
||||||
|
|
||||||
- --authrpc.addr=0.0.0.0
|
|
||||||
- --authrpc.vhosts=*
|
|
||||||
|
|
||||||
- --authrpc.jwtsecret=/jwtsecret
|
|
||||||
|
|
||||||
- --db.engine=leveldb
|
|
||||||
- --state.scheme=hash
|
- --state.scheme=hash
|
||||||
- --syncmode=full
|
- --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:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -84,26 +76,26 @@ services:
|
|||||||
- 15422:15422
|
- 15422:15422
|
||||||
- 15422:15422/udp
|
- 15422:15422/udp
|
||||||
environment:
|
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=${ETHEREUM_MAINNET_BEACON_REST}
|
||||||
- OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER}
|
- 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_AUTH=/jwtsecret
|
||||||
|
- OP_NODE_L2_ENGINE_RPC=http://base-mainnet-archive:8551
|
||||||
- OP_NODE_LOG_LEVEL=info
|
- OP_NODE_LOG_LEVEL=info
|
||||||
- OP_NODE_METRICS_ADDR=0.0.0.0
|
- OP_NODE_METRICS_ADDR=0.0.0.0
|
||||||
- OP_NODE_METRICS_ENABLED=true
|
- OP_NODE_METRICS_ENABLED=true
|
||||||
- OP_NODE_METRICS_PORT=7300
|
- 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_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_ADDR=0.0.0.0
|
||||||
- OP_NODE_RPC_PORT=8545
|
- OP_NODE_RPC_PORT=8545
|
||||||
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
||||||
|
- OP_NODE_SYNCMODE=execution-layer
|
||||||
- OP_NODE_VERIFIER_L1_CONFS=0
|
- OP_NODE_VERIFIER_L1_CONFS=0
|
||||||
entrypoint: [op-node]
|
entrypoint: [op-node]
|
||||||
networks:
|
networks:
|
||||||
@@ -111,7 +103,6 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
base-mainnet-op-geth-archive-leveldb-hash:
|
base-mainnet-op-geth-archive-leveldb-hash:
|
||||||
@@ -146,3 +137,5 @@ x-upstreams:
|
|||||||
# non standard geth and erigon
|
# non standard geth and erigon
|
||||||
- name: eth_getRawTransactionByHash
|
- name: eth_getRawTransactionByHash
|
||||||
- name: eth_getRawTransactionByBlockHashAndIndex
|
- name: eth_getRawTransactionByBlockHashAndIndex
|
||||||
|
|
||||||
|
...
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user