diff --git a/network/manifest-1/POST_GENESIS.md b/network/manifest-1/POST_GENESIS.md index afc8442..0a2fae8 100644 --- a/network/manifest-1/POST_GENESIS.md +++ b/network/manifest-1/POST_GENESIS.md @@ -71,13 +71,13 @@ sudo sytemctl start manifestd && journalctl -u manifestd -f -o cat --no-hostname - #### Generate your validator file -Use this command to generate your validator file and change the entries to your own information. +Use this command to generate your validator file and change all the entries to your own information. `amount` should remain the same unless the team specifies otherwise. 1 POA power is 1000000poastake. ```bash cat < validator.json { "pubkey": {"@type":"/cosmos.crypto.ed25519.PubKey","key":"oWg2ISpLF405Jcm2vXV+2v4fnjodh6aafuIdeoW+rUw="}, - "amount": "1poastake", + "amount": "1000000poastake", "moniker": "validator's name", "identity": "keybase-identity", "website": "validator's (optional) website",