How to configure the node?
Run kryptokronad with arg --help
will print all options.
Kryptokrona can start with these options by command line args, or use -c
followed a json file for configuration.
The option in config file will unwrap the front --
, for example:
If you want to check the default options, use --dump-config
.
Last updated