This commit is contained in:
Para Dox
2025-04-13 20:14:05 +07:00
parent ad3f353c8b
commit e259c428bd
19 changed files with 24 additions and 228 deletions

View File

@@ -18,9 +18,6 @@ services:
ulimits: ulimits:
nofile: 1048576 # Max open files (for RPC/WS connections) nofile: 1048576 # Max open files (for RPC/WS connections)
user: root user: root
ports:
- 11301:11301
- 11301:11301/udp
expose: expose:
- 8545 - 8545
- 8551 - 8551
@@ -31,13 +28,10 @@ services:
- --execution.forwarding-target=https://rpc.alephzero.raas.gelato.cloud - --execution.forwarding-target=https://rpc.alephzero.raas.gelato.cloud
- --execution.rpc.gas-cap=600000000 - --execution.rpc.gas-cap=600000000
- --execution.sequencer.enable=false - --execution.sequencer.enable=false
- --http
- --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 - --http.corsdomain=*
- --http.vhosts=* - --http.vhosts=*
- --maxpeers=50
- --nat=extip:${IP}
- --node.batch-poster.enable=false - --node.batch-poster.enable=false
- --node.data-availability.enable=true - --node.data-availability.enable=true
- --node.data-availability.parent-chain-node-url=${ETHEREUM_MAINNET_EXECUTION_RPC} - --node.data-availability.parent-chain-node-url=${ETHEREUM_MAINNET_EXECUTION_RPC}
@@ -51,12 +45,7 @@ services:
- --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC} - --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC}
- --persistent.chain=/root/.arbitrum/alephzero-mainnet-archive - --persistent.chain=/root/.arbitrum/alephzero-mainnet-archive
- --persistent.db-engine=leveldb - --persistent.db-engine=leveldb
- --port=11301
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --ws
- --ws.addr=0.0.0.0 - --ws.addr=0.0.0.0
- --ws.api=eth,net,web3,arb,txpool,debug
- --ws.origins=* - --ws.origins=*
- --ws.port=8545 - --ws.port=8545
restart: unless-stopped restart: unless-stopped

View File

@@ -18,9 +18,6 @@ services:
ulimits: ulimits:
nofile: 1048576 # Max open files (for RPC/WS connections) nofile: 1048576 # Max open files (for RPC/WS connections)
user: root user: root
ports:
- 11301:11301
- 11301:11301/udp
expose: expose:
- 8545 - 8545
- 8551 - 8551
@@ -31,13 +28,10 @@ services:
- --execution.forwarding-target=https://rpc.alephzero.raas.gelato.cloud - --execution.forwarding-target=https://rpc.alephzero.raas.gelato.cloud
- --execution.rpc.gas-cap=600000000 - --execution.rpc.gas-cap=600000000
- --execution.sequencer.enable=false - --execution.sequencer.enable=false
- --http
- --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 - --http.corsdomain=*
- --http.vhosts=* - --http.vhosts=*
- --maxpeers=50
- --nat=extip:${IP}
- --node.batch-poster.enable=false - --node.batch-poster.enable=false
- --node.data-availability.enable=true - --node.data-availability.enable=true
- --node.data-availability.parent-chain-node-url=${ETHEREUM_MAINNET_EXECUTION_RPC} - --node.data-availability.parent-chain-node-url=${ETHEREUM_MAINNET_EXECUTION_RPC}
@@ -51,12 +45,7 @@ services:
- --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC} - --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC}
- --persistent.chain=/root/.arbitrum/alephzero-mainnet - --persistent.chain=/root/.arbitrum/alephzero-mainnet
- --persistent.db-engine=pebble - --persistent.db-engine=pebble
- --port=11301
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --ws
- --ws.addr=0.0.0.0 - --ws.addr=0.0.0.0
- --ws.api=eth,net,web3,arb,txpool,debug
- --ws.origins=* - --ws.origins=*
- --ws.port=8545 - --ws.port=8545
restart: unless-stopped restart: unless-stopped

View File

