Skip to content

Commit

Permalink
exporter flag
Browse files Browse the repository at this point in the history
  • Loading branch information
nivBlox committed Feb 1, 2023
1 parent 8eefccd commit b18e5da
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .k8/yamls/ssv-exporter-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ spec:
value: "14008"
- name: FULLNODE
value: "true"
- name: EXPORTER
value: "true"
- name: MSG_WORKERS_COUNT
value: "1024"
- name: MSG_WORKER_BUFFER_SIZE
Expand Down
39 changes: 39 additions & 0 deletions config/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
global:
LogLevel: debug
DebugServices: ssv/protocol*

db:
Path: ./data/db

eth2:
### replace with your beacon node address
BeaconNodeAddr: eth2-lh-prater-5052.stage.bloxinfra.com
Network: prater

eth1:
### replace with your eth1 node WebSocket address
ETH1Addr: ws://eth1-testnet-stage-ws.blockchain.bloxinfra.com

p2p:
Discovery: mdns
### replace with your ip and ports
### otherwise, the default ports (TCP 13001, UDP 12001) are used
# HostAddress:
# TcpPort:
# UdpPort:
### mdns for local network setup
# Bootnodes: enr:-LK4QMmL9hLJ1csDN4rQoSjlJGE2SvsXOETfcLH8uAVrxlHaELF0u3NeKCTY2eO_X1zy5eEKcHruyaAsGNiyyG4QWUQBh2F0dG5ldHOIAAAAAAAAAACEZXRoMpD1pf1CAAAAAP__________gmlkgnY0gmlwhCLdu_SJc2VjcDI1NmsxoQO8KQz5L1UEXzEr-CXFFq1th0eG6gopbdul2OQVMuxfMoN0Y3CCE4iDdWRwgg-g

ssv:
GenesisEpoch: 1
DutyLimit: 32
ValidatorOptions:
SignatureCollectionTimeout: 5s

### replace with your operator key
### NOTES:
### - required for operators
### - optional for exporters
OperatorPrivateKey:

LocalEventsPath: ./config/events.yaml

0 comments on commit b18e5da

Please sign in to comment.