make goerli same as mainnet

This commit is contained in:
Sebastian
2023-08-12 05:00:53 +02:00
parent 0528ab823d
commit b43fed1d39

View File

@@ -18,22 +18,23 @@ services:
command: > command: >
--chain goerli --chain goerli
--externalcl --externalcl
--port=21766
--metrics --metrics.addr=0.0.0.0 --metrics.port=6060 --metrics --metrics.addr=0.0.0.0 --metrics.port=6060
--private.api.addr=0.0.0.0:9090 --private.api.addr=0.0.0.0:9090
--torrent.upload.rate="1250mb"
--torrent.download.rate="1250mb"
--pprof --pprof
--pprof.addr=0.0.0.0 --pprof.addr=0.0.0.0
--pprof.port=6061 --pprof.port=6061
--port=21766
--authrpc.addr=0.0.0.0 --authrpc.addr=0.0.0.0
--authrpc.vhosts=* --authrpc.vhosts=*
--authrpc.jwtsecret=/jwtsecret --authrpc.jwtsecret=/jwtsecret
--snapshots=true
--torrent.download.rate=1250mb
--torrent.upload.rate=1250mb
--http.addr=0.0.0.0 --http.addr=0.0.0.0
--http.vhosts=* --http.vhosts=*
--http.corsdomain=* --http.corsdomain=*
--http.api=eth,erigon,web3,net,debug,trace,txpool --http.api=eth,erigon,web3,net,debug,trace,txpool
--rpc.returndata.limit=1000000
--rpc.gascap=5000000000
--ws --ws
restart: unless-stopped restart: unless-stopped
stop_grace_period: 1m stop_grace_period: 1m