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
- Visit the Keybase website: Go to Keybase.io. 
- 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. 
- Create a username and password: Choose a unique username and a strong password. 
- Verify your account: Follow the instructions to verify your email or phone number. 
Step 2: Set Up Keybase on Your Device
- 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. 
 
- 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
- Access your profile: In the Keybase app, click on your profile icon or username to go to your profile page. 
- 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). 
- 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 - --identityflag.
- 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
- 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 \
-yLast updated