Configuration
Configuration for the Pando Blockchain Node
The Pando blockchain node can be launched with flag --config=path/to/config/folder
as shown in the command below
If the --config
parameter is not specified, the pando node uses ~/.pando
as the default config folder. The pando node also uses the config directory to store other important data. For example, it stores its encrypted key under the key
folder, and the blockchain data under the db folder.
The configuration for the pando node is defined by file config.yaml
under path/to/config/folder. Below are the options
Last updated