Skip to content

Commit

Permalink
note to change all fields for the validator file
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Mar 19, 2024
1 parent d7945f4 commit 6e426ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions network/manifest-1/POST_GENESIS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<EOF > 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",
Expand Down

0 comments on commit 6e426ce

Please sign in to comment.