Pactus Node Configuration
Pactus Node Configuration
Preface
The Pactus node can configure using a TOML file, which is a simple text format for configuration. This file is automatically created when the node initializes. Each node can have different settings and configurations based on its needs and requirements.
The config file can find inside the working directory, typically located at:
~/pactus/config.toml
C:\Users\<USER_NAME>\pactus\config.toml
Editing Config File
Modifying the TOML file is straightforward, but because TOML is sensitive to spaces, it’s important to ensure the file is formatted correctly. Online tools like TOML Lint can help check the validity of the config file.
Example Configuration
Here is a example of Pactus config file.
Loading configuration...
Last updated on