@@ -18,9 +18,6 @@ services:
ulimits: ulimits:
nofile: 1048576 # Max open files (for RPC/WS connections) nofile: 1048576 # Max open files (for RPC/WS connections)
user: root user: root
ports:
- 12083:12083
- 12083:12083/udp
expose: expose:
- 8545 - 8545
- 8551 - 8551
@@ -31,13 +28,10 @@ services:
- --execution.forwarding-target=https://rpc.alephzero-testnet.gelato.digital - --execution.forwarding-target=https://rpc.alephzero-testnet.gelato.digital
- --execution.rpc.gas-cap=600000000 - --execution.rpc.gas-cap=600000000
- --execution.sequencer.enable=false - --execution.sequencer.enable=false
- --http
- --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 - --http.corsdomain=*
- --http.vhosts=* - --http.vhosts=*
- --maxpeers=50
- --nat=extip:${IP}
- --node.batch-poster.enable=false - --node.batch-poster.enable=false
- --node.data-availability.enable=true - --node.data-availability.enable=true
- --node.data-availability.parent-chain-node-url=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - --node.data-availability.parent-chain-node-url=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
@@ -51,12 +45,7 @@ services:
- --parent-chain.connection.url=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - --parent-chain.connection.url=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
- --persistent.chain=/root/.arbitrum/alephzero-sepolia-archive - --persistent.chain=/root/.arbitrum/alephzero-sepolia-archive
- --persistent.db-engine=leveldb - --persistent.db-engine=leveldb
- --port=12083
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --ws
- --ws.addr=0.0.0.0 - --ws.addr=0.0.0.0
- --ws.api=eth,net,web3,arb,txpool,debug
- --ws.origins=* - --ws.origins=*
- --ws.port=8545 - --ws.port=8545
restart: unless-stopped restart: unless-stopped

View File

@@ -18,9 +18,6 @@ services:
ulimits: ulimits:
nofile: 1048576 # Max open files (for RPC/WS connections) nofile: 1048576 # Max open files (for RPC/WS connections)
user: root user: root
ports:
- 12083:12083
- 12083:12083/udp
expose: expose:
- 8545 - 8545
- 8551 - 8551
@@ -31,13 +28,10 @@ services:
- --execution.forwarding-target=https://rpc.alephzero-testnet.gelato.digital - --execution.forwarding-target=https://rpc.alephzero-testnet.gelato.digital
- --execution.rpc.gas-cap=600000000 - --execution.rpc.gas-cap=600000000
- --execution.sequencer.enable=false - --execution.sequencer.enable=false
- --http
- --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 - --http.corsdomain=*
- --http.vhosts=* - --http.vhosts=*
- --maxpeers=50
- --nat=extip:${IP}
- --node.batch-poster.enable=false - --node.batch-poster.enable=false
- --node.data-availability.enable=true - --node.data-availability.enable=true
- --node.data-availability.parent-chain-node-url=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - --node.data-availability.parent-chain-node-url=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
@@ -51,12 +45,7 @@ services:
- --parent-chain.connection.url=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - --parent-chain.connection.url=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
- --persistent.chain=/root/.arbitrum/alephzero-sepolia - --persistent.chain=/root/.arbitrum/alephzero-sepolia
- --persistent.db-engine=pebble - --persistent.db-engine=pebble
- --port=12083
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --ws
- --ws.addr=0.0.0.0 - --ws.addr=0.0.0.0
- --ws.api=eth,net,web3,arb,txpool,debug
- --ws.origins=* - --ws.origins=*
- --ws.port=8545 - --ws.port=8545
restart: unless-stopped restart: unless-stopped

View File

@@ -18,9 +18,6 @@ services:
ulimits: ulimits:
nofile: 1048576 # Max open files (for RPC/WS connections) nofile: 1048576 # Max open files (for RPC/WS connections)
user: root user: root
ports:
- 13468:13468
- 13468:13468/udp
expose: expose:
- 8545 - 8545
- 8551 - 8551
@@ -30,14 +27,11 @@ services:
- --execution.caching.state-scheme=hash - --execution.caching.state-scheme=hash
- --execution.rpc.gas-cap=600000000 - --execution.rpc.gas-cap=600000000
- --execution.sequencer.enable=false - --execution.sequencer.enable=false
- --http
- --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 - --http.corsdomain=*
- --http.vhosts=* - --http.vhosts=*
- --init.latest=archive - --init.latest=archive
- --maxpeers=50
- --nat=extip:${IP}
- --node.batch-poster.enable=false - --node.batch-poster.enable=false
- --node.sequencer=false - --node.sequencer=false
- --node.staker.enable=false - --node.staker.enable=false
@@ -45,14 +39,10 @@ services:
- --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC} - --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC}
- --persistent.chain=/root/.arbitrum/arbitrum-nova-archive - --persistent.chain=/root/.arbitrum/arbitrum-nova-archive
- --persistent.db-engine=leveldb - --persistent.db-engine=leveldb
- --port=13468
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --ws
- --ws.addr=0.0.0.0 - --ws.addr=0.0.0.0
- --ws.api=eth,net,web3,arb,txpool,debug
- --ws.origins=* - --ws.origins=*
- --ws.port=8545 - --ws.port=8545
- ./tmp/arbitrum-nova-archive:/tmp
restart: unless-stopped restart: unless-stopped
stop_grace_period: 5m stop_grace_period: 5m
networks: networks:

