# 手把手教学|如何部署quilibrium pow编译版 **Published by:** [Daniel ](https://paragraph.com/@daniel-32/) **Published on:** 2024-05-27 **URL:** https://paragraph.com/@daniel-32/quilibrium-pow ## Content quilibrium 第一批奖励每个节点有上千U,以至于现在卷了起来。官方改了节点算法。 昨晚刚更新,现在的v1.4.18版本暂时无bug 所有的安装文档都可以在这里找到首先需要一个ubuntu的机器,无论是本地物理机还是VPS都可以,下面的链接新用户可以白嫖200U的费用,刚好能跑2个月DigitalOcean | Cloud Infrastructure for DevelopersAn ocean of simple, scalable cloud solutions.https://www.digitalocean.com注册好了,首先创建vps,配置最低选择如下图,地理位置不限,系统选择ubuntu20.04 当然配置越高越好,毕竟pow。如果有网络问题,检查防火墙,打开所有端口##ssh登陆上去之后输入以下命令 wget -O - https://raw.githubusercontent.com/0xOzgur/QuilibriumTools/v1.4.18/install/install_quilibrium_service.sh | bash 大概等待5分钟,节点就安装完成了。接下来就是怎么维护cd /root/ceremonyclient/node/.config ##查看keys.yml,将输出的保存起来,这个就是你的私钥 cat keys.yml ##查看config.yml,将输出的保存起来,这个就是你的节点信息 cat config.yml ##修改config.yml,开启rpc等功能 sed -i 's|listenGrpcMultiaddr: ""|listenGrpcMultiaddr: "/ip4/127.0.0.1/tcp/8337"\nlistenRESTMultiaddr: "/ip4/127.0.0.1/tcp/8338"|g' config.yml sed -i '/^\s*engine:/a\ statsMultiaddr: "/dns/stats.quilibrium.com/tcp/443"' config.yml 因为修改了配置,需要重启服务## 重启服务 service ceremonyclient restart ##查看自己的节点id cd ~/ceremonyclient/node && ./node-1.4.18-linux-amd64 -peer-id ## Publication Information - [Daniel ](https://paragraph.com/@daniel-32/): Publication homepage - [All Posts](https://paragraph.com/@daniel-32/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@daniel-32): Subscribe to updates