Set Up through Docker

Docker Setup Steps

1

Go to the Verifier Node Page and Log In

Log in with your wallet and open the Verifier setup wizard.

2

Click “Launch Verifier Node” and Select a Setup Method

Choose Start with Docker to continue.

3

Download and install Docker from the official website.

After installing Docker, run the command docker info in the terminal. If it outputs system information, Docker is running successfully.

No output? Try the two methods below to start Docker:

Start via Docker Desktop

  • Open Docker Desktop.

  • Once the main interface loads, Docker is running.

Start Docker via command on Linux

Start Docker with the following command in the terminal:

sudo service docker start

After it starts, run docker info again to verify.

4

Start your verifier node via Docker command

Once Docker has been downloaded, return to the Verifier page, proceed to Step 4, and copy the command.

Paste this command into the terminal and press Enter to start it.

Once you see device check success, you can return to the page and proceed to the next step.

5

Activate Your Verifier Node

After the command finishes and your device passes the verification check, go to Step 5:

  • Click Activate to launch your node.

  • After staking, once you see the start success message, it means the verifier has started successfully and is now performing tasks to earn rewards.

  • Check your rewards in the My Verifier page.

Last updated