Skip to main content

Validator Node Configuration

The IOTA validator node configuration file is a YAML file (usually named validator.yaml) that you can use to configure your iota-node. To simplify the setup process, you can use a validator node configuration file template and modify it to your needs.

This default template uses default ports, archive and pruning settings, and also covers peering configuration for the selected network. If you're fine with the default settings, you can use the template as is and continue with the node setup either using Docker or using systemd.

For more specific guidance on how to configure your node to suit your needs, e.g., configure snapshot, refer to the following sections:

  • Genesis - More details on genesis.
  • Network - Peering configuration for the node.
  • Pruning - How to prune your IOTA Full Node to leverage storage space.
  • Snapshots - How to configure formal and RocksDB snapshots for your IOTA Full Node.
  • Archives - How to configure archives for your IOTA Full Node.