default moniker to the host name (Refs #920)

This commit is contained in:
Anton Kaliaev
2017-12-07 12:21:13 -06:00
parent 14ccc8bc4c
commit 5ff0bb2100
6 changed files with 55 additions and 38 deletions

View File

@@ -21,7 +21,8 @@ The main config parameters are defined
- ``genesis_file``: The location of the genesis file. *Default*:
``"$TMHOME/genesis.json"``
- ``log_level``: *Default*: ``"state:info,*:error"``
- ``moniker``: Name of this node. *Default*: ``"anonymous"``
- ``moniker``: Name of this node. *Default*: the host name or ``"anonymous"``
if runtime fails to get the host name
- ``priv_validator_file``: Validator private key file. *Default*:
``"$TMHOME/priv_validator.json"``
- ``prof_laddr``: Profile listen address. *Default*: ``""``