0_zFOT-Sli7X6s9_vV.jpg

Introduction

Everything is simple here, a guide for launching Validator on the Side Protocol project. Just follow these instructions and you will be able to become a full-fledged validator.

◾SIDE PROTOCOL install and setup guide

Guide

Create Your Validator

<aside> 💥 In order to create a validator, you need to have a non-zero balance on your wallet, if you don't know how to do this yet, then you just need to touch the official faucet of the Side Protocol project, which is located at the following link: https://station-test.side.one/faucet

</aside>

Check your balances:

sided query bank balances <your_wallet_name>

Create Your Validator

sided tx staking create-validator \\
--from=alice \\
--amount=400000000uside \\
--pubkey=$(sided tendermint show-validator)  \\
--moniker="side_node" \\
--security-contact="[email protected]" \\
--chain-id="grimoria-testnet-1" \\
--commission-rate="0.1" \\
--commission-max-rate="0.2" \\
--commission-max-change-rate="0.05" \\
--min-self-delegation="400000000" \\
--fees="50000uside"