Consesus node
Minimum hardware requirements
Setup a consensus node
Set up the environment
# Update the existing dependencies
sudo apt update && sudo apt upgrade -y
# Install Golang
sudo snap install go --channel=1.23/stable --classic
# Install other useful dependencies
sudo apt install curl tar wget clang pkg-config libssl-dev jq build-essential git make -yBuild the milkywayd binary file
Set up the P2P network
Start the consensus node
Last updated