Difference between revisions of "Ag0 init"

From wikieduonline
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{{lc}}
 +
 +
[[ag0 init follow --chain-id]] [[agoric-emerynet-5]]
 +
 +
== Help ==
 +
ag0 init --help
 +
Initialize validators's and node's configuration files.
 +
 +
Usage:
 +
  ag0 init [moniker] [flags]
 +
 +
Flags:
 +
      --chain-id string  genesis file chain-id, if left blank will be randomly created
 +
  -h, --help              help for init
 +
  -o, --overwrite        overwrite the genesis.json file
 +
      --recover          provide seed phrase to recover existing key instead of creating
 +
 +
Global Flags:
 +
      --home string        directory for config and data (default "/root/.agoric")
 +
      --log_format string  The logging format (json|plain) (default "plain")
 +
      --log_level string    The logging level (trace|debug|info|warn|error|fatal|panic) (default "info")
 +
      --trace              print out full stack trace on errors
 +
 +
 +
== Related ==
 +
* <code>[[agd init]]</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 04:59, 22 August 2022

ag0 init follow --chain-id agoric-emerynet-5

Help[edit]

ag0 init --help
Initialize validators's and node's configuration files.

Usage:
  ag0 init [moniker] [flags]

Flags:
     --chain-id string   genesis file chain-id, if left blank will be randomly created
  -h, --help              help for init
  -o, --overwrite         overwrite the genesis.json file
      --recover           provide seed phrase to recover existing key instead of creating

Global Flags:
      --home string         directory for config and data (default "/root/.agoric")
      --log_format string   The logging format (json|plain) (default "plain")
      --log_level string    The logging level (trace|debug|info|warn|error|fatal|panic) (default "info")
      --trace               print out full stack trace on errors


Related[edit]

See also[edit]

Advertising: