Installation
Hardware Requirements:
CPU: 8 cores
RAM: 16GB+
Storage: 500GB SSD (NVMe preferred)
Network: Stable internet connection with at least 100 Mbps upload/download
Software Requirements:
Linux-based system (Ubuntu 20.04+ recommended)
Go programming language installed (version 1.19+)
Step-by-Step Guide
Update and Install Dependencies: Run the following commands to ensure your system is updated and all dependencies are installed.
Install Go: Download and install the latest version of Go.
Clone Cysic Repository and Build the Binary: Fetch the Cysic chain code and build the necessary binaries.
Initialize the Node: Initialize your node with your chosen moniker and the correct chain ID.
Download the Genesis File: Download and place the correct genesis file for your node.
Configure Node: Edit the
config.toml
to set persistent peers and RPC details. You can adjust ports as needed to avoid conflicts with other services.Create a Validator Key: If you donβt have a wallet yet, create one. This wallet will be used to register as a validator.
Start the Node: Once all configurations are set, start the node service.
Stake and Become a Validator: After your node is synced, use your wallet to delegate funds and create a validator transaction.
Last updated