FISCO BCOS 2.1.0 中文文档检查日志输出 如下,查看节点node0链接的节点数 正常情况会不停地输出链接信息,从输出可以看出node0与另外3个节点有链 接。 bash nodes/127.0.0.1/start_all.sh try to start node0 try to start node1 try to start node2 try to start node3 node1 start successfully successfully node2 start successfully node0 start successfully node3 start successfully ps -ef | grep -v grep | grep fisco-bcos fisco 5453 1 1 17:11 pts/0 00:00:02 /home/fisco/fisco/nodes/127 7.0.0.1/node0/../fisco-bcos -c config.ini fisco 5459 1 1 17:11 pts/0 00:00:02 /home/fisco/fisco/nodes/127.0.0.1/node1/../fisco-bcos -c config.ini fisco 5464 1 1 17:11 pts/00 码力 | 1058 页 | 740.85 KB | 1 年前3
FISCO BCOS 2.3.0 中文文档,8545~8548端口是否被占用。 检查进程 检查进程是否启动 正常情况会有类似下面的输出; 如果进程数不为4,则进程没有启动(一般 是端口被占用导致的) 检查日志输出 如下,查看节点node0链接的节点数 [INFO] Output Dir : /home/ubuntu/fisco/nodes [INFO] CA Key Path : /home/ubun 1/start_all.sh try to start node0 try to start node1 try to start node2 try to start node3 node1 start successfully node2 start successfully node0 start successfully node3 start successfully ps -ef | 00:00:02 /home/ubuntu/fisco/nodes/127.0.0.1/node0/../fisco-bcos -c config.ini fisco 5459 1 1 17:11 pts/0 00:00:02 /home/ubuntu/fisco/nodes/127.0.0.1/node1/../fisco-bcos -c config.ini fisco0 码力 | 1227 页 | 10.79 MB | 1 年前3
FISCO BCOS 2.2.0 中文文档如下,查看节点node0链接的节点数 正常情况会不停地输出链接信息,从输出可以看出node0与另外3个节点有链 接。 执行下面指令,检查是否在共识 正常情况会不停输出++++Generating seal,表示共识正常。 try to start node0 try to start node1 try to start node2 try to start node3 node1 start start successfully node2 start successfully node0 start successfully node3 start successfully ps -ef | grep -v grep | grep fisco-bcos fisco 5453 1 1 17:11 pts/0 00:00:02 /home/fisco/fisco/nodes/127 /home/fisco/fisco/nodes/127.0.0.1/node0/../fisco-bcos -c config.ini fisco 5459 1 1 17:11 pts/0 00:00:02 /home/fisco/fisco/nodes/127.0.0.1/node1/../fisco-bcos -c config.ini fisco 5464 1 1 17:110 码力 | 1156 页 | 10.03 MB | 1 年前3
FISCO BCOS 2.4.0 中文文档升系统的易用性,大幅缩短建链、部署应用的时间。 开发部署工具 交互式的命令行工具console 区块链浏览器 为了便于不同语言开发者快速开发应用,FISCO BCOS同时支持Java SDK、 Node.js SDK、Python SDK和Go SDK [https://github.com/FISCO-BCOS/go-sdk] 社区开发工具 依托庞大的开源生态,社区内众伙伴秉承“来自开发者,用于开发者”的共建 ,8545~8548端口是否被占用。 检查进程 检查进程是否启动 正常情况会有类似下面的输出; 如果进程数不为4,则进程没有启动(一般 是端口被占用导致的) 检查日志输出 如下,查看节点node0链接的节点数 [INFO] Output Dir : /home/ubuntu/fisco/nodes [INFO] CA Key Path : /home/ubun 1/start_all.sh try to start node0 try to start node1 try to start node2 try to start node3 node1 start successfully node2 start successfully node0 start successfully node3 start successfully ps -ef |0 码力 | 1314 页 | 11.21 MB | 1 年前3
FISCO BCOS 2.5.0 中文文档升系统的易用性,大幅缩短建链、部署应用的时间。 开发部署工具 交互式的命令行工具console 区块链浏览器 为了便于不同语言开发者快速开发应用,FISCO BCOS同时支持Java SDK、 Node.js SDK、Python SDK和Go SDK [https://github.com/FISCO-BCOS/go-sdk] 社区开发工具 依托庞大的开源生态,社区内众伙伴秉承“来自开发者,用于开发者”的共建 ,8545~8548端口是否被占用。 检查进程 检查进程是否启动 正常情况会有类似下面的输出; 如果进程数不为4,则进程没有启动(一般 是端口被占用导致的) 检查日志输出 如下,查看节点node0链接的节点数 [INFO] Output Dir : /home/ubuntu/fisco/nodes [INFO] CA Key Path : /home/ubun 1/start_all.sh try to start node0 try to start node1 try to start node2 try to start node3 node1 start successfully node2 start successfully node0 start successfully node3 start successfully ps -ef |0 码力 | 1456 页 | 13.35 MB | 1 年前3
FISCO BCOS 1.3 中文文档#sh generate_genesis_node -o 节点文件夹生成位置 -n 节点名 -l 节点监听的IP -r 节点的RPC端口 -p 节点的P2P端口 -c 节点的Channel Port端口 -d 机构证书存放目录 - a 机构证书名 #创世节点 bash generate_genesis_node.sh -o /mydata -n node0 -l 127.0.0.1 -r 8545 若成功,得到创世节点信息 Genesis node generate success! ----------------------------------------------------------------- Name: node0 Node dir: /mydata/node0 Agency: test_agency CA hash: A809F269BEE93DA4 Node ID: d23058 ---- 记录下创世节点的RPC address,之后会用到 RPC address: 127.0.0.1:8545 启动创世节点 直接到创世节点文件目录下启动 cd /mydata/node0 bash start.sh #关闭用 sh stop.sh 创世节点加入联盟 让创世节点成为参与共识的第一个成员 cd /mydata/FISCO-BCOS/tools/scripts/0 码力 | 491 页 | 5.72 MB | 1 年前3
FISCO BCOS 2.9.0 中文文档升系统的易用性,大幅缩短建链、部署应用的时间。 开发部署工具 基于Java SDK的交互式的命令行工具console 区块链浏览器 为了便于不同语言开发者快速开发应用,FISCO BCOS同时支持Java SDK、 Node.js SDK、Python SDK和Go SDK [https://github.com/FISCO-BCOS/go-sdk] 社区开发工具 依托庞大的开源生态,社区内众伙伴秉承“来自开发者,用于开发者”的共建 try to start node0 try to start node1 try to start node2 try to start node3 node1 start successfully 第五步. 检查进程 检查进程是否启动 正常情况会有类似下面的输出; 如果进程数不为4,则进程没有启动(一般 是端口被占用导致的) 第六步. 检查日志输出 node2 start successfully successfully node0 start successfully node3 start successfully ps -ef | grep -v grep | grep fisco-bcos fisco 5453 1 1 17:11 pts/0 00:00:02 /home/ubuntu/fisco/nodes/127.0.0.1/node0/../fisco-bcos0 码力 | 2649 页 | 201.08 MB | 1 年前3
FISCO BCOS 2.9.0 中文文档升系统的易用性,大幅缩短建链、部署应用的时间。 开发部署工具 基于Java SDK的交互式的命令行工具console 区块链浏览器 为了便于不同语言开发者快速开发应用,FISCO BCOS同时支持Java SDK、 Node.js SDK、Python SDK和Go SDK [https://github.com/FISCO-BCOS/go-sdk] 社区开发工具 依托庞大的开源生态,社区内众伙伴秉承“来自开发者,用于开发者”的共建 try to start node0 try to start node1 try to start node2 try to start node3 node1 start successfully 第五步. 检查进程 检查进程是否启动 正常情况会有类似下面的输出; 如果进程数不为4,则进程没有启动(一般 是端口被占用导致的) 第六步. 检查日志输出 node2 start successfully successfully node0 start successfully node3 start successfully ps -ef | grep -v grep | grep fisco-bcos fisco 5453 1 1 17:11 pts/0 00:00:02 /home/ubuntu/fisco/nodes/127.0.0.1/node0/../fisco-bcos0 码力 | 2649 页 | 201.08 MB | 1 年前3
FISCO BCOS 2.0 中文文档升系统的易用性,大幅缩短建链、部署应用的时间。 开发部署工具 基于Java SDK的交互式的命令行工具console 区块链浏览器 为了便于不同语言开发者快速开发应用,FISCO BCOS同时支持Java SDK、 Node.js SDK、Python SDK和Go SDK [https://github.com/FISCO-BCOS/go-sdk] 社区开发工具 依托庞大的开源生态,社区内众伙伴秉承“来自开发者,用于开发者”的共建 try to start node0 try to start node1 try to start node2 try to start node3 node1 start successfully 第五步. 检查进程 检查进程是否启动 正常情况会有类似下面的输出; 如果进程数不为4,则进程没有启动(一般 是端口被占用导致的) 第六步. 检查日志输出 node2 start successfully successfully node0 start successfully node3 start successfully ps -ef | grep -v grep | grep fisco-bcos fisco 5453 1 1 17:11 pts/0 00:00:02 /home/ubuntu/fisco/nodes/127.0.0.1/node0/../fisco-bcos0 码力 | 2649 页 | 201.08 MB | 1 年前3
FISCO BCOS 2.9.0 中文文档升系统的易用性,大幅缩短建链、部署应用的时间。 开发部署工具 基于Java SDK的交互式的命令行工具console 区块链浏览器 为了便于不同语言开发者快速开发应用,FISCO BCOS同时支持Java SDK、 Node.js SDK、Python SDK和Go SDK [https://github.com/FISCO-BCOS/go-sdk] 社区开发工具 依托庞大的开源生态,社区内众伙伴秉承“来自开发者,用于开发者”的共建 1/start_all.sh try to start node0 try to start node1 try to start node2 try to start node3 node1 start successfully node2 start successfully node0 start successfully node3 start successfully 第五步. 检查进程 是端口被占用导致的) 第六步. 检查日志输出 如下,查看节点node0链接的节点数 ps -ef | grep -v grep | grep fisco-bcos fisco 5453 1 1 17:11 pts/0 00:00:02 /home/ubuntu/fisco/nodes/127.0.0.1/node0/../fisco-bcos -c config.ini0 码力 | 2585 页 | 166.09 MB | 1 年前3
共 72 条
- 1
- 2
- 3
- 4
- 5
- 6
- 8













