Oraichain
  • ORAICHAIN
    • Introduction
    • System Overview
      • AI Layer 1 for Data Economy & blockchain oracle services
      • Layer 2 Rollups and Subnetworks
      • Verifiable and trustless AI Execution
      • Protocol Messages
      • IBC Integration
    • Use Cases
    • Token Economics
  • DEVELOPER GUIDES
    • General
      • Blockchain details
    • CosmWasm Contracts
      • Compile a Contract
      • Deploy a Contract
      • Query a Contract
      • Send tokens to a Contract
      • Manage Contracts using design patterns
      • End-to-end CosmWasm testing with CW-simulate
    • Local testnet chain
    • Wallet
      • OWallet
    • Price Feed
      • CW Oracle Hub
    • VRF 2.0
      • Introduction to Oraichain VRF 2.0
      • Get a Random Value from API
        • Get VRF Value from different networks
        • Contract Addresses and Pricing
        • Validate a Group Signature
      • Security Remarks
      • API Reference
      • Get support from Oraichain team
    • OraiDEX
      • ORAIX Token
      • OBridge
        • OraiBTC
        • TON Bridge
          • TON Blockchain 101
      • Decentralization
    • Indexers
      • SubQuery
    • OraichainEVM
      • Getting started
      • Smart Contracts
        • Oraichain EVM Precompiled Contracts
        • Address
        • Bank
        • Wasm
        • Authz
      • Guides
        • Metamask
        • Remix
        • Foundry
        • Hardhat
        • Tools
        • Oraichain EVM RPC
  • GOVERNANCE
    • Privacy Policy
  • NODES & VALIDATORS
    • Networks
      • Joining Mainnet
        • Build Linux binary from source and become a Sentry Node Operator
        • Become a Validator
      • Joining Testnet
        • Become Testnet Fullnode From Source
        • StateSync Testnet
        • Faucet Testnet
    • Oraichain Tutorials
      • Migrate one Oraichain node to another
      • Cosmovisor
      • Update validator image
      • Tenderduty
      • Grafana
      • Tracking Unvoted Proposals
      • Tmtop
Powered by GitBook
On this page
  • Example Validator Pages:
  • How to Set or Update Your Validator Image
  • On ORAI Scan (scan.orai.io)
  • On Scanium (scanium.io)
  • Final Thoughts

Was this helpful?

Edit on GitHub
  1. NODES & VALIDATORS
  2. Oraichain Tutorials

Update validator image

PreviousCosmovisorNextTenderduty

Last updated 1 month ago

Was this helpful?

A validator image is a visual representation of your validator, displayed on validator pages across different blockchain explorers.

Example Validator Pages:

  • ORAI Scan:

  • Scanium:


How to Set or Update Your Validator Image

On ORAI Scan (scan.orai.io)

  1. Navigate to your validator page.

  2. Double-click on the validator image.

  3. Select and upload your new image.

  4. Approve the request to finalize the update.


On Scanium (scanium.io)

Scanium fetches validator images directly from Keybase. Follow these steps to update your image:

Step 1: Set Up a Keybase Profile

  • If you don’t have a Keybase account, create one.

  • Retrieve your public Keybase ID (e.g., 2798DB6D73F30696).

Step 2: Update Your Validator Identity

If your validator identity is not set, submit a transaction to link your Keybase ID:

oraid tx staking edit-validator \
--identity "your-keybase-id" \
--chain-id Oraichain \
--from wallet \
--gas-adjustment 1.4 \
--gas auto \
--gas-prices 0.01orai \
-y

Step 3: Change Your Keybase Avatar

  • Set your Keybase profile picture to the desired validator image.

  • Scanium will automatically fetch and update the validator image from your Keybase account.


Final Thoughts

Keeping your validator image updated enhances your validator’s visibility and credibility in the network. Follow the steps above to ensure your validator stands out!

🚀 Make your validator recognizable today!

View Example
View Example