Skip to content

Commit

Permalink
feat: add shared address warning to verifier notes (#1065)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenFluin authored Jul 31, 2024
1 parent c88647d commit d8686ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pages/validator/amplifier/verifier-onboarding.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ Leave this process running in the background, and perform additional commands in
<tab-item title="Docker">
From [Docker](https://hub.docker.com/r/axelarnet/axelar-ampd), pull and run the `0.6.0` version of `ampd`:



```bash
docker pull axelarnet/axelar-ampd:v0.6.0
docker run axelarnet/axelar-ampd:v0.6.0 verifier-address
Expand All @@ -105,6 +107,9 @@ docker run axelarnet/axelar-ampd:v0.6.0 verifier-address
</tab-item>

</tabs>
<Callout>
The address for your verifier node will also be the address that rewards are sent to (this will change in the future). You should make sure to claim and move any available rewards regularly to mitigate any associated risks.
</Callout>

## Add `ampd` to your `PATH`

Expand Down

0 comments on commit d8686ce

Please sign in to comment.