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
|
||||
|
||||
...
|
||||
@@ -1,3 +1,4 @@
|
||||
---
|
||||
# use at your own risk
|
||||
|
||||
services:
|
||||
@@ -26,43 +27,33 @@ services:
|
||||
- 10993:10993/udp
|
||||
volumes:
|
||||
- ${ETHEREUM_HOLESKY_GETH_PRUNED_PEBBLE_PATH_DATA:-ethereum-holesky-geth-pruned-pebble-path}:/root/.ethereum
|
||||
- /slowdisk:/slowdisk
|
||||
|
||||
- .jwtsecret:/jwtsecret:ro
|
||||
|
||||
- /slowdisk:/slowdisk
|
||||
command:
|
||||
- --authrpc.addr=0.0.0.0
|
||||
- --authrpc.jwtsecret=/jwtsecret
|
||||
- --authrpc.vhosts=*
|
||||
- --datadir=/root/.ethereum
|
||||
- --port=10993
|
||||
- --nat=extip:${IP}
|
||||
- --db.engine=pebble
|
||||
- --gcmode=full
|
||||
- --holesky
|
||||
- --http
|
||||
- --http.addr=0.0.0.0
|
||||
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||
- --http.port=8545
|
||||
- --http.vhosts=*
|
||||
- --maxpeers=50
|
||||
|
||||
- --ws
|
||||
- --ws.port=8545
|
||||
- --ws.origins=*
|
||||
- --ws.addr=0.0.0.0
|
||||
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||
|
||||
- --http.addr=0.0.0.0
|
||||
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||
|
||||
- --nat=extip:${IP}
|
||||
- --port=10993
|
||||
- --rpc.gascap=600000000
|
||||
- --rpc.txfeecap=0
|
||||
|
||||
- --authrpc.addr=0.0.0.0
|
||||
- --authrpc.vhosts=*
|
||||
|
||||
- --authrpc.jwtsecret=/jwtsecret
|
||||
|
||||
- --db.engine=pebble
|
||||
- --state.scheme=path
|
||||
- --syncmode=snap
|
||||
- --gcmode=full
|
||||
|
||||
- --holesky
|
||||
|
||||
- --ws
|
||||
- --ws.addr=0.0.0.0
|
||||
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||
- --ws.origins=*
|
||||
- --ws.port=8545
|
||||
networks:
|
||||
- chains
|
||||
restart: unless-stopped
|
||||
@@ -83,28 +74,25 @@ services:
|
||||
- 15993:15993
|
||||
- 15993:15993/udp
|
||||
command:
|
||||
- --holesky
|
||||
- --accept-terms-of-use
|
||||
- --beacon-db-pruning
|
||||
- --checkpoint-sync-url=https://holesky.beaconstate.info
|
||||
- --datadir=/data
|
||||
- --jwt-secret=/jwtsecret
|
||||
- --rpc-host=0.0.0.0
|
||||
- --enable-historical-state-representation=false
|
||||
- --execution-endpoint=http://ethereum-holesky:8551
|
||||
- --grpc-gateway-host=0.0.0.0
|
||||
- --holesky
|
||||
- --jwt-secret=/jwtsecret
|
||||
- --monitoring-host=0.0.0.0
|
||||
- --p2p-tcp-port=15993
|
||||
- --p2p-udp-port=15993
|
||||
- --checkpoint-sync-url=https://holesky.beaconstate.info
|
||||
- --execution-endpoint=http://ethereum-holesky:8551
|
||||
- --enable-historical-state-representation=false
|
||||
- --beacon-db-pruning
|
||||
- --accept-terms-of-use
|
||||
|
||||
- --rpc-host=0.0.0.0
|
||||
networks:
|
||||
- chains
|
||||
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret:ro
|
||||
|
||||
- ${ETHEREUM_HOLESKY_GETH_PRUNED_PEBBLE_PATH__PRYSM_DATA:-ethereum-holesky-geth-pruned-pebble-path_prysm}:/data
|
||||
|
||||
- .jwtsecret:/jwtsecret:ro
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
ethereum-holesky-geth-pruned-pebble-path:
|
||||
@@ -143,3 +131,5 @@ x-upstreams:
|
||||
# non standard geth and erigon
|
||||
- name: eth_getRawTransactionByHash
|
||||
- name: eth_getRawTransactionByBlockHashAndIndex
|
||||
|
||||
...
|
||||
@@ -1,3 +1,4 @@
|
||||
---
|
||||
# use at your own risk
|
||||
|
||||
services:
|
||||
@@ -26,43 +27,33 @@ services:
|
||||
- 10023:10023/udp
|
||||
volumes:
|
||||
- ${ETHEREUM_MAINNET_GETH_PRUNED_PEBBLE_PATH_DATA:-ethereum-mainnet-geth-pruned-pebble-path}:/root/.ethereum
|
||||
- /slowdisk:/slowdisk
|
||||
|
||||
- .jwtsecret:/jwtsecret:ro
|
||||
|
||||
- /slowdisk:/slowdisk
|
||||
command:
|
||||
- --authrpc.addr=0.0.0.0
|
||||
- --authrpc.jwtsecret=/jwtsecret
|
||||
- --authrpc.vhosts=*
|
||||
- --datadir=/root/.ethereum
|
||||
- --port=10023
|
||||
- --nat=extip:${IP}
|
||||
- --db.engine=pebble
|
||||
- --gcmode=full
|
||||
- --http
|
||||
- --http.port=8545
|
||||
- --http.vhosts=*
|
||||
- --maxpeers=50
|
||||
|
||||
- --ws
|
||||
- --ws.port=8545
|
||||
- --ws.origins=*
|
||||
- --ws.addr=0.0.0.0
|
||||
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||
|
||||
- --http.addr=0.0.0.0
|
||||
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||
|
||||
- --http.port=8545
|
||||
- --http.vhosts=*
|
||||
- --mainnet
|
||||
- --maxpeers=50
|
||||
- --nat=extip:${IP}
|
||||
- --port=10023
|
||||
- --rpc.gascap=600000000
|
||||
- --rpc.txfeecap=0
|
||||
|
||||
- --authrpc.addr=0.0.0.0
|
||||
- --authrpc.vhosts=*
|
||||
|
||||
- --authrpc.jwtsecret=/jwtsecret
|
||||
|
||||
- --db.engine=pebble
|
||||
- --state.scheme=path
|
||||
- --syncmode=snap
|
||||
- --gcmode=full
|
||||
|
||||
- --mainnet
|
||||
|
||||
- --ws
|
||||
- --ws.addr=0.0.0.0
|
||||
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||
- --ws.origins=*
|
||||
- --ws.port=8545
|
||||
networks:
|
||||
- chains
|
||||
restart: unless-stopped
|
||||
@@ -83,28 +74,25 @@ services:
|
||||
- 15023:15023
|
||||
- 15023:15023/udp
|
||||
command:
|
||||
- --mainnet
|
||||
- --accept-terms-of-use
|
||||
- --beacon-db-pruning
|
||||
- --checkpoint-sync-url=
|
||||
- --datadir=/data
|
||||
- --jwt-secret=/jwtsecret
|
||||
- --rpc-host=0.0.0.0
|
||||
- --enable-historical-state-representation=false
|
||||
- --execution-endpoint=http://ethereum-mainnet:8551
|
||||
- --grpc-gateway-host=0.0.0.0
|
||||
- --jwt-secret=/jwtsecret
|
||||
- --mainnet
|
||||
- --monitoring-host=0.0.0.0
|
||||
- --p2p-tcp-port=15023
|
||||
- --p2p-udp-port=15023
|
||||
- --checkpoint-sync-url=
|
||||
- --execution-endpoint=http://ethereum-mainnet:8551
|
||||
- --enable-historical-state-representation=false
|
||||
- --beacon-db-pruning
|
||||
- --accept-terms-of-use
|
||||
|
||||
- --rpc-host=0.0.0.0
|
||||
networks:
|
||||
- chains
|
||||
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret:ro
|
||||
|
||||
- ${ETHEREUM_MAINNET_GETH_PRUNED_PEBBLE_PATH__PRYSM_DATA:-ethereum-mainnet-geth-pruned-pebble-path_prysm}:/data
|
||||
|
||||
- .jwtsecret:/jwtsecret:ro
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
ethereum-mainnet-geth-pruned-pebble-path:
|
||||
@@ -143,3 +131,5 @@ x-upstreams:
|
||||
# non standard geth and erigon
|
||||
- name: eth_getRawTransactionByHash
|
||||
- name: eth_getRawTransactionByBlockHashAndIndex
|
||||
|
||||
...
|
||||
@@ -1,3 +1,4 @@
|
||||
---
|
||||
# use at your own risk
|
||||
|
||||
services:
|
||||
@@ -26,43 +27,33 @@ services:
|
||||
- 10710:10710/udp
|
||||
volumes:
|
||||
- ${ETHEREUM_SEPOLIA_GETH_PRUNED_PEBBLE_PATH_DATA:-ethereum-sepolia-geth-pruned-pebble-path}:/root/.ethereum
|
||||
- /slowdisk:/slowdisk
|
||||
|
||||
- .jwtsecret:/jwtsecret:ro
|
||||
|
||||
- /slowdisk:/slowdisk
|
||||
command:
|
||||
- --authrpc.addr=0.0.0.0
|
||||
- --authrpc.jwtsecret=/jwtsecret
|
||||
- --authrpc.vhosts=*
|
||||
- --datadir=/root/.ethereum
|
||||
- --port=10710
|
||||
- --nat=extip:${IP}
|
||||
- --db.engine=pebble
|
||||
- --gcmode=full
|
||||
- --http
|
||||
- --http.addr=0.0.0.0
|
||||
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||
- --http.port=8545
|
||||
- --http.vhosts=*
|
||||
- --maxpeers=50
|
||||
|
||||
- --ws
|
||||
- --ws.port=8545
|
||||
- --ws.origins=*
|
||||
- --ws.addr=0.0.0.0
|
||||
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||
|
||||
- --http.addr=0.0.0.0
|
||||
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||
|
||||
- --nat=extip:${IP}
|
||||
- --port=10710
|
||||
- --rpc.gascap=600000000
|
||||
- --rpc.txfeecap=0
|
||||
|
||||
- --authrpc.addr=0.0.0.0
|
||||
- --authrpc.vhosts=*
|
||||
|
||||
- --authrpc.jwtsecret=/jwtsecret
|
||||
|
||||
- --db.engine=pebble
|
||||
- --sepolia
|
||||
- --state.scheme=path
|
||||
- --syncmode=snap
|
||||
- --gcmode=full
|
||||
|
||||
- --sepolia
|
||||
|
||||
- --ws
|
||||
- --ws.addr=0.0.0.0
|
||||
- --ws.api=eth,net,web3,debug,admin,txpool,engine
|
||||
- --ws.origins=*
|
||||
- --ws.port=8545
|
||||
networks:
|
||||
- chains
|
||||
restart: unless-stopped
|
||||
@@ -83,28 +74,25 @@ services:
|
||||
- 15710:15710
|
||||
- 15710:15710/udp
|
||||
command:
|
||||
- --sepolia
|
||||
- --accept-terms-of-use
|
||||
- --beacon-db-pruning
|
||||
- --checkpoint-sync-url=https://sepolia.beaconstate.info
|
||||
- --datadir=/data
|
||||
- --jwt-secret=/jwtsecret
|
||||
- --rpc-host=0.0.0.0
|
||||
- --enable-historical-state-representation=false
|
||||
- --execution-endpoint=http://ethereum-sepolia:8551
|
||||
- --grpc-gateway-host=0.0.0.0
|
||||
- --jwt-secret=/jwtsecret
|
||||
- --monitoring-host=0.0.0.0
|
||||
- --p2p-tcp-port=15710
|
||||
- --p2p-udp-port=15710
|
||||
- --checkpoint-sync-url=https://sepolia.beaconstate.info
|
||||
- --execution-endpoint=http://ethereum-sepolia:8551
|
||||
- --enable-historical-state-representation=false
|
||||
- --beacon-db-pruning
|
||||
- --accept-terms-of-use
|
||||
|
||||
- --rpc-host=0.0.0.0
|
||||
- --sepolia
|
||||
networks:
|
||||
- chains
|
||||
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret:ro
|
||||
|
||||
- ${ETHEREUM_SEPOLIA_GETH_PRUNED_PEBBLE_PATH__PRYSM_DATA:-ethereum-sepolia-geth-pruned-pebble-path_prysm}:/data
|
||||
|
||||
- .jwtsecret:/jwtsecret:ro
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
ethereum-sepolia-geth-pruned-pebble-path:
|
||||
@@ -143,3 +131,5 @@ x-upstreams:
|
||||
# non standard geth and erigon
|
||||
- name: eth_getRawTransactionByHash
|
||||
- name: eth_getRawTransactionByBlockHashAndIndex
|
||||
|
||||
...
|
||||
@@ -1,3 +1,4 @@
|
||||
---
|
||||
# use at your own risk
|
||||
|
||||
services:
|
||||
@@ -27,40 +28,30 @@ services:
|
||||
- 10752:10752/udp
|
||||
volumes:
|
||||
- ${ETHEREUM_HOLESKY_RETH_ARCHIVE_TRACE_DATA:-ethereum-holesky-reth-archive-trace}:/root/.local/share/reth
|
||||
- /slowdisk:/slowdisk
|
||||
|
||||
- .jwtsecret:/jwtsecret:ro
|
||||
|
||||
- /slowdisk:/slowdisk
|
||||
entrypoint: [reth, node]
|
||||
command:
|
||||
- --authrpc.addr=0.0.0.0
|
||||
- --authrpc.jwtsecret=/jwtsecret
|
||||
- --chain=holesky
|
||||
- --datadir=/root/.local/share/reth
|
||||
- --port=10752
|
||||
- --nat=extip:${IP}
|
||||
- --http
|
||||
- --http.port=8545
|
||||
|
||||
- --http.corsdomain=*
|
||||
- --max-outbound-peers=50
|
||||
- --max-inbound-peers=50
|
||||
|
||||
- --ws
|
||||
- --ws.port=8545
|
||||
- --ws.origins=*
|
||||
- --ws.addr=0.0.0.0
|
||||
- --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev
|
||||
|
||||
- --http.addr=0.0.0.0
|
||||
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev
|
||||
|
||||
- --rpc.max-logs-per-response=1100000
|
||||
- --http.corsdomain=*
|
||||
- --http.port=8545
|
||||
- --max-inbound-peers=50
|
||||
- --max-outbound-peers=50
|
||||
- --nat=extip:${IP}
|
||||
- --port=10752
|
||||
- --rpc.gascap=600000000
|
||||
|
||||
- --authrpc.addr=0.0.0.0
|
||||
|
||||
- --authrpc.jwtsecret=/jwtsecret
|
||||
|
||||
- --chain=holesky
|
||||
|
||||
- --rpc.max-logs-per-response=1100000
|
||||
- --ws
|
||||
- --ws.addr=0.0.0.0
|
||||
- --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev
|
||||
- --ws.origins=*
|
||||
- --ws.port=8545
|
||||
networks:
|
||||
- chains
|
||||
restart: unless-stopped
|
||||
@@ -81,28 +72,25 @@ services:
|
||||
- 15752:15752
|
||||
- 15752:15752/udp
|
||||
command:
|
||||
- --holesky
|
||||
- --accept-terms-of-use
|
||||
- --beacon-db-pruning
|
||||
- --checkpoint-sync-url=https://holesky.beaconstate.info
|
||||
- --datadir=/data
|
||||
- --jwt-secret=/jwtsecret
|
||||
- --rpc-host=0.0.0.0
|
||||
- --enable-historical-state-representation=false
|
||||
- --execution-endpoint=http://ethereum-holesky-archive:8551
|
||||
- --grpc-gateway-host=0.0.0.0
|
||||
- --holesky
|
||||
- --jwt-secret=/jwtsecret
|
||||
- --monitoring-host=0.0.0.0
|
||||
- --p2p-tcp-port=15752
|
||||
- --p2p-udp-port=15752
|
||||
- --checkpoint-sync-url=https://holesky.beaconstate.info
|
||||
- --execution-endpoint=http://ethereum-holesky-archive:8551
|
||||
- --enable-historical-state-representation=false
|
||||
- --beacon-db-pruning
|
||||
- --accept-terms-of-use
|
||||
|
||||
- --rpc-host=0.0.0.0
|
||||
networks:
|
||||
- chains
|
||||
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret:ro
|
||||
|
||||
- ${ETHEREUM_HOLESKY_RETH_ARCHIVE_TRACE__PRYSM_DATA:-ethereum-holesky-reth-archive-trace_prysm}:/data
|
||||
|
||||
- .jwtsecret:/jwtsecret:ro
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
ethereum-holesky-reth-archive-trace:
|
||||
@@ -121,4 +109,5 @@ x-upstreams:
|
||||
methods:
|
||||
disabled:
|
||||
enabled:
|
||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||
...
|
||||
@@ -1,3 +1,4 @@
|
||||
---
|
||||
# use at your own risk
|
||||
|
||||
services:
|
||||
@@ -27,40 +28,30 @@ services:
|
||||
- 10563:10563/udp
|
||||
volumes:
|
||||
- ${ETHEREUM_MAINNET_RETH_ARCHIVE_TRACE_DATA:-ethereum-mainnet-reth-archive-trace}:/root/.local/share/reth
|
||||
- /slowdisk:/slowdisk
|
||||
|
||||
- .jwtsecret:/jwtsecret:ro
|
||||
|
||||
- /slowdisk:/slowdisk
|
||||
entrypoint: [reth, node]
|
||||
command:
|
||||
- --authrpc.addr=0.0.0.0
|
||||
- --authrpc.jwtsecret=/jwtsecret
|
||||
- --chain=mainnet
|
||||
- --datadir=/root/.local/share/reth
|
||||
- --port=10563
|
||||
- --nat=extip:${IP}
|
||||
- --http
|
||||
- --http.port=8545
|
||||
|
||||
- --http.corsdomain=*
|
||||
- --max-outbound-peers=50
|
||||
- --max-inbound-peers=50
|
||||
|
||||
- --ws
|
||||
- --ws.port=8545
|
||||
- --ws.origins=*
|
||||
- --ws.addr=0.0.0.0
|
||||
- --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev
|
||||
|
||||
- --http.addr=0.0.0.0
|
||||
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev
|
||||
|
||||
- --rpc.max-logs-per-response=1100000
|
||||
- --http.corsdomain=*
|
||||
- --http.port=8545
|
||||
- --max-inbound-peers=50
|
||||
- --max-outbound-peers=50
|
||||
- --nat=extip:${IP}
|
||||
- --port=10563
|
||||
- --rpc.gascap=600000000
|
||||
|
||||
- --authrpc.addr=0.0.0.0
|
||||
|
||||
- --authrpc.jwtsecret=/jwtsecret
|
||||
|
||||
- --chain=mainnet
|
||||
|
||||
- --rpc.max-logs-per-response=1100000
|
||||
- --ws
|
||||
- --ws.addr=0.0.0.0
|
||||
- --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev
|
||||
- --ws.origins=*
|
||||
- --ws.port=8545
|
||||
networks:
|
||||
- chains
|
||||
restart: unless-stopped
|
||||
@@ -81,28 +72,25 @@ services:
|
||||
- 15563:15563
|
||||
- 15563:15563/udp
|
||||
command:
|
||||
- --mainnet
|
||||
- --accept-terms-of-use
|
||||
- --beacon-db-pruning
|
||||
- --checkpoint-sync-url=
|
||||
- --datadir=/data
|
||||
- --jwt-secret=/jwtsecret
|
||||
- --rpc-host=0.0.0.0
|
||||
- --enable-historical-state-representation=false
|
||||
- --execution-endpoint=http://ethereum-mainnet-archive:8551
|
||||
- --grpc-gateway-host=0.0.0.0
|
||||
- --jwt-secret=/jwtsecret
|
||||
- --mainnet
|
||||
- --monitoring-host=0.0.0.0
|
||||
- --p2p-tcp-port=15563
|
||||
- --p2p-udp-port=15563
|
||||
- --checkpoint-sync-url=
|
||||
- --execution-endpoint=http://ethereum-mainnet-archive:8551
|
||||
- --enable-historical-state-representation=false
|
||||
- --beacon-db-pruning
|
||||
- --accept-terms-of-use
|
||||
|
||||
- --rpc-host=0.0.0.0
|
||||
networks:
|
||||
- chains
|
||||
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret:ro
|
||||
|
||||
- ${ETHEREUM_MAINNET_RETH_ARCHIVE_TRACE__PRYSM_DATA:-ethereum-mainnet-reth-archive-trace_prysm}:/data
|
||||
|
||||
- .jwtsecret:/jwtsecret:ro
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
ethereum-mainnet-reth-archive-trace:
|
||||
@@ -121,4 +109,5 @@ x-upstreams:
|
||||
methods:
|
||||
disabled:
|
||||
enabled:
|
||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||
...
|
||||
@@ -1,3 +1,4 @@
|
||||
---
|
||||
# use at your own risk
|
||||
|
||||
services:
|
||||
@@ -27,40 +28,30 @@ services:
|
||||
- 10330:10330/udp
|
||||
volumes:
|
||||
- ${ETHEREUM_SEPOLIA_RETH_ARCHIVE_TRACE_DATA:-ethereum-sepolia-reth-archive-trace}:/root/.local/share/reth
|
||||
- /slowdisk:/slowdisk
|
||||
|
||||
- .jwtsecret:/jwtsecret:ro
|
||||
|
||||
- /slowdisk:/slowdisk
|
||||
entrypoint: [reth, node]
|
||||
command:
|
||||
- --authrpc.addr=0.0.0.0
|
||||
- --authrpc.jwtsecret=/jwtsecret
|
||||
- --chain=sepolia
|
||||
- --datadir=/root/.local/share/reth
|
||||
- --port=10330
|
||||
- --nat=extip:${IP}
|
||||
- --http
|
||||
- --http.port=8545
|
||||
|
||||
- --http.corsdomain=*
|
||||
- --max-outbound-peers=50
|
||||
- --max-inbound-peers=50
|
||||
|
||||
- --ws
|
||||
- --ws.port=8545
|
||||
- --ws.origins=*
|
||||
- --ws.addr=0.0.0.0
|
||||
- --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev
|
||||
|
||||
- --http.addr=0.0.0.0
|
||||
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev
|
||||
|
||||
- --rpc.max-logs-per-response=1100000
|
||||
- --http.corsdomain=*
|
||||
- --http.port=8545
|
||||
- --max-inbound-peers=50
|
||||
- --max-outbound-peers=50
|
||||
- --nat=extip:${IP}
|
||||
- --port=10330
|
||||
- --rpc.gascap=600000000
|
||||
|
||||
- --authrpc.addr=0.0.0.0
|
||||
|
||||
- --authrpc.jwtsecret=/jwtsecret
|
||||
|
||||
- --chain=sepolia
|
||||
|
||||
- --rpc.max-logs-per-response=1100000
|
||||
- --ws
|
||||
- --ws.addr=0.0.0.0
|
||||
- --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev
|
||||
- --ws.origins=*
|
||||
- --ws.port=8545
|
||||
networks:
|
||||
- chains
|
||||
restart: unless-stopped
|
||||
@@ -81,28 +72,25 @@ services:
|
||||
- 15330:15330
|
||||
- 15330:15330/udp
|
||||
command:
|
||||
- --sepolia
|
||||
- --accept-terms-of-use
|
||||
- --beacon-db-pruning
|
||||
- --checkpoint-sync-url=https://sepolia.beaconstate.info
|
||||
- --datadir=/data
|
||||
- --jwt-secret=/jwtsecret
|
||||
- --rpc-host=0.0.0.0
|
||||
- --enable-historical-state-representation=false
|
||||
- --execution-endpoint=http://ethereum-sepolia-archive:8551
|
||||
- --grpc-gateway-host=0.0.0.0
|
||||
- --jwt-secret=/jwtsecret
|
||||
- --monitoring-host=0.0.0.0
|
||||
- --p2p-tcp-port=15330
|
||||
- --p2p-udp-port=15330
|
||||
- --checkpoint-sync-url=https://sepolia.beaconstate.info
|
||||
- --execution-endpoint=http://ethereum-sepolia-archive:8551
|
||||
- --enable-historical-state-representation=false
|
||||
- --beacon-db-pruning
|
||||
- --accept-terms-of-use
|
||||
|
||||
- --rpc-host=0.0.0.0
|
||||
- --sepolia
|
||||
networks:
|
||||
- chains
|
||||
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret:ro
|
||||
|
||||
- ${ETHEREUM_SEPOLIA_RETH_ARCHIVE_TRACE__PRYSM_DATA:-ethereum-sepolia-reth-archive-trace_prysm}:/data
|
||||
|
||||
- .jwtsecret:/jwtsecret:ro
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
ethereum-sepolia-reth-archive-trace:
|
||||
@@ -121,4 +109,5 @@ x-upstreams:
|
||||
methods:
|
||||
disabled:
|
||||
enabled:
|
||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||
...
|
||||
Reference in New Issue
Block a user