View File

@@ -18,9 +18,6 @@ services:
ulimits: ulimits:
nofile: 1048576 # Max open files (for RPC/WS connections) nofile: 1048576 # Max open files (for RPC/WS connections)
user: root user: root
ports:
- 13468:13468
- 13468:13468/udp
expose: expose:
- 8545 - 8545
- 8551 - 8551
@@ -30,14 +27,11 @@ services:
- --execution.caching.state-scheme=hash - --execution.caching.state-scheme=hash
- --execution.rpc.gas-cap=600000000 - --execution.rpc.gas-cap=600000000
- --execution.sequencer.enable=false - --execution.sequencer.enable=false
- --http
- --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 - --http.corsdomain=*
- --http.vhosts=* - --http.vhosts=*
- --init.latest=pruned - --init.latest=pruned
- --maxpeers=50
- --nat=extip:${IP}
- --node.batch-poster.enable=false - --node.batch-poster.enable=false
- --node.sequencer=false - --node.sequencer=false
- --node.staker.enable=false - --node.staker.enable=false
@@ -45,14 +39,10 @@ services:
- --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC} - --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC}
- --persistent.chain=/root/.arbitrum/arbitrum-nova - --persistent.chain=/root/.arbitrum/arbitrum-nova
- --persistent.db-engine=pebble - --persistent.db-engine=pebble
- --port=13468
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --ws
- --ws.addr=0.0.0.0 - --ws.addr=0.0.0.0
- --ws.api=eth,net,web3,arb,txpool,debug
- --ws.origins=* - --ws.origins=*
- --ws.port=8545 - --ws.port=8545
- ./tmp/arbitrum-nova:/tmp
restart: unless-stopped restart: unless-stopped
stop_grace_period: 5m stop_grace_period: 5m
networks: networks:

View File

@@ -18,9 +18,6 @@ services:
ulimits: ulimits:
nofile: 1048576 # Max open files (for RPC/WS connections) nofile: 1048576 # Max open files (for RPC/WS connections)
user: root user: root
ports:
- 14317:14317
- 14317:14317/udp
expose: expose:
- 8545 - 8545
- 8551 - 8551
@@ -30,14 +27,11 @@ services:
- --execution.caching.state-scheme=hash - --execution.caching.state-scheme=hash
- --execution.rpc.gas-cap=600000000 - --execution.rpc.gas-cap=600000000
- --execution.sequencer.enable=false - --execution.sequencer.enable=false
- --http
- --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 - --http.corsdomain=*
- --http.vhosts=* - --http.vhosts=*
- --init.latest=archive - --init.latest=archive
- --maxpeers=50
- --nat=extip:${IP}
- --node.batch-poster.enable=false - --node.batch-poster.enable=false
- --node.sequencer=false - --node.sequencer=false
- --node.staker.enable=false - --node.staker.enable=false
@@ -45,14 +39,10 @@ services:
- --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC} - --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC}
- --persistent.chain=/root/.arbitrum/arbitrum-one-archive - --persistent.chain=/root/.arbitrum/arbitrum-one-archive
- --persistent.db-engine=leveldb - --persistent.db-engine=leveldb
- --port=14317
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --ws
- --ws.addr=0.0.0.0 - --ws.addr=0.0.0.0
- --ws.api=eth,net,web3,arb,txpool,debug
- --ws.origins=* - --ws.origins=*
- --ws.port=8545 - --ws.port=8545
- ./tmp/arbitrum-one-archive:/tmp
restart: unless-stopped restart: unless-stopped
stop_grace_period: 5m stop_grace_period: 5m
networks: networks:

View File

