码迷,mamicode.com
首页 > 系统相关 > 详细

Alien 快速安装 Rippled 节点【Ubuntu】

时间:2018-11-15 15:34:17      阅读:288      评论:0      收藏:0      [点我收藏+]

标签:nod   systemd   com   服务   symbol   整理   start   存储   star   

关联文档:

  • https://developers.ripple.com/install-rippled.html

服务器的基本情况:

  • 操作系统:Ubuntu 16.04.5 LTS
  • CPU/内存/硬盘:8C/8G/500G

部署步骤:

  1. sudo apt-get update
  2. sudo apt-get install yum-utils alien
  3. sudo rpm -Uvh https://mirrors.ripple.com/ripple-repo-el7.rpm
  4. yumdownloader --enablerepo=ripple-stable --releasever=el7 rippled
  5. sudo rpm --import https://mirrors.ripple.com/rpm/RPM-GPG-KEY-ripple-release && rpm -K rippled*.rpm
  6. sudo alien -i --scripts rippled*.rpm && rm rippled*.rpm
  7. sudo systemctl enable rippled.service
  8. sudo systemctl start rippled.service

上述步骤完成后,可见:

  • /usr/lib/systemd/system/rippled.service,该文件记录了rippled启停的基本信息,如启动方式/opt/ripple/bin/rippled --net silent --conf /etc/opt/ripple/config/ripple.cfg,运行用户为rippled,用户组为rippled等信息
  • /var/log/rippled,该路径存储了rippled的debug.log日志文件
  • /var/lib/rippled/db,该路径存储了node_db数据信息
  • /etc/opt/ripple/database/rocksdb,该路径存储了database数据信息
  • /etc/opt/ripple/config/,该路径存储了rippled.cfg 配置文件和validators.txt 验证信息

以上根据实践过的案列,进行归纳整理,因时间久远,可能会存在信息不对称。请自己动手亲自时间起来吧。

Alien 快速安装 Rippled 节点【Ubuntu】

标签:nod   systemd   com   服务   symbol   整理   start   存储   star   

原文地址:https://www.cnblogs.com/WSQL/p/9963389.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!