Skip to content

Commit

Permalink
Merge pull request #222 from aztbll/patch-1
Browse files Browse the repository at this point in the history
Update participants.mdx
  • Loading branch information
bengtlofgren authored Dec 14, 2023
2 parents 0188b56 + fdc8060 commit a8fc594
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,11 @@ EMAIL="<your-email>"
DISCORD_HANDLE="<your-discord-handle>" # This is optional
SELF_BOND_AMOUNT=1000000 # Set this to the amount of NAM you want to self-bond
VALIDATOR_ALIAS="<your-validator-alias>"
IP_ADDRESS="<your-public-IP-address>"
namadac utils init-genesis-validator \
--address $ESTABLISHED_ACCOUNT_ADDRESS \
--alias $VALIDATOR_ALIAS \
--net-address "127.0.0.1:26656" \
--net-address "$IP_ADDRESS:26656" \
--commission-rate 0.05 \
--max-commission-rate-change 0.01 \
--self-bond-amount $SELF_BOND_AMOUNT \
Expand Down

0 comments on commit a8fc594

Please sign in to comment.