如何在link中设置XRP RIPPLED我是个新手,请从scratch.with推荐链接帮助我
发布于 2019-10-16 18:14:36
确保您的计算机满足最低system requirements要求。
你可以通过安装获得直接构建,你可以参考这个link。
$ sudo apt -y update
将$ sudo apt -y install apt-transport-https ca-certificates wget gnupg
$ wget -q -O - "https://repos.ripple.com/repos/api/gpg/key/public“|\ sudo apt-key add -
对波动软件包执行$ sudo apt -y update
$ sudo apt -y install rippled
$ systemctl status rippled.service
$ sudo systemctl start rippled.service
$ sudo systemctl enable rippled.service
或者,您可以为linux创建自己的rippled版本,为此,您可以使用此link。
注意:请确保您首先必须安装具有
1.70.0版本的boost,否则您可能无法构建它。(仅限手动构建)
https://stackoverflow.com/questions/58396263
复制相似问题