Build Process
Build Options
The following are several suggestions on how to begin preparing the server that will become and run your Validator Node.
Cloud Provider
Utilizing a Cloud Provider to build your Node is the most common option. Choose a provider that meets your requirements, build a VPS instance, download nodectl or manually install dependencies, and then create your Node.
- Begin here
Hosting Provider
Utilize a Hosting Provider to handle a dedicated server to run your Node. This option will require you to do some research on our own to find a hosting provider. There are many options to choose from.
- Begin here
Dedicated Server
Run your Node on your own dedicated "bare metal" server. This is the most advanced option and requires more knowledge of how to handle hardware, operating systems, and software.
Buying a server or purchasing the necessary hardware to run a Node is out of the scope of this documentation.
To deploy a Node to run on the Hypergraph and also the DAG Layer1 metagraph, you should make sure your bare metal server supports the following specs.
nodectl Automation
Once you have established where you are going to build your Node or what hardware you are going to use. You can decide to turn your server into a Node in minutes using Constellation Network's utility nodectl
.
- Begin here
Quick Start Guides
Build your MainNet, IntegrationNet, TestNet or metagraph Node Quickly with sensible defaults.
- Begin here
Manual Installation
Build your Node manually by handling all then necessary setup requirements step by step.
Manual installation will require more time; however, will give a new Node Operator the insight into what is going on "under the hood" on a server that is running as a Constellation Network Node.
- Begin here