Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.85 KB

generateNemesis.md

File metadata and controls

41 lines (27 loc) · 1.85 KB

symbol-network generateNemesis

This "one-time" command is the third step when creating a new network after running the "expandNodes" command.

This step is only required when you are creating a new network, if you are creating a node cluster of an existing network you can skip this step and go directly to the "configureNodes" command.

After running this command, your new network nemesis seed would be created. It also generates a dummy node that you can run to try before deploying it into production.

symbol-network generateNemesis

This "one-time" command is the third step when creating a new network after running the "expandNodes" command.

USAGE
  $ symbol-network generateNemesis

OPTIONS
  -h, --help           It shows the help of this command.

  --noPassword         When provided, the tool will not use a MASTER PASSWORD, so private keys will be stored in plain
                       text. Use with caution.

  --password=password  MASTER PASSWORD: A password used to encrypt and decrypt the local key store. This cli prompts for
                       a password by default, can be provided in the command line (--password=XXXX) or disabled in the
                       command line (--noPassword).

  --regenerate         To regenerate the nemesis block. This will drop the existing nemesis block and node configuration

DESCRIPTION
  This step is only required when you are creating a new network, if you are creating a node cluster of an existing 
  network you can skip this step and go directly to the "configureNodes" command.

  After running this command, your new network nemesis seed would be created. It also generates a dummy node that you 
  can run to try before deploying it into production.

EXAMPLE
  $ symbol-network generateNemesis