- Ubuntu VPS (Recommended 4GB RAM+)
- sudo/root access
- Basic terminal knowledge
Run these commands in order:
sudo apt update && sudo apt upgrade -ysudo apt install -y ca-certificates curl gnupg lsb-release
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
sudo apt update
sudo apt install -y docker-ce docker-ce-cli containerd.io docker-compose-pluginsudo systemctl enable --now dockerdocker --version && docker-compose --versiongit clone https://github.com/Blockcast/beacon-docker-compose.gitcd beacon-docker-composedocker compose up -ddocker compose psdocker compose exec blockcastd blockcastd init📝 Copy the Hardware ID and Challenge Key
-
Go to Blockcast Dashboard: https://app.blockcast.network?referral-code=yBlf4A
-
Connect your Solana wallet
docker logs -f blockcastd📝 Rewards are updated every 24 hours and typically kicks in within 24-48 hours after the first rewards. Keep your node online to maximize your potential earnings!



