Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 811 Bytes

sgnd_add-genesis-validator.md

File metadata and controls

24 lines (17 loc) · 811 Bytes

sgnd add-genesis-validator

Add a genesis validator to genesis.json

sgnd add-genesis-validator [key_name] [amount] [flags]

Options

      --height int               Use a specific height to query state at (this can error if the node is pruning state)
  -h, --help                     help for add-genesis-validator
      --home string              The application home directory (default "$HOME/.sgnd")
      --keyring-backend string   Select keyring's backend (os|file|kwallet|pass|test) (default "os")
      --node string              <host>:<port> to Tendermint RPC interface for this chain (default "tcp://localhost:26657")
  -o, --output string            Output format (text|json) (default "text")

SEE ALSO

Auto generated by spf13/cobra