Loading
0

Linux系统搭建Swarm bzz主网搭建RPC节点方法
被墙跳转TG:@qianhenetwork QQ 851617266

301免备案跳转微信公众号
腾讯云服务器大促销。
华为服务器

本教程将介绍在linux系统centos版本中搭建bee rpc节点详细方法,bzz rpc节点搭建,rpc搭建节点,linux搭建rpc节点方法
Linux系统下自建RPC

Windows系统搭建bzz Rpc节点可参考 :https://www.zfcdn.xyz/showinfo-4-36090-0.html
推荐购买西部数码云主机作为RPC服务器,推荐配置为:8核CPU 8G内存 150G硬盘 带宽建议10~20M(点击购买服务器搭建RPC

1、下载

https://github.com/openethereum/openethereum/releases/download/v3.2.6/openethereum-linux-v3.2.6.zip

常见的Linux系统 centOS/Ubuntu……等等 都可安装, 请先登陆 Linux系统

image.png

 

2、可直接复制命令

wget https://github.com/openethereum/openethereum/releases/download/v3.2.6/openethereum-linux-v3.2.6.zip  -O /root/openethereum-linux-v3.2.6.zip
mkdir /home/openethereum
unzip openethereum-linux-v3.2.6.zip -d /home/openethereum/
chmod +x /home/openethereum/openethereum
mkdir /home/openethereum/data
/usr/bin/nohup /home/openethereum/openethereum 
--chain=xdai 
--base-path=/home/openethereum/data 
--db-path=/home/openethereum/data/db 
--jsonrpc-hosts="all" 
--jsonrpc-interface=all  
--jsonrpc-threads=8 > /home/openethereum/1.log 2>&1 &

如果下载失败建议用其它方式下载后上传到服务器 , 此是放在后台执行可在1.log查看运行日志

3、查看日志:

 tail -f /home/openethereum/1.log

注意: 必须 在系统里面或者服务商那里要放行  8545 和30303 端口,不然无法通信,可参考:linux系统防火墙开启放行其他端口

执行后就是等待同步了,保持稳定运行即可

4、使用自建rpc:

Bee 的配置中添加 swap-endpoint:  http://你主机IP:8545

 

301免备案跳转微信公众号
华为服务器
腾讯云服务器大促销。

声明:站长码字很辛苦啊,转载时请保留本声明及附带文章链接:https://www.zfcdn.xyz/showinfo-4-36091-0.html
亲爱的:被墙域名跳转TG:@qianhenetwork QQ:851617266,可否收藏+评论+分享呢?

最后编辑于:2021-06-23 09:34:31作者:

上一篇:windwos系统Swarm bzz主网搭建bee rpc节点教程方法
下一篇:bzz节点从0.6.2升级到1.0.0-rc5详细方法