Blockcast Beacon
BEACON is a Docker image that serves as the guardian and watcher of our network. These nodes monitor network quality, ensure honest participation, and will eventually function as multicast receiving
Update System
sudo apt update && sudo apt upgrade -yInstall Prerequisites & Docker
sudo apt install apt-transport-https ca-certificates curl software-properties-common -y && curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - && sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu focal stable" && sudo apt-get install docker-ce docker-ce-cli containerd.io docker-compose-plugin -yVerify Docker Installation
docker --versionInstall the Blockcast Beacon Docker
git clone https://github.com/Blockcast/beacon-docker-compose.git
cd beacon-docker-composeRun the Blockcast Beacon container

Check Beacon containers

Locate your Node Location
Generate Hardware ID and Challenge Key



Last updated
