add --reconstruct-historic-states
This commit is contained in:
@@ -36,7 +36,7 @@ services:
|
|||||||
rpcdaemon:
|
rpcdaemon:
|
||||||
image: thorax/erigon:2022.10.01
|
image: thorax/erigon:2022.10.01
|
||||||
command: >
|
command: >
|
||||||
rpcdaemon --datadir=/home/erigon/.local/share/erigon/goerli/
|
rpcdaemon --datadir=/home/erigon/.local/share/erigon/goerli
|
||||||
--private.api.addr=erigon-trace:9090
|
--private.api.addr=erigon-trace:9090
|
||||||
--txpool.api.addr=erigon-trace:9090
|
--txpool.api.addr=erigon-trace:9090
|
||||||
--http.addr=0.0.0.0
|
--http.addr=0.0.0.0
|
||||||
@@ -74,7 +74,7 @@ services:
|
|||||||
command: >
|
command: >
|
||||||
lighthouse beacon_node
|
lighthouse beacon_node
|
||||||
--network prater
|
--network prater
|
||||||
--eth1-endpoints http://erigon-trace:8545
|
--reconstruct-historic-states
|
||||||
--execution-endpoint http://erigon-trace:8551
|
--execution-endpoint http://erigon-trace:8551
|
||||||
--execution-jwt /jwtsecret
|
--execution-jwt /jwtsecret
|
||||||
--http
|
--http
|
||||||
|
|||||||
Reference in New Issue
Block a user