Node Installation & Setup
Instruction to install and configure the sided binary
Hardware Specifications
Minimum Requirements
CPU: 4 cores
RAM: 8 GB
Storage: 500 GB
Network: 1 Gbps
Recommended Specifications
CPU: 8 cores
RAM: 16 GB
Storage: 800 GB
Network: 1 Gbps
Operating System
The choice of operating system for your node is entirely based on your personal preference. You can compile the sided daemon on a wide range of modern Linux distributions and recent versions of macOS.
Prerequisites
Golang v1.22.0 [go releases and instructions][https://go.dev/dl/].
Build sided from source
Ensure that you have the necessary version of Golang installed.
go version
The output must align with the Golang version specified in the Prerequisites section.
Clone the source code from the repository and navigate to the cloned directory using the cd command.
Compile the sided binary.
make install
The provided command will compile the sided binary and save it in your $GOBIN directory. If $GOBIN is included in your $PATH, you should be able to execute the sided binary.
If you encounter any issues related to PATH settings, please consult the provided Go releases and instructions link mentioned in the prerequisites section.
Last updated