Skip to content
This repository was archived by the owner on Jun 4, 2026. It is now read-only.

Release init-validator-files

Choose a tag to compare

@xlab xlab released this 27 Jun 12:53
· 38 commits to master since this release
1f54ba7

This is a lightweight tool for initialising the validator's state in cloud environments.

$ init-validator-files -h
Usage of init-validator-files:
  -config-dir string
    	Sets the name for config dir (default "config")
  -data-dir string
    	Sets the name for data dir (default "data")
  -node-key-name string
    	Override the validator's node key name (default "node_key.json")
  -root-dir string
    	Sets the root dir for validator's keys (Optional) (default "./validator/")
  -val-key-name string
    	Override the validator's private key name (default "priv_validator_key.json")
  -val-state-name string
    	Override the validator's private state name (default "priv_validator_state.json")