Validator Node Setup

Having a running validator node is a pre-requisite in order to run the Utility.

Accessing Support

Support will be provided via the Digital Asset Support Portal. The individuals who request access will receive an email to onboard onto the support portal. From the portal, you will be able to create tickets for any issues or questions you may have. Currently, we will be addressing validator related tickets on a best effort basis.

Accessing Validator Software via JFrog

We use JFrog to distribute all Canton and Canton Network software. The individuals who request access will receive an email with instructions for onboarding onto JFrog. Once you’ve signed up, make sure to let us know and we will provide you with access to the necessary repositories.

Accessing the VPN

Currently, access to the Global Synchronizer nodes requires an active VPN connection. The individuals who request access will recieve an email with instructions on how to configure the VPN, as well as credentials to login.

Setting Up Your Validator node

The primary documentation for deploying a validator node can be found at the Global Synchronizer Foundation.

Once you have created and provisioned your cluster, you will need to request for your Egress IP to be whitelisted on the network. When you are ready for that stage, please reach out to us and provide the Egress IP address, and we will work with our team to get you whitelisted. Please bear in mind that all super validator operators must apply the changes, so it may take some time.

You will also need a secret which is generated by one of the super validators. If you are on DevNet, the documentation outlines how you can reach an endpoint to have a secret generated automatically. Otherwise, please let us know when you are ready for your onboarding secret and we can work to provide that. Please bear in mind that onboarding secrets are only valid for 24 hours, so we recommend only generating the secret once you are ready to actually onboard your node.

The documentation will also ask you to provide a Scan URL from a trusted Super Validator. Please bear in mind that your secret, scan URL and Sponsor must all be from the same Super Validator (sv1 or sv2). Below are commands that use the GSF’s Super Validator node to find all the scan addresses:

DevNet:

curl https://scan.sv-1.dev.global.canton.network.sync.global/api/scan/v0/scans | jq

TestNet:

curl https://scan.sv-1.test.global.canton.network.sync.global/api/scan/v0/scans | jq

MainNet:

curl https://scan.sv-1.global.canton.network.sync.global/api/scan/v0/scans | jq

When setting up your ‘nodeIdentifier’, please make sure that your validator node name adheres to the following criteria:

  • ORGANIZATION-FUNCTION-# (Number starting at 1, increasing for every active node that you have deployed)

  • Format should use camel case, e.g. organizationName-functionName-#

  • If your organization has just one word, then it’s “organization”; if three words it’s “organizationLongName”. Same for function.

  • An example is “daSupport-devValidator-1”

Support for setting up the node is on a best effort basis. You can raise issues via our support portal, or you can ask for community assistance via the validator-ops slack channel.

Getting on MainNet

Once on DevNet, you can request permission to join MainNet. Your onboarding Super Validator will submit this request to the Featured Applications and Validators committee. Validator operators will need to be approved to add nodes to MainNet by said committee which represents the Super Validators. If you are approved to join MainNet, you will need to first deploy a node to TestNet. All nodes on TestNet must have already been approved to join MainNet. You will need to follow the same instructions to whitelist your IP, get a secret, etc.