@@ -18,9 +18,6 @@ services:
ulimits: ulimits:
nofile: 1048576 # Max open files (for RPC/WS connections) nofile: 1048576 # Max open files (for RPC/WS connections)
user: root user: root
ports:
- 14317:14317
- 14317:14317/udp
expose: expose:
- 8545 - 8545
- 8551 - 8551
@@ -30,14 +27,11 @@ services:
- --execution.caching.state-scheme=hash - --execution.caching.state-scheme=hash
- --execution.rpc.gas-cap=600000000 - --execution.rpc.gas-cap=600000000
- --execution.sequencer.enable=false - --execution.sequencer.enable=false
- --http
- --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 - --http.corsdomain=*
- --http.vhosts=* - --http.vhosts=*
- --init.latest=pruned - --init.latest=pruned
- --maxpeers=50
- --nat=extip:${IP}
- --node.batch-poster.enable=false - --node.batch-poster.enable=false
- --node.sequencer=false - --node.sequencer=false
- --node.staker.enable=false - --node.staker.enable=false
@@ -45,14 +39,10 @@ services:
- --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC} - --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC}
- --persistent.chain=/root/.arbitrum/arbitrum-one - --persistent.chain=/root/.arbitrum/arbitrum-one
- --persistent.db-engine=pebble - --persistent.db-engine=pebble
- --port=14317
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --ws
- --ws.addr=0.0.0.0 - --ws.addr=0.0.0.0
- --ws.api=eth,net,web3,arb,txpool,debug
- --ws.origins=* - --ws.origins=*
- --ws.port=8545 - --ws.port=8545
- ./tmp/arbitrum-one:/tmp
restart: unless-stopped restart: unless-stopped
stop_grace_period: 5m stop_grace_period: 5m
networks: networks:

View File

@@ -18,9 +18,6 @@ services:
ulimits: ulimits:
nofile: 1048576 # Max open files (for RPC/WS connections) nofile: 1048576 # Max open files (for RPC/WS connections)
user: root user: root
ports:
- 12360:12360
- 12360:12360/udp
expose: expose:
- 8545 - 8545
- 8551 - 8551
@@ -30,14 +27,11 @@ services:
- --execution.caching.state-scheme=hash - --execution.caching.state-scheme=hash
- --execution.rpc.gas-cap=600000000 - --execution.rpc.gas-cap=600000000
- --execution.sequencer.enable=false - --execution.sequencer.enable=false
- --http
- --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 - --http.corsdomain=*
- --http.vhosts=* - --http.vhosts=*
- --init.latest=archive - --init.latest=archive
- --maxpeers=50
- --nat=extip:${IP}
- --node.batch-poster.enable=false - --node.batch-poster.enable=false
- --node.sequencer=false - --node.sequencer=false
- --node.staker.enable=false - --node.staker.enable=false
@@ -45,14 +39,10 @@ services:
- --parent-chain.connection.url=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - --parent-chain.connection.url=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
- --persistent.chain=/root/.arbitrum/arbitrum-sepolia-archive - --persistent.chain=/root/.arbitrum/arbitrum-sepolia-archive
- --persistent.db-engine=pebble - --persistent.db-engine=pebble
- --port=12360
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --ws
- --ws.addr=0.0.0.0 - --ws.addr=0.0.0.0
- --ws.api=eth,net,web3,arb,txpool,debug
- --ws.origins=* - --ws.origins=*
- --ws.port=8545 - --ws.port=8545
- ./tmp/arbitrum-sepolia-archive:/tmp
restart: unless-stopped restart: unless-stopped
stop_grace_period: 5m stop_grace_period: 5m
networks: networks:

View File

@@ -18,9 +18,6 @@ services:
ulimits: ulimits:
nofile: 1048576 # Max open files (for RPC/WS connections) nofile: 1048576 # Max open files (for RPC/WS connections)
user: root user: root
ports:
- 11111:11111
- 11111:11111/udp
expose: expose:
- 8545 - 8545
- 8551 - 8551
@@ -31,13 +28,10 @@ services:
- --execution.forwarding-target=https://rpc.connext-sepolia.gelato.digital - --execution.forwarding-target=https://rpc.connext-sepolia.gelato.digital
- --execution.rpc.gas-cap=600000000 - --execution.rpc.gas-cap=600000000
- --execution.sequencer.enable=false - --execution.sequencer.enable=false
- --http
- --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 - --http.corsdomain=*
- --http.vhosts=* - --http.vhosts=*
- --maxpeers=50
- --nat=extip:${IP}
- --node.batch-poster.enable=false - --node.batch-poster.enable=false
- --node.data-availability.enable=true - --node.data-availability.enable=true
- --node.data-availability.parent-chain-node-url=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - --node.data-availability.parent-chain-node-url=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
@@ -51,12 +45,7 @@ services:
- --parent-chain.connection.url=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - --parent-chain.connection.url=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
- --persistent.chain=/root/.arbitrum/connext-sepolia-archive - --persistent.chain=/root/.arbitrum/connext-sepolia-archive
- --persistent.db-engine=leveldb - --persistent.db-engine=leveldb
- --port=11111
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --ws
- --ws.addr=0.0.0.0 - --ws.addr=0.0.0.0
- --ws.api=eth,net,web3,arb,txpool,debug
- --ws.origins=* - --ws.origins=*
- --ws.port=8545 - --ws.port=8545
restart: unless-stopped restart: unless-stopped

