EOS节点搭建

简介: EOS节点搭建

EOS节点搭建


前言

github 地址:https://github.com/EOSIO/eos

安装包下载地址:https://github.com/EOSIO/eos/releases

文档地址:https://developers.eos.io/eosio-home/docs


下载与安装

源码安装

tar.gz 安装

下载并解压

tar -zxvf eosio-1.8.2.mojave.bottle.tar.gz


rpm 安装

安装包下载地址:https://github.com/EOSIO/eos/releases

sudo yum install ./eosio-1.8.2-1.el7.x86_64.rpm


启动 keosd

keosd &


启动 nodeos

nodeos -e -p eosio \
--plugin eosio::producer_plugin \
--plugin eosio::chain_api_plugin \
--plugin eosio::http_plugin \
--plugin eosio::history_plugin \
--plugin eosio::history_api_plugin \
--access-control-allow-origin='*' \
--contracts-console \
--http-validate-host=false \
--verbose-http-errors >> nodeos.log 2>&1 &


检测 nodeos 是否生成块

tail -f nodeos.log


检测钱包

cleos wallet list


检测 nodeos 端点

curl http://localhost:8888/v1/chain/get_info


rpm 卸载

sudo yum remove eosio


目录
相关文章
|
6月前
|
Kubernetes 前端开发 Linux
suse 12 二进制部署 Kubernetets 1.19.7 - 番外篇 - 增加node节点
suse 12 二进制部署 Kubernetets 1.19.7 - 番外篇 - 增加node节点
47 0
|
10月前
|
存储 安全 区块链
EOS智能合约开发部署逻辑规则实现
EOS智能合约开发部署逻辑规则实现
|
区块链 开发工具 git
EOS 安装本地环境
EOS 安装本地环境
|
Shell Go 区块链
阿里云多机部署Fabric 1order节点多个peer节点
阿里云多机部署Fabric 1order节点多个peer节点
220 1
|
Shell Go 区块链
阿里云单机Fabric 1个order1个peer部署步骤
阿里云单机Fabric 1个order1个peer部署步骤
172 1
|
Kubernetes Ubuntu 应用服务中间件
k8s学习四-部署节点加入集群
k8s学习四-部署节点加入集群
263 0
k8s学习四-部署节点加入集群
|
分布式计算 Hadoop Linux
Hadoop集群搭建记录 | 云计算[CentOS7] | 伪分布式集群 各节点之间免密登录
写在前面 step1 安装openssh-server step2 .ssh文件夹的创建及生成密钥文件 step3 传送该文件 step4 slave1&&slave2节点操作 step5 所有节点最终配置 免密登录成功
182 0
Hadoop集群搭建记录 | 云计算[CentOS7] | 伪分布式集群 各节点之间免密登录
BTC节点部署
BTC节点部署
275 0
USDT节点部署
USDT节点部署
346 0