698 B
698 B
Running Zebra
zebrad generate generates a default config. These defaults will be used if
no config is present, so it's not necessary to generate a config. However,
having a config file with the default fields is a useful starting point for
changing the config.
The configuration format is the TOML encoding of the internal config structure, and documentation for all of the config options can be found here.
zebrad startstarts a full node.
Return Codes
0: Application exited successfully1: Application exited unsuccessfully2: Application crashedzebradmay also return platform-dependent codes.