文章分类 -  区块链

以太坊区块链浏览器的搭建
摘要:1、安装最新的npm npm install npm@latest -g 2、cd /usr/local/src git clone https://github.com/etherparty/explorer cd explorer 3、修改以太坊节点地址 vim app/app.js 将var 阅读全文

posted @ 2021-01-26 19:35 逍遥郭 阅读(40) 评论(0) 推荐(0)

CentOS7下安装Geth
摘要:1、首先查看cmake的版本:cmake --version,需要3.3以上 安装cmake的方法: 先移除原有版本: yum remove cmake 下载安装:一步步的执行就好。 cd /usr/local/src wget https://cmake.org/files/v3.19/cmake 阅读全文

posted @ 2021-01-26 17:58 逍遥郭 阅读(1446) 评论(0) 推荐(0)

创世区块配置文件genesis.json的格式解读
摘要:中文网站上关于genesis 的解析大多数都来自于这个Gist:Ethereum private network configuration guide. (github.com),但实际上genesis 中的配置项还有一些其他内容。 首先,genesis.json 是Geth 工具用来创建创世区块 阅读全文

posted @ 2021-01-26 09:46 逍遥郭 阅读(2313) 评论(0) 推荐(0)

导航