View File

@@ -18,9 +18,6 @@ services:
ulimits: ulimits:
nofile: 1048576 # Max open files (for RPC/WS connections) nofile: 1048576 # Max open files (for RPC/WS connections)
user: root user: root
ports:
- 11111:11111
- 11111:11111/udp
expose: expose:
- 8545 - 8545
- 8551 - 8551
@@ -31,13 +28,10 @@ services:
- --execution.forwarding-target=https://rpc.connext-sepolia.gelato.digital - --execution.forwarding-target=https://rpc.connext-sepolia.gelato.digital
- --execution.rpc.gas-cap=600000000 - --execution.rpc.gas-cap=600000000
- --execution.sequencer.enable=false - --execution.sequencer.enable=false
- --http
- --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 - --http.corsdomain=*
- --http.vhosts=* - --http.vhosts=*
- --maxpeers=50
- --nat=extip:${IP}
- --node.batch-poster.enable=false - --node.batch-poster.enable=false
- --node.data-availability.enable=true - --node.data-availability.enable=true
- --node.data-availability.parent-chain-node-url=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - --node.data-availability.parent-chain-node-url=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
@@ -51,12 +45,7 @@ services:
- --parent-chain.connection.url=${ETHEREUM_SEPOLIA_EXECUTION_RPC} - --parent-chain.connection.url=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
- --persistent.chain=/root/.arbitrum/connext-sepolia - --persistent.chain=/root/.arbitrum/connext-sepolia
- --persistent.db-engine=pebble - --persistent.db-engine=pebble
- --port=11111
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --ws
- --ws.addr=0.0.0.0 - --ws.addr=0.0.0.0
- --ws.api=eth,net,web3,arb,txpool,debug
- --ws.origins=* - --ws.origins=*
- --ws.port=8545 - --ws.port=8545
restart: unless-stopped restart: unless-stopped

View File

@@ -18,9 +18,6 @@ services:
ulimits: ulimits:
nofile: 1048576 # Max open files (for RPC/WS connections) nofile: 1048576 # Max open files (for RPC/WS connections)
user: root user: root
ports:
- 10870:10870
- 10870:10870/udp
expose: expose:
- 8545 - 8545
- 8551 - 8551
@@ -31,13 +28,10 @@ services:
- --execution.forwarding-target=https://rpc.everclear.raas.gelato.cloud - --execution.forwarding-target=https://rpc.everclear.raas.gelato.cloud
- --execution.rpc.gas-cap=600000000 - --execution.rpc.gas-cap=600000000
- --execution.sequencer.enable=false - --execution.sequencer.enable=false
- --http
- --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 - --http.corsdomain=*
- --http.vhosts=* - --http.vhosts=*
- --maxpeers=50
- --nat=extip:${IP}
- --node.batch-poster.enable=false - --node.batch-poster.enable=false
- --node.data-availability.enable=true - --node.data-availability.enable=true
- --node.data-availability.parent-chain-node-url=${ETHEREUM_MAINNET_EXECUTION_RPC} - --node.data-availability.parent-chain-node-url=${ETHEREUM_MAINNET_EXECUTION_RPC}
@@ -51,12 +45,7 @@ services:
- --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC} - --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC}
- --persistent.chain=/root/.arbitrum/everclear-mainnet-archive - --persistent.chain=/root/.arbitrum/everclear-mainnet-archive
- --persistent.db-engine=leveldb - --persistent.db-engine=leveldb
- --port=10870
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --ws
- --ws.addr=0.0.0.0 - --ws.addr=0.0.0.0
- --ws.api=eth,net,web3,arb,txpool,debug
- --ws.origins=* - --ws.origins=*
- --ws.port=8545 - --ws.port=8545
restart: unless-stopped restart: unless-stopped

View File

