.cfg
file of the network configuration you wish to run. Each .cfg
file with the default setup is attached to Nethermind packages and can be found in configs
folder.set NETHERMIND_INITCONFIG_PROCESSINGENABLED = false
Nethermind.Runner
or Nethermind.Launcher
. You can see the list of all config option by running ./Nethermind.Runner --help
For example:--Init.IsMining true
/
as the path separator so the configs can be shared between all platforms supported (Linux, Windows, MacOS).--config
, --baseDbPath
,--datadir, --loggerConfigSource, --log
and --configsDirectory
options are available from the command line to select config file, base DB directory prefix and log level respectively.--datadir
or -dd
--datadir
(-dd
) changes paths of database, logs, keystore
to the target directory. You can specify either relative or absolute paths, e.g.Init.BaseDbPath
, Init.LogDirectory
orKeyStore.KeyStoreDirectory
in config file will not be overwritten by --datadir
--baseDbPath
or -d
--Init.BaseDbPath
parameter.--config
****or ****-c
--log
****or ****-l
--configsDirectory
or -cd
--loggerConfigSource
or -lcs
NLog.config
file.