Back to Sui

Sui Validator Help

docs/content/snippets/console-output/sui-validator-help.mdx

latest2.0 KB
Original Source
sh
A tool for validators and validator candidates

Usage: sui validator [OPTIONS] [COMMAND]

Commands:
  make-validator-info               
  become-candidate                  Arguments related to transaction processing
  join-committee                    Arguments related to transaction processing
  leave-committee                   Arguments related to transaction processing
  display-metadata                  
  update-metadata                   Arguments related to transaction processing
  update-gas-price                  Update gas price that is used to calculate Reference Gas
                                        Price
  report-validator                  Report or un-report a validator. Report or un-report a
                                        validator
  serialize-payload-pop             Serialize the payload that is used to generate Proof of
                                        Possession. This is useful to take the payload offline for
                                        an Authority protocol keypair to sign
  display-gas-price-update-raw-txn  Print out the serialized data of a transaction that sets the
                                        gas price quote for a validator
  register-bridge-committee         Sui native bridge committee member registration
  update-bridge-committee-node-url  Update sui native bridge committee node url
  help                              Print this message or the help of the given subcommand(s)

Options:
      --client.config <CONFIG>  Sets the file storing the state of our user accounts (an empty one
                                will be created if missing)
      --client.env <ENV>        The Sui environment to use. This must be present in the current
                                config file
  -y, --yes                     Create a new sui config without prompting if none exists
      --json                    Return command outputs in json format
  -q, --quiet                   Display less output
  -h, --help                    Print help
  -V, --version                 Print version