@@ -18,9 +18,6 @@ services:
ulimits: ulimits:
nofile: 1048576 # Max open files (for RPC/WS connections) nofile: 1048576 # Max open files (for RPC/WS connections)
user: root user: root
ports:
- 10870:10870
- 10870:10870/udp
expose: expose:
- 8545 - 8545
- 8551 - 8551
@@ -31,13 +28,10 @@ services:
- --execution.forwarding-target=https://rpc.everclear.raas.gelato.cloud - --execution.forwarding-target=https://rpc.everclear.raas.gelato.cloud
- --execution.rpc.gas-cap=600000000 - --execution.rpc.gas-cap=600000000
- --execution.sequencer.enable=false - --execution.sequencer.enable=false
- --http
- --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 - --http.corsdomain=*
- --http.vhosts=* - --http.vhosts=*
- --maxpeers=50
- --nat=extip:${IP}
- --node.batch-poster.enable=false - --node.batch-poster.enable=false
- --node.data-availability.enable=true - --node.data-availability.enable=true
- --node.data-availability.parent-chain-node-url=${ETHEREUM_MAINNET_EXECUTION_RPC} - --node.data-availability.parent-chain-node-url=${ETHEREUM_MAINNET_EXECUTION_RPC}
@@ -51,12 +45,7 @@ services:
- --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC} - --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC}
- --persistent.chain=/root/.arbitrum/everclear-mainnet - --persistent.chain=/root/.arbitrum/everclear-mainnet
- --persistent.db-engine=pebble - --persistent.db-engine=pebble
- --port=10870
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --ws
- --ws.addr=0.0.0.0 - --ws.addr=0.0.0.0
- --ws.api=eth,net,web3,arb,txpool,debug
- --ws.origins=* - --ws.origins=*
- --ws.port=8545 - --ws.port=8545
restart: unless-stopped restart: unless-stopped

View File

@@ -18,9 +18,6 @@ services:
ulimits: ulimits:
nofile: 1048576 # Max open files (for RPC/WS connections) nofile: 1048576 # Max open files (for RPC/WS connections)
user: root user: root
ports:
- 11953:11953
- 11953:11953/udp
expose: expose:
- 8545 - 8545
- 8551 - 8551
@@ -31,13 +28,10 @@ services:
- --execution.forwarding-target=https://rpc.open-campus-codex.gelato.digital - --execution.forwarding-target=https://rpc.open-campus-codex.gelato.digital
- --execution.rpc.gas-cap=600000000 - --execution.rpc.gas-cap=600000000
- --execution.sequencer.enable=false - --execution.sequencer.enable=false
- --http
- --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 - --http.corsdomain=*
- --http.vhosts=* - --http.vhosts=*
- --maxpeers=50
- --nat=extip:${IP}
- --node.batch-poster.enable=false - --node.batch-poster.enable=false
- --node.data-availability.enable=true - --node.data-availability.enable=true
- --node.data-availability.parent-chain-node-url=${ARBITRUM_SEPOLIA_EXECUTION_RPC} - --node.data-availability.parent-chain-node-url=${ARBITRUM_SEPOLIA_EXECUTION_RPC}
@@ -50,12 +44,7 @@ services:
- --parent-chain.connection.url=${ARBITRUM_SEPOLIA_EXECUTION_RPC} - --parent-chain.connection.url=${ARBITRUM_SEPOLIA_EXECUTION_RPC}
- --persistent.chain=/root/.arbitrum/opencampuscodex-sepolia-archive - --persistent.chain=/root/.arbitrum/opencampuscodex-sepolia-archive
- --persistent.db-engine=leveldb - --persistent.db-engine=leveldb
- --port=11953
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --ws
- --ws.addr=0.0.0.0 - --ws.addr=0.0.0.0
- --ws.api=eth,net,web3,arb,txpool,debug
- --ws.origins=* - --ws.origins=*
- --ws.port=8545 - --ws.port=8545
restart: unless-stopped restart: unless-stopped

View File

