From fafc0fa051a20997dfe22eb236e462bf53256fcf Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Sat, 7 Jan 2023 12:48:51 +0100 Subject: [PATCH] update nethermind with traces --- nethermind-mainnet.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/nethermind-mainnet.yml b/nethermind-mainnet.yml index 06b2b1b9..648b5246 100644 --- a/nethermind-mainnet.yml +++ b/nethermind-mainnet.yml @@ -2,13 +2,17 @@ version: '3.1' services: nethermind-mainnet: - image: nethermind/nethermind:latest + image: nethermind/nethermind:1.15.0 restart: always stop_grace_period: 1m command: | --JsonRpc.Enabled=true --JsonRpc.JwtSecretFile=/jwt.hex --Metrics.Enabled=true + --TraceStore.Enabled=true + --TraceStore.BlocksToKeep=0 + --TraceStore.TraceTypes=Trace,Rewards + --Sync.FastSync=false ports: - '34896:34896/tcp' # p2p - '34896:34896/udp' # p2p @@ -23,7 +27,7 @@ services: - /etc/localtime:/etc/localtime:ro environment: - NETHERMIND_CONFIG=mainnet - - NETHERMIND_JSONRPCCONFIG_ENGINEENABLEDMODULES=[Eth,AccountAbstraction,Subscribe,TxPool,Web3,Personal,Proof,Net,Parity,Health] + - NETHERMIND_JSONRPCCONFIG_ENGINEENABLEDMODULES=[Eth,AccountAbstraction,Subscribe,TxPool,Web3,Personal,Proof,Net,Parity,Health,Trace] - NETHERMIND_JSONRPCCONFIG_ENGINEHOST=0.0.0.0 - NETHERMIND_JSONRPCCONFIG_ENGINEPORT=8551 - NETHERMIND_JSONRPCCONFIG_HOST=0.0.0.0