Today's 0-earn airdrop share——Blockcast
#AirdropAlert Today's 0-earn airdrop share——Blockcast
It is a decentralized content delivery network and marketplace aimed at helping broadcasters gain more traffic and reach a wider audience. Seed round financing of about $2.85 million, currently in the airdrop stage.
https://shorturl.at/vbati
Specific steps:
1. Register with your email
2. Go to the profile link to connect the Solana wallet (BURNER)
3. Bind your X and Discord
4. Complete the task
5. Run the node
II. Node operation guide
Prerequisites:
Docker and Docker Compose have been installed (ensure the version supports the docker compose command).
Operation steps:
1. Start the Docker service
sudo systemctl start docker
2. Clone the code repository
git clone https://github.com/Blockcast/beacon-docker-compose.git
3. Enter the project directory
cd beacon-docker-compose
4. Start the node service
docker compose up -d
Note: The -d parameter indicates that the container runs in the background.
5. Check the container status
docker compose ps
Confirm that the blockcastd container is in running status.
6. Obtain Hardware ID and Challenge Key
docker compose exec blockcastd blockcastd init
After execution, the Hardware ID and Challenge Key will be generated, please copy these two pieces of information.
7. Complete node registration on the platform
Return to the Blockcast official website and find the node registration page.
Enter the acquired Hardware ID and Challenge Key to complete registration.
8. View node logs (optional)
docker logs -f blockcastd
You can check the node running status in real-time through the logs to confirm whether it started normally.