- π Official Guide
- π¬ Join Adanode Telegram Channel
Update and install essential tools:
sudo apt-get update && sudo apt-get upgrade -y
sudo apt install curl git -yInstall Docker:
curl --proto '=https' --tlsv1.2 -sSfL https://raw.githubusercontent.com/Dedenwrg/dependencies/main/docker/docker.sh | sudo sh-
Register here on Blockcast Dashboard.
-
Go to your profile and:
- Connect your wallet (Required)
- Link Twitter & Discord (Optional)
- Complete quests (Optional)
Clone the repo and start your node:
git clone https://github.com/adanothe/blockcast.git
cd blockcast
docker compose up -dGet your location:
curl -s https://ipinfo.io | jq '.city, .region, .country, .loc'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.
Wait a few minutes. Your node will show Online on the Dashboard.
