From cd490b43ee958b69af6465e4f3e032b50c1e672a Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Sat, 4 Jan 2025 09:55:23 +0100 Subject: [PATCH] open admin --- polygon-erigon.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polygon-erigon.yml b/polygon-erigon.yml index 420f5c28..f49a64ca 100644 --- a/polygon-erigon.yml +++ b/polygon-erigon.yml @@ -22,7 +22,7 @@ services: - "58967:58967" - "58967:58967/udp" restart: unless-stopped - command: --chain=bor-mainnet --nat=stun --bor.heimdall=https://polygon-heimdall-rest.publicnode.com --http --http.addr=0.0.0.0 --http.port=8545 --http.compression --http.vhosts='*' --http.corsdomain='*' --http.api=eth,debug,net,trace,web3,erigon,bor --ws --ws.port=8545 --ws.compression --rpc.gascap=300000000 --metrics --metrics.addr=0.0.0.0 --metrics.port=6060 --bodies.cache=5G --rpc.batch.limit=200000 --db.pagesize=16k --batchSize=2048MB --port=6625 --p2p.protocol=66 --p2p.protocol 67 --p2p.protocol 68 --p2p.allowed-ports 13809 --p2p.allowed-ports 57814 --p2p.allowed-ports 37521 --datadir=/datadir --ethash.dagdir=/datadir/ethash --rpc.returndata.limit=1100000 --db.size.limit=16t --snapshots=true --torrent.port 58967 --torrent.download.rate 1000mb --torrent.upload.rate 10mb + command: --chain=bor-mainnet --nat=extip:${IP} --bor.heimdall=https://polygon-heimdall-rest.publicnode.com --http --http.addr=0.0.0.0 --http.port=8545 --http.compression --http.vhosts='*' --http.corsdomain='*' --http.api=eth,debug,net,trace,web3,erigon,bor,admin --ws --ws.port=8545 --ws.compression --rpc.gascap=300000000 --metrics --metrics.addr=0.0.0.0 --metrics.port=6060 --bodies.cache=5G --rpc.batch.limit=200000 --db.pagesize=16k --batchSize=2048MB --port=6625 --p2p.protocol=66 --p2p.protocol 67 --p2p.protocol 68 --p2p.allowed-ports 13809 --p2p.allowed-ports 57814 --p2p.allowed-ports 37521 --datadir=/datadir --ethash.dagdir=/datadir/ethash --rpc.returndata.limit=1100000 --db.size.limit=16t --snapshots=true --torrent.port 58967 --torrent.download.rate 1000mb --torrent.upload.rate 10mb labels: - "prometheus-scrape.enabled=true" - "prometheus-scrape.port=6060"