win2016搭建xDAI EndPoint Rpc
重要:自建rpc为防止其他非自己部署节点请求,强烈建议设置安全组只允许自己节点ip地址访问。
此以windows2016为例,其它windows系统操作一样
1、下载openethereum 并安装:
https://github.com/openethereum/openethereum/releases/tag/v3.2.6
下载后将压缩包解压出来 openethereum.exe, 比如放在 d:openethereum 目录
2、启动 openethereum.exe
建立目录D:openethereumdata ,在开始->运行->cmd 执行如下命令
D:\openethereum\openethereum.exe --chain=xdai --base-path=D:\openethereum\data --db-path=D:\openethereum\data\db --jsonrpc-hosts="all" --jsonrpc-interface=all --jsonrpc-threads=8
注意请将上面代码放在一行执行
执行后就是等待了cmd窗口不要关闭,保持稳定运行即可,这个可能几小时到1天不等,
3、端口放行
注意: 必须 在系统里面或者服务商那里要放行 8545 和 30303 端口,不然无法通信
4、使用自建rpc:
在Bee 的配置中添加 swap-endpoint: http://你主机IP:8545
评论已关闭