-
Notifications
You must be signed in to change notification settings - Fork 11.4k
/
Copy pathvalidator.yaml
34 lines (34 loc) · 1.09 KB
/
validator.yaml
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
---
protocol-key-pair:
path: /opt/sui/key-pairs/protocol.key
worker-key-pair:
path: /opt/sui/key-pairs/worker.key
network-key-pair:
path: /opt/sui/key-pairs/network.key
db-path: /opt/sui/db/authorities_db
network-address: /ip4/0.0.0.0/tcp/8080/http
metrics-address: 0.0.0.0:9184
admin-interface-port: 1337
consensus-config:
db-path: /opt/sui/db/consensus_db
p2p-config:
listen-address: 0.0.0.0:8084
external-address: /dns/$HOSTNAME/udp/8084 # UPDATE THIS
anemo-config:
max-concurrent-connections: 0
genesis:
genesis-file-location: /opt/sui/config/genesis.blob
enable-index-processing: false
authority-store-pruning-config:
num-epochs-to-retain: 0
num-epochs-to-retain-for-checkpoints: 2
checkpoint-executor-config:
checkpoint-execution-max-concurrency: 200
local-execution-timeout-sec: 10
db-checkpoint-config:
perform-db-checkpoints-at-epoch-end: false
indirect-objects-threshold: 18446744073709551615
metrics:
push-interval-seconds: 60
# push-url: https://metrics-proxy.testnet.sui.io:8443/publish/metrics
# push-url: https://metrics-proxy.mainnet.sui.io:8443/publish/metrics