Publishing the public IP address of the Node to the source code

To maintain network stability, there is a list of public static IP addresses of full nodes operating 24/7. Such nodes have a complete database and can support access through the API and be used for initial synchronization with the network.

There are two ways to add your IP address to the node source code:

  1. Add issue to the node repository

  2. Fix the permanent node list file yourself and create a pull request to merge the code.

Issue Creation

Go to the page create a new issue and fill the template.

Pull Request Creation