network
Usage: pmc network [OPTIONS] COMMAND [ARGS]...
Commands relating to the network as a whole
Options:
-h, --help Show this message and exit
Commands:
initialize Create system cluster with naked system container for the
directory blockchain. Module argument initial_provider becomes
first member of SYSTEM_P voter set.
summary Show summary of the network
version Shows network version
verify Verify that all nodes are accessible
The network command (pmc network
) consists of sub-commands that initialize a network and show a summary or version of an existing network.
initialize
To initialize your network, you use (pmc network initialize)
.
Usage: pmc network initialize [OPTIONS]
Create system cluster with naked system container for the directory
blockchain. Module argument initial_provider becomes first member of
SYSTEM_P voter set.
Options:
-cfg, --config VALUE Configuration file for PMC (overrides
system configuration)
-sac, --system-anchoring-config PATH
Configuration file for system anchoring
chain (GtvML (*.xml) or Gtv (*.gtv))
-cac, --cluster-anchoring-config PATH
Configuration file for cluster anchoring
chain (GtvML (*.xml) or Gtv (*.gtv))
-h, --help Show this message and exit
The initialize command (pmc network initialize
) creates a system cluster. The system cluster has a naked system container for the directory blockchain.
summary
To view the network summary, use (pmc network summary
).
Usage: pmc network summary [OPTIONS]
Show summary of the network
Options:
-cfg, --config VALUE Configuration file for PMC (overrides system
configuration)
-h, --help Show this message and exit
To view the network version, use (pmc network version
).
Usage: pmc network version [OPTIONS]
Shows network version
Options:
-cfg, --config VALUE Configuration file for PMC (overrides system
configuration)
-h, --help Show this message and exit
The version command (pmc network version
) shows the version of D1
running on a network.