Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 819 Bytes

configuration_header.md

File metadata and controls

33 lines (24 loc) · 819 Bytes
description image keywords
This section describes the configuration parameters and their types for your HORNET node.
/img/Banner/banner_hornet_configuration.png
IOTA Node
HORNET Node
Configuration
JSON
Customize
Config
reference

Configuration

HORNET Node Configuration

HORNET uses a JSON standard format as a config file. If you are unsure about JSON syntax, you can find more information in the official JSON specs.

You can change the path of the config file by using the -c or --config argument while executing hornet executable.

For example:

hornet -c config_example.json

You can always get the most up-to-date description of the config parameters by running:

hornet -h --full