Edit Validator Description

With the transaction provided in this guide, validator's can edit their publicly displayed information. The purpose of this process is to distinguish between different validators and all flags provided in this document must be filled. If you omit a flag, the field you omitted will be left blank.

* --moniker defaults to the machine name

Flag parameter

FlagsTypeDescription

details

string

Brief Introduction

website

string

Your website address (only if you have one)

security-contact

string

Your e-mail address

identity

string

keybase 64bit security code

commission-rate

float

Start commission rate ex) commission-rate 0.10 = 10%

How to edit description

firmachaind tx staking edit-validator \
--moniker "your moniker name" \
--website "introduce web site" \
--identity "key base 64bit code" \
--details "simple context" \
--commission-rate 0.10 \
--chain-id <chain_id> \
--fees 200000ufct \
--from <key_name>

How to get identity 64bit code

The process to retrieve this key data is relatively simple. Firstly, log in to keybase.io. Once you generate the key, copy and paste the code provided in the red box in the image below.

* Do not include any space in the --identity field.

Last updated