Skip to content

Install Beacon Node

System Specs

HardwareRequirement
CPU2 Cores
RAM2 GB
Disk10 GB

Last update: 22-05-2025

Prepare Before Install Node

  1. Register akun menggunakan email
    app.blockcast.network?referral-code=Mi5UWv
  2. Buat Wallet baru di phantom atau di solflare
  3. Link your wallet di menu “Profile”
    Note: Wajib connect wallet di web, supaya bisa add node.

Install Node beacon blockcast di Ubuntu/Linux

  1. Update paket & install git
apt update && apt install git -y

  1. Install docker (jika belum install)
sudo apt install apt-transport-https ca-certificates curl software-properties-common -y
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
apt-cache policy docker-ce
sudo apt install docker-ce -y
sudo systemctl restart docker
sudo systemctl status docker

  1. Download file node
git clone https://github.com/Blockcast/beacon-docker-compose.git

  1. Masuk ke folder node
cd beacon-docker-compose

  1. Run Node
docker compose up -d

  1. Pastikan docker container sudah berjalan (control_proxy, beacond, blockcastd & beacon-docker-compose-watchtower-1)
docker ps

  1. Generate hardware and challenge key (simpan, digunakan untuk register node)
docker compose exec blockcastd blockcastd init

  1. Register Node
  • Di web, klik “Get A Node”
  • Masukkan Hardware ID, Challenge Key dan Node Name (yang sebelumnya sudah anda simpan)
  • Untuk Location, ketik lokasi sesuai vps anda berada.
  • Klik “Register Node”

DONE (Check node anda di web, pastikan online)