fix
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
---
|
||||
# use at your own risk
|
||||
|
||||
services:
|
||||
@@ -25,53 +26,44 @@ services:
|
||||
ports:
|
||||
- 10947:10947
|
||||
- 10947:10947/udp
|
||||
- 30947:30947
|
||||
- 30947:30947/udp
|
||||
- 35947:35947
|
||||
- 35947:35947/udp
|
||||
- 15947:15947
|
||||
- 15947:15947/udp
|
||||
- 25947:25947
|
||||
- 25947:25947/udp
|
||||
- 30947:30947
|
||||
- 30947:30947/udp
|
||||
- 35947:35947
|
||||
- 35947:35947/udp
|
||||
volumes:
|
||||
- ${ETHEREUM_HOLESKY_ERIGON3_ARCHIVE_TRACE_DATA:-ethereum-holesky-erigon3-archive-trace}:/root/.local/share/erigon
|
||||
- /slowdisk:/slowdisk
|
||||
|
||||
entrypoint: [erigon]
|
||||
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.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.port=15947
|
||||
- --caplin.discovery.tcpport=15947
|
||||
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
|
||||
|
||||
- --prune.mode=
|
||||
|
||||
- --chain=holesky
|
||||
- --datadir=/root/.local/share/erigon
|
||||
- --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=35947
|
||||
- --chain=holesky
|
||||
|
||||
- --port=10947
|
||||
- --prune.mode=
|
||||
- --rpc.gascap=6000000000
|
||||
- --rpc.returndata.limit=1100000
|
||||
- --torrent.port=25947
|
||||
|
||||
- --ws
|
||||
- --ws.port=8545
|
||||
networks:
|
||||
- chains
|
||||
restart: unless-stopped
|
||||
@@ -133,3 +125,5 @@ x-upstreams:
|
||||
- name: erigon_getBlockByTimestamp
|
||||
- name: erigon_BlockNumber
|
||||
- name: erigon_getLatestLogs
|
||||
|
||||
...
|
||||
@@ -1,3 +1,4 @@
|
||||
---
|
||||
# use at your own risk
|
||||
|
||||
services:
|
||||
@@ -25,53 +26,44 @@ services:
|
||||
ports:
|
||||
- 10947:10947
|
||||
- 10947:10947/udp
|
||||
- 30947:30947
|
||||
- 30947:30947/udp
|
||||
- 35947:35947
|
||||
- 35947:35947/udp
|
||||
- 15947:15947
|
||||
- 15947:15947/udp
|
||||
- 25947:25947
|
||||
- 25947:25947/udp
|
||||
- 30947:30947
|
||||
- 30947:30947/udp
|
||||
- 35947:35947
|
||||
- 35947:35947/udp
|
||||
volumes:
|
||||
- ${ETHEREUM_HOLESKY_ERIGON3_MINIMAL_TRACE_DATA:-ethereum-holesky-erigon3-minimal-trace}:/root/.local/share/erigon
|
||||
- /slowdisk:/slowdisk
|
||||
|
||||
entrypoint: [erigon]
|
||||
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.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.port=15947
|
||||
- --caplin.discovery.tcpport=15947
|
||||
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
|
||||
|
||||
- --prune.mode=
|
||||
|
||||
- --chain=holesky
|
||||
- --datadir=/root/.local/share/erigon
|
||||
- --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=35947
|
||||
- --chain=holesky
|
||||
|
||||
- --port=10947
|
||||
- --prune.mode=
|
||||
- --rpc.gascap=6000000000
|
||||
- --rpc.returndata.limit=1100000
|
||||
- --torrent.port=25947
|
||||
|
||||
- --ws
|
||||
- --ws.port=8545
|
||||
networks:
|
||||
- chains
|
||||
restart: unless-stopped
|
||||
@@ -133,3 +125,5 @@ x-upstreams:
|
||||
- name: erigon_getBlockByTimestamp
|
||||
- name: erigon_BlockNumber
|
||||
- name: erigon_getLatestLogs
|
||||
|
||||
...
|
||||
@@ -1,3 +1,4 @@
|
||||
---
|
||||
# use at your own risk
|
||||
|
||||
services:
|
||||
@@ -25,53 +26,44 @@ services:
|
||||
ports:
|
||||
- 10947:10947
|
||||
- 10947:10947/udp
|
||||
- 30947:30947
|
||||
- 30947:30947/udp
|
||||
- 35947:35947
|
||||
- 35947:35947/udp
|
||||
- 15947:15947
|
||||
- 15947:15947/udp
|
||||
- 25947:25947
|
||||
- 25947:25947/udp
|
||||
- 30947:30947
|
||||
- 30947:30947/udp
|
||||
- 35947:35947
|
||||
- 35947:35947/udp
|
||||
volumes:
|
||||
- ${ETHEREUM_HOLESKY_ERIGON3_PRUNED_TRACE_DATA:-ethereum-holesky-erigon3-pruned-trace}:/root/.local/share/erigon
|
||||
- /slowdisk:/slowdisk
|
||||
|
||||
entrypoint: [erigon]
|
||||
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.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.port=15947
|
||||
- --caplin.discovery.tcpport=15947
|
||||
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
|
||||
|
||||
- --prune.mode=
|
||||
|
||||
- --chain=holesky
|
||||
- --datadir=/root/.local/share/erigon
|
||||
- --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=35947
|
||||
- --chain=holesky
|
||||
|
||||
- --port=10947
|
||||
- --prune.mode=
|
||||
- --rpc.gascap=6000000000
|
||||
- --rpc.returndata.limit=1100000
|
||||
- --torrent.port=25947
|
||||
|
||||
- --ws
|
||||
- --ws.port=8545
|
||||
networks:
|
||||
- chains
|
||||
restart: unless-stopped
|
||||
@@ -133,3 +125,5 @@ x-upstreams:
|
||||
- name: erigon_getBlockByTimestamp
|
||||
- name: erigon_BlockNumber
|
||||
- name: erigon_getLatestLogs
|
||||
|
||||
...
|
||||
@@ -1,3 +1,4 @@
|
||||
---
|
||||
# use at your own risk
|
||||
|
||||
services:
|
||||
@@ -25,53 +26,44 @@ services:
|
||||
ports:
|
||||
- 10675:10675
|
||||
- 10675:10675/udp
|
||||
- 30675:30675
|
||||
- 30675:30675/udp
|
||||
- 35675:35675
|
||||
- 35675:35675/udp
|
||||
- 15675:15675
|
||||
- 15675:15675/udp
|
||||
- 25675:25675
|
||||
- 25675:25675/udp
|
||||
- 30675:30675
|
||||
- 30675:30675/udp
|
||||
- 35675:35675
|
||||
- 35675:35675/udp
|
||||
volumes:
|
||||
- ${ETHEREUM_MAINNET_ERIGON3_ARCHIVE_TRACE_DATA:-ethereum-mainnet-erigon3-archive-trace}:/root/.local/share/erigon
|
||||
- /slowdisk:/slowdisk
|
||||
|
||||
entrypoint: [erigon]
|
||||
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.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.port=15675
|
||||
- --caplin.discovery.tcpport=15675
|
||||
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
|
||||
|
||||
- --prune.mode=
|
||||
|
||||
- --chain=mainnet
|
||||
- --datadir=/root/.local/share/erigon
|
||||
- --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=35675
|
||||
- --chain=mainnet
|
||||
|
||||
- --port=10675
|
||||
- --prune.mode=
|
||||
- --rpc.gascap=6000000000
|
||||
- --rpc.returndata.limit=1100000
|
||||
- --torrent.port=25675
|
||||
|
||||
- --ws
|
||||
- --ws.port=8545
|
||||
networks:
|
||||
- chains
|
||||
restart: unless-stopped
|
||||
@@ -133,3 +125,5 @@ x-upstreams:
|
||||
- name: erigon_getBlockByTimestamp
|
||||
- name: erigon_BlockNumber
|
||||
- name: erigon_getLatestLogs
|
||||
|
||||
...
|
||||
@@ -1,3 +1,4 @@
|
||||
---
|
||||
# use at your own risk
|
||||
|
||||
services:
|
||||
@@ -25,53 +26,44 @@ services:
|
||||
ports:
|
||||
- 10675:10675
|
||||
- 10675:10675/udp
|
||||
- 30675:30675
|
||||
- 30675:30675/udp
|
||||
- 35675:35675
|
||||
- 35675:35675/udp
|
||||
- 15675:15675
|
||||
- 15675:15675/udp
|
||||
- 25675:25675
|
||||
- 25675:25675/udp
|
||||
- 30675:30675
|
||||
- 30675:30675/udp
|
||||
- 35675:35675
|
||||
- 35675:35675/udp
|
||||
volumes:
|
||||
- ${ETHEREUM_MAINNET_ERIGON3_MINIMAL_TRACE_DATA:-ethereum-mainnet-erigon3-minimal-trace}:/root/.local/share/erigon
|
||||
- /slowdisk:/slowdisk
|
||||
|
||||
entrypoint: [erigon]
|
||||
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.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.port=15675
|
||||
- --caplin.discovery.tcpport=15675
|
||||
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
|
||||
|
||||
- --prune.mode=
|
||||
|
||||
- --chain=mainnet
|
||||
- --datadir=/root/.local/share/erigon
|
||||
- --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=35675
|
||||
- --chain=mainnet
|
||||
|
||||
- --port=10675
|
||||
- --prune.mode=
|
||||
- --rpc.gascap=6000000000
|
||||
- --rpc.returndata.limit=1100000
|
||||
- --torrent.port=25675
|
||||
|
||||
- --ws
|
||||
- --ws.port=8545
|
||||
networks:
|
||||
- chains
|
||||
restart: unless-stopped
|
||||
@@ -133,3 +125,5 @@ x-upstreams:
|
||||
- name: erigon_getBlockByTimestamp
|
||||
- name: erigon_BlockNumber
|
||||
- name: erigon_getLatestLogs
|
||||
|
||||
...
|
||||
@@ -1,3 +1,4 @@
|
||||
---
|
||||
# use at your own risk
|
||||
|
||||
services:
|
||||
@@ -25,53 +26,44 @@ services:
|
||||
ports:
|
||||
- 10675:10675
|
||||
- 10675:10675/udp
|
||||
- 30675:30675
|
||||
- 30675:30675/udp
|
||||
- 35675:35675
|
||||
- 35675:35675/udp
|
||||
- 15675:15675
|
||||
- 15675:15675/udp
|
||||
- 25675:25675
|
||||
- 25675:25675/udp
|
||||
- 30675:30675
|
||||
- 30675:30675/udp
|
||||
- 35675:35675
|
||||
- 35675:35675/udp
|
||||
volumes:
|
||||
- ${ETHEREUM_MAINNET_ERIGON3_PRUNED_TRACE_DATA:-ethereum-mainnet-erigon3-pruned-trace}:/root/.local/share/erigon
|
||||
- /slowdisk:/slowdisk
|
||||
|
||||
entrypoint: [erigon]
|
||||
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.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.port=15675
|
||||
- --caplin.discovery.tcpport=15675
|
||||
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
|
||||
|
||||
- --prune.mode=
|
||||
|
||||
- --chain=mainnet
|
||||
- --datadir=/root/.local/share/erigon
|
||||
- --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=35675
|
||||
- --chain=mainnet
|
||||
|
||||
- --port=10675
|
||||
- --prune.mode=
|
||||
- --rpc.gascap=6000000000
|
||||
- --rpc.returndata.limit=1100000
|
||||
- --torrent.port=25675
|
||||
|
||||
- --ws
|
||||
- --ws.port=8545
|
||||
networks:
|
||||
- chains
|
||||
restart: unless-stopped
|
||||
@@ -133,3 +125,5 @@ x-upstreams:
|
||||
- name: erigon_getBlockByTimestamp
|
||||
- name: erigon_BlockNumber
|
||||
- name: erigon_getLatestLogs
|
||||
|
||||
...
|
||||
@@ -1,3 +1,4 @@
|
||||
---
|
||||
# use at your own risk
|
||||
|
||||
services:
|
||||
@@ -25,53 +26,44 @@ services:
|
||||
ports:
|
||||
- 10317:10317
|
||||
- 10317:10317/udp
|
||||
- 30317:30317
|
||||
- 30317:30317/udp
|
||||
- 35317:35317
|
||||
- 35317:35317/udp
|
||||
- 15317:15317
|
||||
- 15317:15317/udp
|
||||
- 25317:25317
|
||||
- 25317:25317/udp
|
||||
- 30317:30317
|
||||
- 30317:30317/udp
|
||||
- 35317:35317
|
||||
- 35317:35317/udp
|
||||
volumes:
|
||||
- ${ETHEREUM_SEPOLIA_ERIGON3_ARCHIVE_TRACE_DATA:-ethereum-sepolia-erigon3-archive-trace}:/root/.local/share/erigon
|
||||
- /slowdisk:/slowdisk
|
||||
|
||||
entrypoint: [erigon]
|
||||
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.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.port=15317
|
||||
- --caplin.discovery.tcpport=15317
|
||||
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
|
||||
|
||||
- --prune.mode=
|
||||
|
||||
- --chain=sepolia
|
||||
- --datadir=/root/.local/share/erigon
|
||||
- --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=35317
|
||||
- --chain=sepolia
|
||||
|
||||
- --port=10317
|
||||
- --prune.mode=
|
||||
- --rpc.gascap=6000000000
|
||||
- --rpc.returndata.limit=1100000
|
||||
- --torrent.port=25317
|
||||
|
||||
- --ws
|
||||
- --ws.port=8545
|
||||
networks:
|
||||
- chains
|
||||
restart: unless-stopped
|
||||
@@ -133,3 +125,5 @@ x-upstreams:
|
||||
- name: erigon_getBlockByTimestamp
|
||||
- name: erigon_BlockNumber
|
||||
- name: erigon_getLatestLogs
|
||||
|
||||
...
|
||||
@@ -1,3 +1,4 @@
|
||||
---
|
||||
# use at your own risk
|
||||
|
||||
services:
|
||||
@@ -25,53 +26,44 @@ services:
|
||||
ports:
|
||||
- 10317:10317
|
||||
- 10317:10317/udp
|
||||
- 30317:30317
|
||||
- 30317:30317/udp
|
||||
- 35317:35317
|
||||
- 35317:35317/udp
|
||||
- 15317:15317
|
||||
- 15317:15317/udp
|
||||
- 25317:25317
|
||||
- 25317:25317/udp
|
||||
- 30317:30317
|
||||
- 30317:30317/udp
|
||||
- 35317:35317
|
||||
- 35317:35317/udp
|
||||
volumes:
|
||||
- ${ETHEREUM_SEPOLIA_ERIGON3_MINIMAL_TRACE_DATA:-ethereum-sepolia-erigon3-minimal-trace}:/root/.local/share/erigon
|
||||
- /slowdisk:/slowdisk
|
||||
|
||||
entrypoint: [erigon]
|
||||
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.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.port=15317
|
||||
- --caplin.discovery.tcpport=15317
|
||||
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
|
||||
|
||||
- --prune.mode=
|
||||
|
||||
- --chain=sepolia
|
||||
- --datadir=/root/.local/share/erigon
|
||||
- --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=35317
|
||||
- --chain=sepolia
|
||||
|
||||
- --port=10317
|
||||
- --prune.mode=
|
||||
- --rpc.gascap=6000000000
|
||||
- --rpc.returndata.limit=1100000
|
||||
- --torrent.port=25317
|
||||
|
||||
- --ws
|
||||
- --ws.port=8545
|
||||
networks:
|
||||
- chains
|
||||
restart: unless-stopped
|
||||
@@ -133,3 +125,5 @@ x-upstreams:
|
||||
- name: erigon_getBlockByTimestamp
|
||||
- name: erigon_BlockNumber
|
||||
- name: erigon_getLatestLogs
|
||||
|
||||
...
|
||||
@@ -1,3 +1,4 @@
|
||||
---
|
||||
# use at your own risk
|
||||
|
||||
services:
|
||||
@@ -25,53 +26,44 @@ services:
|
||||
ports:
|
||||
- 10317:10317
|
||||
- 10317:10317/udp
|
||||
- 30317:30317
|
||||
- 30317:30317/udp
|
||||
- 35317:35317
|
||||
- 35317:35317/udp
|
||||
- 15317:15317
|
||||
- 15317:15317/udp
|
||||
- 25317:25317
|
||||
- 25317:25317/udp
|
||||
- 30317:30317
|
||||
- 30317:30317/udp
|
||||
- 35317:35317
|
||||
- 35317:35317/udp
|
||||
volumes:
|
||||
- ${ETHEREUM_SEPOLIA_ERIGON3_PRUNED_TRACE_DATA:-ethereum-sepolia-erigon3-pruned-trace}:/root/.local/share/erigon
|
||||
- /slowdisk:/slowdisk
|
||||
|
||||
entrypoint: [erigon]
|
||||
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.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.port=15317
|
||||
- --caplin.discovery.tcpport=15317
|
||||
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
|
||||
|
||||
- --prune.mode=
|
||||
|
||||
- --chain=sepolia
|
||||
- --datadir=/root/.local/share/erigon
|
||||
- --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=35317
|
||||
- --chain=sepolia
|
||||
|
||||
- --port=10317
|
||||
- --prune.mode=
|
||||
- --rpc.gascap=6000000000
|
||||
- --rpc.returndata.limit=1100000
|
||||
- --torrent.port=25317
|
||||
|
||||
- --ws
|
||||
- --ws.port=8545
|
||||
networks:
|
||||
- chains
|
||||
restart: unless-stopped
|
||||
@@ -133,3 +125,5 @@ x-upstreams:
|
||||
- name: erigon_getBlockByTimestamp
|
||||
- name: erigon_BlockNumber
|
||||
- name: erigon_getLatestLogs
|
||||
|
||||
...
|
||||
Reference in New Issue
Block a user