From d8686ceea293fe89aa8980a8e7ae0d743c4eab63 Mon Sep 17 00:00:00 2001 From: Stephen Fluin Date: Wed, 31 Jul 2024 08:52:14 -0500 Subject: [PATCH] feat: add shared address warning to verifier notes (#1065) --- src/pages/validator/amplifier/verifier-onboarding.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pages/validator/amplifier/verifier-onboarding.mdx b/src/pages/validator/amplifier/verifier-onboarding.mdx index 66e52b40b..b7a1c59f3 100644 --- a/src/pages/validator/amplifier/verifier-onboarding.mdx +++ b/src/pages/validator/amplifier/verifier-onboarding.mdx @@ -97,6 +97,8 @@ Leave this process running in the background, and perform additional commands in 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 @@ -105,6 +107,9 @@ docker run axelarnet/axelar-ampd:v0.6.0 verifier-address + +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. + ## Add `ampd` to your `PATH`