🖥️Installation
Hardware Specifications
CPU
RAM
Storage
Install Dependencies
sudo apt update && sudo apt upgrade -y && sudo apt install curl tar wget clang pkg-config libssl-dev jq build-essential bsdmainutils git make ncdu gcc git jq chrony liblz4-tool -yConfigure Moniker
MONIKER="<your-node-name>"Install GO
sudo rm -rf /usr/local/go
curl -Ls https://go.dev/dl/go1.22.2.linux-amd64.tar.gz | sudo tar -xzf - -C /usr/local
eval $(echo 'export PATH=$PATH:/usr/local/go/bin' | sudo tee /etc/profile.d/golang.sh)
eval $(echo 'export PATH=$PATH:$HOME/go/bin' | tee -a $HOME/.profile)Download and Install Binaries
# Clone project repository
cd $HOME
rm -rf symphony
git clone https://github.com/Orchestra-Labs/symphony
cd symphony
git checkout v1.0.0
# Build binaries
make installInitialize the node
Create Service File
Download Latest Snapshot & extract the file
Start Service & Check Node Logs
Verify node's block height sync
Spin Up Validator
1. Create a wallet
2. Fund a wallet
3. Create Validator
Last updated