Skip to content

Commit

Permalink
Update using-azure.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidiw authored May 15, 2022
1 parent c08738b commit 44a1c7f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ This will download all the terraform dependencies for you, in the `.terraform` f
11. Configure validator information. This is all the info you need to register on our community website later.
```
aptos genesis set-validator-configuration --keys-dir ~/$WORKSPACE --local-repository-dir ~/$WORKSPACE --username <pick a username for your node> --validator-host $VALIDATOR_ADDRESS:6180 --full-node-host $FULLNODE_ADDRESS:6182
aptos genesis set-validator-configuration --keys-dir ~/$WORKSPACE --local-repository-dir ~/$WORKSPACE --username <select a username for your node> --validator-host $VALIDATOR_ADDRESS:6180 --full-node-host $FULLNODE_ADDRESS:6182
```
Expand Down Expand Up @@ -143,7 +143,7 @@ This will download all the terraform dependencies for you, in the `.terraform` f
---
root_key: "0x5243ca72b0766d9e9cbf2debf6153443b01a1e0e6d086c7ea206eaf6f8043956"
users:
- <username you created in step 5>
- <username you specified in step 11>
chain_id: 23
```
Expand Down Expand Up @@ -201,4 +201,4 @@ This will download all the terraform dependencies for you, in the `.terraform` f
node1-aptos-node-validator-0 1/1 Running 0 4h30m
```
Now you have completed setting up your node in test mode. You can continue to our [community](https://community.aptoslabs.com/) website for registration.
Now you have completed setting up your node in test mode. You can continue to our [community](https://community.aptoslabs.com/) website for registration.

0 comments on commit 44a1c7f

Please sign in to comment.