> For the complete documentation index, see [llms.txt](https://docs.kryptokrona.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kryptokrona.org/node/config.md).

# 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:

```json
// the config file
{
    "db-max-open-files": 125,
    "db-read-buffer-size": 128,
    "db-threads": 4,
    "db-write-buffer-size": 256
}
```

If you want to check the default options, use `--dump-config`.
