FirmaChain-preview
  • Overview
  • GETTING STARTED
    • Install FirmaChain
      • Specification
      • Install
    • Deploy own network
    • EndPoints
  • VALIDATOR GUIDE
    • Join the Colosseum (mainnet)
      • For Genesis Validator
      • For Validator
      • Edit Validator Description
    • Join the Imperium (testnet)
    • Upgrade
      • Cosmovisor Guide
      • Cosmovisor Example
      • v0.3.5-patch
  • GENERAL GUIDES
    • Ledger
      • Install
      • Usage on FirmaStation
      • Usage on FirmaChain-CLI
    • State Sync
    • Recover the chain node
  • MODULE(COMMING SOON)
    • Contract
      • Log
      • File
      • Bulk Insert
      • Utils
    • Nft
    • Burn
    • Token
  • RESOURCES(COMMING SOON)
    • Cli
    • Images
  • Archive
    • Install FirmaChain(임시)
    • Join the Colosseum (reward-testnet)
      • End Points
      • Colosseum Test App
Powered by GitBook
On this page
  • Flag parameter
  • How to edit description
  • How to get identity 64bit code
  1. VALIDATOR GUIDE
  2. Join the Colosseum (mainnet)

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

Flags
Type
Description

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.

PreviousFor ValidatorNextJoin the Imperium (testnet)

Last updated 3 years ago