Skip to content

adanothe/blockcast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ Blockcast BEACON Node Setup Guide

πŸ“š Resources


βœ… Prerequisites

Update and install essential tools:

sudo apt-get update && sudo apt-get upgrade -y
sudo apt install curl git -y

Install Docker:

curl --proto '=https' --tlsv1.2 -sSfL https://raw.githubusercontent.com/Dedenwrg/dependencies/main/docker/docker.sh | sudo sh

πŸ“ Register

  1. Register here on Blockcast Dashboard.

  2. Go to your profile and:

    • Connect your wallet (Required)
    • Link Twitter & Discord (Optional)
    • Complete quests (Optional)

βš™οΈ Run Your Node

Clone the repo and start your node:

git clone https://github.com/adanothe/blockcast.git
cd blockcast
docker compose up -d

🌍 Get Your Server Location

Get your location:

curl -s https://ipinfo.io | jq '.city, .region, .country, .loc'

πŸ” Register Your nodes

Generate hardware and challenge key:

docker compose exec blockcastd blockcastd init
  • Copy the Registration URL from your terminal.
  • Open it in your browser.
  • Your Hardware ID and Challenge Key will be pre-filled.
  • Fill in your location (from the previous command).
  • Submit to register your node.

πŸ–ΌοΈ Reference image: Registration Screenshot


⏳ Final Step

Wait a few minutes. Your node will show Online on the Dashboard.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors