一、机器配置
1. 环境
| 配置 | 最低配置 | 推荐配置 |
|---|---|---|
| CPU | 1.5GHz | 2.4GHz |
| 内存 | 1GB | 8GB |
| 核心 | 1核 | 8核 |
| 带宽 | 1Mb | 10Mb |
操作系统
- Ubuntu 16.04+
https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/manual/hardware_requirements.htmlhttps://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/manual/hardware_requirements.htmlhttps://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/manual/hardware_requirements.html
2. 基本依赖
sudo apt-get update
sudo apt install -y openssl curl
3. 查看ip
| name | ip |
| fiscobcos1 | 192.168.64.129 |
| fiscobcos2 | 192.168.64.131 |
| fiscobcos3 | 192.168.64.132 |
| fiscobcos4 | 192.168.64.130 |
二、步骤
第一步. 生成区块链节点配置
第二步. 拷贝区块链节点配置
第三步. 启动多机4节点区块链系统
