Configuration
Configurations
The plugin-specific options can be configured using either CLI options or a configuration file, config.ini
config.ini options can be found by running nodeos --help
The default config.ini can be found in the following folder on Linux: ~/.local/share/eosio/nodeos/config
A custom config.ini file can be set by passing the nodeos option
--config path/to/config.ini.
Nodeos Example
Typical usage of nodeos when starting a block producing node using command line only:
Last updated