- CPU>2和内存大于500M以上的VPS,如果你没有vps,可以选择我使用的Hosting VPS,配置价格都合适
- 一个电子邮箱或者谷歌账户
- 推特账户和Discord账户以及一个SOL钱包(无需私钥仅用于社交绑定)
- 系统我选择ubuntu
sudo apt-get update
sudo apt-get install \
apt-transport-https \
ca-certificates \
curl \
gnupg-agent \
software-properties-common
curl -fsSL https://mirrors.ustc.edu.cn/docker-ce/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc
echo \
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://mirrors.ustc.edu.cn/docker-ce/linux/ubuntu/ \
$(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
sudo apt-get update
sudo apt-get update
sudo apt install docker-ce docker-ce-cli containerd.io docker-compose-plugin -y
sudo systemctl enable docker
sudo systemctl start docker
docker --version
docker compose version
git clone https://github.com/Blockcast/beacon-docker-compose.git
cd beacon-docker-compose
docker-compose up -d
docker ps
运行成功要有4个容器,如图所示
docker-compose exec blockcastd blockcastd init
一定要保存好这两个数据
- 打开链接注册账号:Blockcast
- 可以使用邮箱注册或者直接使用谷歌注册
- 注册成功之后点击右上角的Profile按钮,绑定sol钱包、推特账户、Discord账户
- 返回主页完成任务可以获得奖励积分
点击Manage Nodes,再点击Register Node,会弹出绑定节点的界面,输入你的节点Hardware ID和Challenge Key
位置这里输入你vps所在的位置,仅需要国家就行,例如你的vps是德国的,你就输入中文德国,下面会出现选项,选择德国就行
注册完成之后等待大概5-10分钟,没有问题的话你的节点就会显示上线,并在主页面显示你的节点每小时能获得的积分
节点必须在线6小时以上才会进行连通性测试,连续24小时在线后才会开始发放积分奖励