6. List your Validator Node on Cifer Chain Directory
Here's a simplified guide to register your node on the Cifer Chain Registry, ensuring it appears on the Chain Directory and becomes discoverable by users.
What you will need
Your Node ID
Your domain name or IP address and port number
A 1:1 aspect ratio PNG logo (recommended size: 1200x1200 pixels or larger)
6.1 Find your Node ID
Run the command ciferd status
on your node.
The output will display your node information, including your Node ID (look for the value under "id"
) and Port Number (listed under "listen_addr"
).
6.2 Register your Node ID
Head over to the Cifer chain's chain.json
file located in the Chain Registry Repository on CiferAI's GitHub: https://github.com/CiferAI/chain-registry/blob/master/cifer/chain.json
Under the "peers"
section, you can register as either a seed or a persistent peer. Add your node information using the following format:
"id": Your Node ID (from "6.1 Find your Node ID")
"address": Your domain name or IP address followed by port (e.g., 34.128.114.243:26656)
"provider": Your validator name
Submit a pull request on the CiferAI GitHub repository with your updated chain.json
6.3 Upload Your Validator Logo (Optional)
Prepare a 1:1 PNG logo file with a recommended size of 1200x1200 pixels or larger.
Name the file with your Validator Address (e.g., cifevaloperxxxxxx.png).
Submit a pull request to the CiferAI chainlist repository: https://github.com/CiferAI/chainlist/tree/main/chain/cifer/moniker
Last updated