@@ -18,9 +18,6 @@ services:
ulimits: ulimits:
nofile: 1048576 # Max open files (for RPC/WS connections) nofile: 1048576 # Max open files (for RPC/WS connections)
user: root user: root
ports:
- 11953:11953
- 11953:11953/udp
expose: expose:
- 8545 - 8545
- 8551 - 8551
@@ -31,13 +28,10 @@ services:
- --execution.forwarding-target=https://rpc.open-campus-codex.gelato.digital - --execution.forwarding-target=https://rpc.open-campus-codex.gelato.digital
- --execution.rpc.gas-cap=600000000 - --execution.rpc.gas-cap=600000000
- --execution.sequencer.enable=false - --execution.sequencer.enable=false
- --http
- --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 - --http.corsdomain=*
- --http.vhosts=* - --http.vhosts=*
- --maxpeers=50
- --nat=extip:${IP}
- --node.batch-poster.enable=false - --node.batch-poster.enable=false
- --node.data-availability.enable=true - --node.data-availability.enable=true
- --node.data-availability.parent-chain-node-url=${ARBITRUM_SEPOLIA_EXECUTION_RPC} - --node.data-availability.parent-chain-node-url=${ARBITRUM_SEPOLIA_EXECUTION_RPC}
@@ -50,12 +44,7 @@ services:
- --parent-chain.connection.url=${ARBITRUM_SEPOLIA_EXECUTION_RPC} - --parent-chain.connection.url=${ARBITRUM_SEPOLIA_EXECUTION_RPC}
- --persistent.chain=/root/.arbitrum/opencampuscodex-sepolia - --persistent.chain=/root/.arbitrum/opencampuscodex-sepolia
- --persistent.db-engine=pebble - --persistent.db-engine=pebble
- --port=11953
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --ws
- --ws.addr=0.0.0.0 - --ws.addr=0.0.0.0
- --ws.api=eth,net,web3,arb,txpool,debug
- --ws.origins=* - --ws.origins=*
- --ws.port=8545 - --ws.port=8545
restart: unless-stopped restart: unless-stopped

View File

@@ -18,9 +18,6 @@ services:
ulimits: ulimits:
nofile: 1048576 # Max open files (for RPC/WS connections) nofile: 1048576 # Max open files (for RPC/WS connections)
user: root user: root
ports:
- 12728:12728
- 12728:12728/udp
expose: expose:
- 8545 - 8545
- 8551 - 8551
@@ -31,13 +28,10 @@ services:
- --execution.forwarding-target=https://rpc.playblock.io - --execution.forwarding-target=https://rpc.playblock.io
- --execution.rpc.gas-cap=600000000 - --execution.rpc.gas-cap=600000000
- --execution.sequencer.enable=false - --execution.sequencer.enable=false
- --http
- --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 - --http.corsdomain=*
- --http.vhosts=* - --http.vhosts=*
- --maxpeers=50
- --nat=extip:${IP}
- --node.batch-poster.enable=false - --node.batch-poster.enable=false
- --node.data-availability.enable=true - --node.data-availability.enable=true
- --node.data-availability.parent-chain-node-url=${ETHEREUM_MAINNET_EXECUTION_RPC} - --node.data-availability.parent-chain-node-url=${ETHEREUM_MAINNET_EXECUTION_RPC}
@@ -51,12 +45,7 @@ services:
- --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC} - --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC}
- --persistent.chain=/root/.arbitrum/playblock-mainnet-archive - --persistent.chain=/root/.arbitrum/playblock-mainnet-archive
- --persistent.db-engine=leveldb - --persistent.db-engine=leveldb
- --port=12728
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --ws
- --ws.addr=0.0.0.0 - --ws.addr=0.0.0.0
- --ws.api=eth,net,web3,arb,txpool,debug
- --ws.origins=* - --ws.origins=*
- --ws.port=8545 - --ws.port=8545
restart: unless-stopped restart: unless-stopped

View File

@@ -18,9 +18,6 @@ services:
ulimits: ulimits:
nofile: 1048576 # Max open files (for RPC/WS connections) nofile: 1048576 # Max open files (for RPC/WS connections)
user: root user: root
ports:
- 12728:12728
- 12728:12728/udp
expose: expose:
- 8545 - 8545
- 8551 - 8551
@@ -31,13 +28,10 @@ services:
- --execution.forwarding-target=https://rpc.playblock.io - --execution.forwarding-target=https://rpc.playblock.io
- --execution.rpc.gas-cap=600000000 - --execution.rpc.gas-cap=600000000
- --execution.sequencer.enable=false - --execution.sequencer.enable=false
- --http
- --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 - --http.corsdomain=*
- --http.vhosts=* - --http.vhosts=*
- --maxpeers=50
- --nat=extip:${IP}
- --node.batch-poster.enable=false - --node.batch-poster.enable=false
- --node.data-availability.enable=true - --node.data-availability.enable=true
- --node.data-availability.parent-chain-node-url=${ETHEREUM_MAINNET_EXECUTION_RPC} - --node.data-availability.parent-chain-node-url=${ETHEREUM_MAINNET_EXECUTION_RPC}
@@ -51,12 +45,7 @@ services:
- --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC} - --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC}
- --persistent.chain=/root/.arbitrum/playblock-mainnet - --persistent.chain=/root/.arbitrum/playblock-mainnet
- --persistent.db-engine=pebble - --persistent.db-engine=pebble
- --port=12728
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --ws
- --ws.addr=0.0.0.0 - --ws.addr=0.0.0.0
- --ws.api=eth,net,web3,arb,txpool,debug
- --ws.origins=* - --ws.origins=*
- --ws.port=8545 - --ws.port=8545
restart: unless-stopped restart: unless-stopped

