Keybase.io (Validator Node's Logo)

We will show you how to get your awesome logo in every cosmos based chain.

Step 1: Sign Up for a Keybase.io Account

  1. Visit the Keybase website: Go to Keybase.io.

  2. Sign up for an account: Click on the "Sign up" button. You can sign up using your email address, phone number, or by connecting your GitHub, Twitter, or Reddit accounts.

  3. Create a username and password: Choose a unique username and a strong password.

  4. Verify your account: Follow the instructions to verify your email or phone number.

Step 2: Set Up Keybase on Your Device

  1. Download and install the Keybase app:

    • Windows: Download the installer from the Keybase website and follow the installation instructions.

    • macOS: Download the DMG file, open it, and drag the Keybase app to your Applications folder.

    • Linux: Follow the instructions on the Keybase website for your specific distribution.

  2. Log in to the Keybase app: Open the Keybase app and log in with the credentials you created during sign-up.

Step 3: Obtain Your Public Key

  1. Access your profile: In the Keybase app, click on your profile icon or username to go to your profile page.

  2. Find your public key: On your profile page, you will see a section labeled "PGP keys" or "Public keys." Here, you can find your Keybase ID (64BIT).

  3. Copy your keybase key: Click the "Copy" button next to the public key to copy it to your clipboard. This public key is what we will use to update our validator in the --identity flag.

  4. Update your Keybase profile and upload the logo you want to use for your node. Go to the profile click on your profile picture and upload your logo

  5. Command example for updating your validator with logo

# example use of 0G chain validator node's information update.
# you can update many details all at once as shown here

0gchaind tx staking edit-validator \
--identity "YOUR_KEYBASE_ID" \
--details "YOUR_DETAILS" \
--website "YOUR_WEBSITE_URL" \
--chain-id zgtendermint_16600-1 \
--commission-rate 0.05 \
--from $WALLET_NAME \
--gas-adjustment 1.4 \
--gas auto \
--gas-prices 0.0025ua0gi \
-y

Last updated