2021-08-02 20:33:36 版本 : linux-swarm-bzz-挖矿搭建教程
作者: 文艺范儿 于 2021年07月09日 发布在分类 / 挖矿 下,并于 2021年08月02日 编辑
 历史版本

修改日期 修改人 备注
2021-08-06 22:31:19[当前版本] 文艺范儿 格式调整
2021-08-06 21:30:36 文艺范儿 格式调整
2021-08-06 21:29:13 文艺范儿 格式调整
2021-08-02 20:33:36 文艺范儿 格式调整

以下操作都需要在root运行
sudo su - root

卸载

如果前期安装过,需要彻底卸载:

systemctl stop bee

systemctl stop bee-clef

dpkg -r bee

dpkg -r bee-clef

##注意备份,要是无用可以删除

rm -rf /etc/bee/
rm -rf /etc/bee-clef/
rm -rf /var/lib/bee/

rm -rf /var/lib/bee-clef/


安装

1、下载安装脚本

rm install-bee.sh install-node-6.sh -f

wget -c https://beijing-wy.oss-cn-beijing.aliyuncs.com/bee/install-bee.sh

wget -c https://beijing-wy.oss-cn-beijing.aliyuncs.com/bee/install-node-6.sh

2、运行安装脚本
bash install-bee.sh
bash install-node-6.sh

3、分别修改配置文件
vim /etc/bee/bee-1.yaml

4、分别启动

nohup bee start --config /etc/bee/bee-1.yaml  >> /var/log/bee/bee-1.log  2>&1  &

nohup bee start --config /etc/bee/bee-2.yaml  >> /var/log/bee/bee-2.log  2>&1  &

nohup bee start --config /etc/bee/bee-3.yaml  >> /var/log/bee/bee-3.log  2>&1  &

nohup bee start --config /etc/bee/bee-4.yaml  >> /var/log/bee/bee-4.log  2>&1  &

nohup bee start --config /etc/bee/bee-5.yaml  >> /var/log/bee/bee-5.log  2>&1  &

nohup bee start --config /etc/bee/bee-6.yaml  >> /var/log/bee/bee-6.log  2>&1  &

5、查看钱包地址
head -50  /var/log/bee/bee-1.log

6、查看日志

tail -199f  /var/log/bee/bee-1.log

7、升级脚本

rm -f update-bee.sh

wget -c  https://beijing-wy.oss-cn-beijing.aliyuncs.com/bee/update-bee.sh

bash update-bee.sh

帮助

#查看已出票
curl localhost:1635/settlements | jq
#如何查看节点中的地址
curl -s localhost:1635/addresses | jq .ethereum
#如何查看节点中的余额
curl localhost:1635/chequebook/balance | jq
#如何判断一个节点是否正常运行
curl http://localhost:1633
返回Ethereum Swarm Bee
检查节点数大于0
curl -s http://localhost:1635/peers | jq '.peers | length'
#如何查看我有多少张已兑现的支票
可以在 etherscan 查看您的支票簿合同。
通过以下方式获取您的支票簿合同地址:
curl http://localhost:1635/chequebook/address




历史版本-目录  [回到顶端]
    文艺知识分享平台 -V 4.9.5 -wcp
    京公网安备100012199188号 京ICP备2021030911号