View File

@@ -18,9 +18,6 @@ services:
ulimits: ulimits:
nofile: 1048576 # Max open files (for RPC/WS connections) nofile: 1048576 # Max open files (for RPC/WS connections)
user: root user: root
ports:
- 10354:10354
- 10354:10354/udp
expose: expose:
- 8545 - 8545
- 8551 - 8551
@@ -31,13 +28,10 @@ services:
- --execution.forwarding-target=https://rpc.realforreal.gelato.digital - --execution.forwarding-target=https://rpc.realforreal.gelato.digital
- --execution.rpc.gas-cap=600000000 - --execution.rpc.gas-cap=600000000
- --execution.sequencer.enable=false - --execution.sequencer.enable=false
- --http
- --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 - --http.corsdomain=*
- --http.vhosts=* - --http.vhosts=*
- --maxpeers=50
- --nat=extip:${IP}
- --node.batch-poster.enable=false - --node.batch-poster.enable=false
- --node.data-availability.enable=true - --node.data-availability.enable=true
- --node.data-availability.parent-chain-node-url=${ETHEREUM_MAINNET_EXECUTION_RPC} - --node.data-availability.parent-chain-node-url=${ETHEREUM_MAINNET_EXECUTION_RPC}
@@ -51,12 +45,7 @@ services:
- --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC} - --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC}
- --persistent.chain=/root/.arbitrum/real-mainnet-archive - --persistent.chain=/root/.arbitrum/real-mainnet-archive
- --persistent.db-engine=leveldb - --persistent.db-engine=leveldb
- --port=10354
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --ws
- --ws.addr=0.0.0.0 - --ws.addr=0.0.0.0
- --ws.api=eth,net,web3,arb,txpool,debug
- --ws.origins=* - --ws.origins=*
- --ws.port=8545 - --ws.port=8545
restart: unless-stopped restart: unless-stopped

View File

@@ -18,9 +18,6 @@ services:
ulimits: ulimits:
nofile: 1048576 # Max open files (for RPC/WS connections) nofile: 1048576 # Max open files (for RPC/WS connections)
user: root user: root
ports:
- 10354:10354
- 10354:10354/udp
expose: expose:
- 8545 - 8545
- 8551 - 8551
@@ -31,13 +28,10 @@ services:
- --execution.forwarding-target=https://rpc.realforreal.gelato.digital - --execution.forwarding-target=https://rpc.realforreal.gelato.digital
- --execution.rpc.gas-cap=600000000 - --execution.rpc.gas-cap=600000000
- --execution.sequencer.enable=false - --execution.sequencer.enable=false
- --http
- --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 - --http.corsdomain=*
- --http.vhosts=* - --http.vhosts=*
- --maxpeers=50
- --nat=extip:${IP}
- --node.batch-poster.enable=false - --node.batch-poster.enable=false
- --node.data-availability.enable=true - --node.data-availability.enable=true
- --node.data-availability.parent-chain-node-url=${ETHEREUM_MAINNET_EXECUTION_RPC} - --node.data-availability.parent-chain-node-url=${ETHEREUM_MAINNET_EXECUTION_RPC}
@@ -51,12 +45,7 @@ services:
- --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC} - --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC}
- --persistent.chain=/root/.arbitrum/real-mainnet - --persistent.chain=/root/.arbitrum/real-mainnet
- --persistent.db-engine=pebble - --persistent.db-engine=pebble
- --port=10354
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --ws
- --ws.addr=0.0.0.0 - --ws.addr=0.0.0.0
- --ws.api=eth,net,web3,arb,txpool,debug
- --ws.origins=* - --ws.origins=*
- --ws.port=8545 - --ws.port=8545
restart: unless-stopped restart: unless-stopped