Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ConfigCmd = &cobra.Command{ Use: "config", Short: "manage configuration", Long: ` Manage monetd configuration. The monetd server reads configuration from --datadir. There are two ways of initialising the configuration: * config build - creates the configuration for a single-node network, based on one of the keys in [datadir]/keystore. This is a quick and easy way to get started with monetd. * config pull - fetches the configuration from a running node. This is used to join an existing network. For more complex scenarios, please refer to 'giverny', which is a specialised Monet configuration tool. `, TraverseChildren: true, }
ConfigCmd implements the config CLI subcommand
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.