BLOCKAST
Requirements:
Ensure Hardware Requirements: Use a device (Linux, macOS, ChromeOS, or Windows) with at least 8GB RAM, 100GB storage, and a stable internet connection with sufficient bandwidth.
Install Kali linux on Microsoft Store for Linux Shell

How to Install Ubuntu?
Search on your PC Micosoft Store

Search Ubuntu Install Ubuntu 22.04.5 LTS

Once you Installed
How to Enable WSL and Subsystem Linux
Step 1 - Enable the Windows Subsystem for Linux
You must first enable the "Windows Subsystem for Linux" optional feature before installing any Linux distributions on Windows.

Enable Windows Subsystem Linux for Linux

Run Open PowerShell as Administrator (Start menu > PowerShell > right-click > Run as Administrator) and enter this command:

Copy This Command
Download the latest package:
Run the update package downloaded in the previous step. (Double-click to run - you will be prompted for elevated permissions, select ‘yes’ to approve this installation.)
Set WSL 2 as your default version
Open PowerShell and run this command to set WSL 2 as the default version when installing a new Linux distribution:
Enable virtualization on BIOS
Watch few Tutorials on Youtube
Install Git bash
Install Docker Desktop
Setup Guide
Create New Folder on Downloads (or where you want file path) in your File Explorer
FIle name "Blockcast_Docker"

Open Git bash
If you Create File on Downloads Follow this Command Step by Step
Step 1:
Step 2:

Step 3:
Download BEACON Software: Obtain the docker-compose.yml inside File path where located Blockcast_Docker
(Example)


Step 4: Go to inside on your File Path Folder
"Shift + Right Click" Should be looks like on Picture

Step 5: Generate hardware and challenge key
It would generate an output that contains your device's Hardware ID, Challenge Key and a Registration URL:
Example:
Go to our web portal https://app.blockcast.network/ and log in/register
Copy and paste the Registration URL from the console output with your pre-filled Hardware ID and Challenge Key into your browser, OR
Go to Manage Nodes page, press Register Node button, and manually enter your keys in the portal registration flow



Step 6: Launch and start running Blockcast Beacon
Start running your Blockcast BEACON with command
docker compose up -dfrom the folder wheredocker-compose.ymlis savedVerify everything is up and healthy with
docker compose psCopy
Last updated