-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexample_agent_config.yaml
More file actions
47 lines (41 loc) · 1.21 KB
/
example_agent_config.yaml
File metadata and controls
47 lines (41 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
logging: "info"
metricsAddr: ":9092"
pprofAddr: ":6065"
name: example-agent
ethereum:
# features:
# fetchBeaconState: true
# fetchBeaconBlock: true
# fetchBeaconBadBlock: true
# fetchBeaconBadBlob: true
# fetchExecutionBlockTrace: true
# fetchExecutionBadBlock: true
beacon:
nodeAddress: http://localhost:5052
# Prysm
# requires --save-invalid-block-temp and --save-invalid-blob-temp flags enabled
# Always stored in os.tmpdir(), eg. /tmp
# invalidGossipVerifiedBlocksPath: /tmp
# invalidGossipVerifiedBlobsPath: /tmp
# Nimbus
# requires --dump flag enabled
# replace data-dir with the --data-dir flag value
# invalidGossipVerifiedBlocksPath: /data-dir/dump/invalid
# Lighthouse
# requires --invalid-gossip-verified-blocks-path flag set eg. =/data/invalid
# invalidGossipVerifiedBlocksPath: /data/invalid
execution:
nodeAddress: http://localhost:8545
traceDisableMemory: true
traceDisableStack: true
traceDisableStorage: true
indexer:
address: localhost:8081
store:
type: s3
config:
region: "us-east-1"
endpoint: http://localhost:9000
bucket_name: tracoor
access_key: minioadmin
access_secret: minioadmin