# shardeum测试节点搭建 启动质押SHM

By [玩币归赵](https://paragraph.com/@7645666) · 2023-02-20

---

作者：

[https://twitter.com/wbgz888](https://twitter.com/wbgz888)

shardeum 融资了不少钱，官网承诺社区拥有百分之5的空投额度，所以参与节点是有机会拿到空投

![](https://storage.googleapis.com/papyrus_images/22133e5320cdf2caf44d4b3e97e14426f623b4884a6e4a784d0339e759ff453a.png)

[https://twitter.com/shardeum](https://twitter.com/shardeum)

**首先购买一个服务器**

这是我购买的平台还算便宜

[https://idc.886la.cn/aff/ILHBAVWY](https://idc.886la.cn/aff/ILHBAVWY)

这是我买的配置也就100多块钱

![](https://storage.googleapis.com/papyrus_images/a215b77b518b3189c9f3c300b64057e379158bf790b6f68ef1aa936c4a9ca880.png)

使用xshell 工具连接服务器

**搭建节点**

sudo apt update && apt upgrade -y

输入以上命令

等待完成如果需要安装版本 同意即可

sudo apt-get install curl

sudo apt update

sudo apt install docker.io

sudo curl -L "[https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$](https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$)(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose

sudo chmod +x /usr/local/bin/docker-compose

docker-compose --version

依次输入以上命令

curl -O [https://gitlab.com/shardeum/validator/dashboard/-/raw/main/installer.sh](https://gitlab.com/shardeum/validator/dashboard/-/raw/main/installer.sh) && chmod +x installer.sh && ./installer.sh

**这一步需要注意需要设置密码 输入的时候不显示的所以一定要注意 其他设置默认即可回车**

![](https://storage.googleapis.com/papyrus_images/d5501f5a3aa665da50df7881cfb90d675fd4049ef402f7ea74cb4d63412c0770.png)

等待下载完成即可

![](https://storage.googleapis.com/papyrus_images/7e6888cd47c7c290b6e82f146fe27de85002270dea1b8c263330b8432ec03682.png)

**验证器验证**

cd .shardeum

./shell.sh

operator-cli gui start

依次输入以上命令 启动

![](https://storage.googleapis.com/papyrus_images/f772f61beeec416b3f328aeb72fcc3a6b0308711e4b96b5e90e056d0fcfcf963.png)

https://**:8080/** 加粗的字体输入自己的服务器ip 输入刚刚设置的密码进入就可以进入质押SHM 水龙头去dc领取 [https://discord.gg/shardeum](https://discord.gg/shardeum) 启动节点

---

*Originally published on [玩币归赵](https://paragraph.com/@7645666/shardeum-shm)*
