6. List your Validator Node on Cifer Chain Directory
Last updated
Last updated
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.
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)
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"
).
Head over to the Cifer chain's chain.json
file located in the Chain Registry Repository on CiferAI's GitHub:
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 )
"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
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: