mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-25 17:34:36 +00:00
13 lines
248 B
TOML
13 lines
248 B
TOML
[validators]
|
|
validator01 = 100
|
|
validator02 = 10
|
|
validator03 = 10
|
|
|
|
[node.validator01]
|
|
snapshot_interval = 3
|
|
[node.validator02]
|
|
snapshot_interval = 3
|
|
[node.validator03]
|
|
state_sync = true
|
|
start_at = 5
|
|
persistent_peers = ["validator01", "validator02"] |