Merge PR #3498: various improvements to gaiad gentx/init

This commit is contained in:
Alessio Treglia
2019-02-05 20:57:36 -08:00
committed by Jack Zampolin
parent 7173164f73
commit df94f522f9
7 changed files with 26 additions and 25 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ This guide helps you create a single validator node that runs a network locally
cd $HOME
# Initialize the genesis.json file that will help you to bootstrap the network
gaiad init --chain-id testing --moniker testing
gaiad init --chain-id=testing testing
# Create a key to hold your validator account
gaiacli keys add validator
+2 -2
View File
@@ -19,11 +19,11 @@ These instructions are for setting up a brand new full node from scratch.
First, initialize the node and create the necessary config files:
```bash
gaiad init --moniker <your_custom_moniker>
gaiad init <your_custom_moniker>
```
::: warning Note
Only ASCII characters are supported for the `--moniker`. Using Unicode characters will render your node unreachable.
Monikers can contain only ASCII characters. Using Unicode characters will render your node unreachable.
:::
You can edit this `moniker` later, in the `~/.gaiad/config/config.toml` file: