fix
This commit is contained in:
@@ -6,22 +6,21 @@ services:
|
|||||||
stop_grace_period: 3m
|
stop_grace_period: 3m
|
||||||
user: root
|
user: root
|
||||||
volumes:
|
volumes:
|
||||||
- 'arbitrum-one-nitro-archive-leveldb-hash:/persistent'
|
- 'arbitrum-one-nitro-archive-leveldb-hash:/root/.arbitrum'
|
||||||
|
|
||||||
- './tmp/arbitrum-one-archive:/tmp'
|
- './tmp/arbitrum-one-archive:/tmp'
|
||||||
expose:
|
expose:
|
||||||
- 8545
|
- 8545
|
||||||
command:
|
command:
|
||||||
- --chain.id=42161
|
- --chain.id=42161
|
||||||
- --persistent.ancient=/persistent/ancient
|
- --execution.caching.state-scheme=hash
|
||||||
- --persistent.chain=/persistent/chain
|
- --execution.rpc.gas-cap=600000000
|
||||||
- --persistent.global-config=/persistent/global-config
|
- --execution.caching.archive=true
|
||||||
- --execution.caching.state-scheme=hash
|
- --execution.sequencer.enable=false
|
||||||
- --persistent.db-engine=leveldb
|
- --persistent.db-engine=leveldb
|
||||||
- --execution.forwarding-target=None
|
- --persistent.chain=/root/.arbitrum/arbitrum-one-archive
|
||||||
- --node.feed.input.url=None
|
|
||||||
- --parent-chain.connection.url=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
- --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}
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.port=8545
|
- --http.port=8545
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
@@ -31,17 +30,17 @@ services:
|
|||||||
- --ws.addr=0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.api=eth,net,web3,arb,txpool,debug
|
- --ws.api=eth,net,web3,arb,txpool,debug
|
||||||
- --execution.rpc.gas-cap=600000000
|
|
||||||
- --metrics
|
- --metrics
|
||||||
- --metrics-server.addr=0.0.0.0
|
- --metrics-server.addr=0.0.0.0
|
||||||
- --metrics-server.port=6070
|
- --metrics-server.port=6070
|
||||||
- --log-type=json
|
- --log-type=json
|
||||||
|
- --node.sequencer=false
|
||||||
|
- --node.staker.enable=false
|
||||||
|
- --node.batch-poster.enable=false
|
||||||
|
|
||||||
- --execution.caching.archive=true
|
|
||||||
|
|
||||||
|
|
||||||
- --init.latest=archive
|
- --init.latest=archive
|
||||||
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
|
|||||||
@@ -4,9 +4,9 @@ logLevel:
|
|||||||
/: warn
|
/: warn
|
||||||
dataDir: /datadir
|
dataDir: /datadir
|
||||||
key:
|
key:
|
||||||
GenesisCommPath: /config/fastpath/pala/genesis_comm_info.json
|
GenesisCommPath: /config/genesis_comm_info.json
|
||||||
KeyStorePath: /keystore
|
KeyStorePath: /keystore
|
||||||
alterCommPath: /config/fastpath/pala/r2_comm_info.json
|
alterCommPath: /config/r2_comm_info.json
|
||||||
# masterCert: /keystore/master_cert.pem
|
# masterCert: /keystore/master_cert.pem
|
||||||
pala:
|
pala:
|
||||||
fromGenesis: false
|
fromGenesis: false
|
||||||
@@ -26,7 +26,7 @@ rpc:
|
|||||||
ws:
|
ws:
|
||||||
hostname: 0.0.0.0
|
hostname: 0.0.0.0
|
||||||
origins: '*'
|
origins: '*'
|
||||||
port: 8546
|
port: 8545
|
||||||
modules:
|
modules:
|
||||||
- eth
|
- eth
|
||||||
- thunder
|
- thunder
|
||||||
@@ -55,8 +55,6 @@ accel:
|
|||||||
TimePerBlock: 1s
|
TimePerBlock: 1s
|
||||||
TxPerBlockLimit: -1
|
TxPerBlockLimit: -1
|
||||||
eth:
|
eth:
|
||||||
logFile: /logs/thunder.eth.log
|
|
||||||
logFilter: "trie=4,state=4"
|
|
||||||
txLookupLimit: 0
|
txLookupLimit: 0
|
||||||
metrics:
|
metrics:
|
||||||
address: 0.0.0.0:9201
|
address: 0.0.0.0:9201
|
||||||
|
|||||||
@@ -55,8 +55,6 @@ accel:
|
|||||||
TimePerBlock: 1s
|
TimePerBlock: 1s
|
||||||
TxPerBlockLimit: -1
|
TxPerBlockLimit: -1
|
||||||
eth:
|
eth:
|
||||||
logFile: /logs/thunder.eth.log
|
|
||||||
logFilter: "trie=4,state=4"
|
|
||||||
txLookupLimit: 0
|
txLookupLimit: 0
|
||||||
metrics:
|
metrics:
|
||||||
address: 0.0.0.0:9201
|
address: 0.0.0.0:9201
|
||||||
|
|||||||
Reference in New Issue
Block a user