Hyperledger Fabric 1.1 DocumentationHyperledger Fabric has a ledger subsystem comprising two components: the world state and the transaction log. Each participant has a copy of the ledger to every Hyperledger Fabric network they belong to. The the state of the ledger at a given point in time. It’s the database of the ledger. The transaction log component records all transactions which have resulted in the current value of the world state; it’s database and the transaction log history. The ledger has a replaceable data store for the world state. By default, this is a LevelDB key-value store database. The transaction log does not need to be pluggable0 码力 | 422 页 | 4.84 MB | 1 年前3
Hyperledger Fabric 1.1 DocumentationHyperledger Fabric has a ledger subsystem comprising two components: the world state and the transaction log. Each participant has a copy of the ledger to every Hyperledger Fabric network they belong to. The the state of the ledger at a given point in time. It’s the database of the ledger. The transaction log component records all transactions which have resulted in the current value of the world state; it’s database and the transaction log history. The ledger has a replaceable data store for the world state. By default, this is a LevelDB key-value store database. The transaction log does not need to be pluggable0 码力 | 277 页 | 3.21 MB | 1 年前3
Hyperledger Fabric 1.2 DocumentationHyperledger Fabric has a ledger subsystem comprising two components: the world state and the transaction log. Each participant has a copy of the ledger to every Hyperledger Fabric network they belong to. The the state of the ledger at a given point in time. It’s the database of the ledger. The transaction log component records all transactions which have resulted in the current value of the world state; it’s database and the transaction log history. The ledger has a replaceable data store for the world state. By default, this is a LevelDB key-value store database. The transaction log does not need to be pluggable0 码力 | 335 页 | 4.48 MB | 1 年前3
Hyperledger Fabric 1.2 DocumentationHyperledger Fabric has a ledger subsystem comprising two components: the world state and the transaction log. Each participant has a copy of the ledger to every Hyperledger Fabric network they belong to. The the state of the ledger at a given point in time. It’s the database of the ledger. The transaction log component records all transactions which have resulted in the current value of the world state; it’s database and the transaction log history. The ledger has a replaceable data store for the world state. By default, this is a LevelDB key-value store database. The transaction log does not need to be pluggable0 码力 | 497 页 | 6.59 MB | 1 年前3
Hyperledger Fabric 1.3 DocumentationHyperledger Fabric has a ledger subsystem comprising two components: the world state and the transaction log. Each participant has a copy of the ledger to every Hyperledger Fabric network they belong to. The the state of the ledger at a given point in time. It’s the database of the ledger. The transaction log component records all transactions which have resulted in the current value of the world state; it’s database and the transaction log history. The ledger has a replaceable data store for the world state. By default, this is a LevelDB key-value store database. The transaction log does not need to be pluggable0 码力 | 528 页 | 6.85 MB | 1 年前3
Hyperledger Fabric 1.3 DocumentationHyperledger Fabric has a ledger subsystem comprising two components: the world state and the transaction log. Each participant has a copy of the ledger to every Hyperledger Fabric network they belong to. The the state of the ledger at a given point in time. It’s the database of the ledger. The transaction log component records all transactions which have resulted in the current value of the world state; it’s database and the transaction log history. The ledger has a replaceable data store for the world state. By default, this is a LevelDB key-value store database. The transaction log does not need to be pluggable0 码力 | 367 页 | 4.95 MB | 1 年前3
Hyperledger Fabric 1.4 Documentation
provide more details for users moving to the new release, along with a link to the full release change log. Fabric v1.4.0 release notes [https://github.com/hyperledger/fabric/releases/tag/v1.4.0]. Fabric v1 Hyperledger Fabric has a ledger subsystem comprising two components: the world state and the transaction log. Each participant has a copy of the ledger to every Hyperledger Fabric network they belong to. The the state of the ledger at a given point in time. It’s the database of the ledger. The transaction log component records all transactions which have resulted in the current value of the world state; it’s0 码力 | 678 页 | 10.02 MB | 1 年前3
Hyperledger Fabric 1.4 Documentation
provide more details for users moving to the new release, along with a link to the full release change log. • Fabric v1.4.0 release notes. • Fabric v1.4.1 release notes. • Fabric CA v1.4.0 release notes Hyperledger Fabric has a ledger subsystem comprising two components: the world state and the transaction log. Each participant has a copy of the ledger to every Hyperledger Fabric network they belong to. The the state of the ledger at a given point in time. It’s the database of the ledger. The transaction log component records all transactions which have resulted in the current value of the world state; it’s0 码力 | 461 页 | 7.37 MB | 1 年前3
FISCO BCOS 1.3 中文文档/mydata/node0/genesis.json --config /mydata/node0/config.json 验证可共识 查看日志,查看打包信息 tail -f /mydata/node0/log/* |grep +++ 等待一段时间,可看到周期性的出现如下日志,表示节点间在周期性的进行共 识,节点运行正确 INFO|2018-08-10 14:53:33:083|+++++++++++++++++++++++++++ 验证已连接 查看日志 cat /mydata/node1/log/* | grep "Connected" 看到如下日志,表示节点已经连接了其它的节点 INFO|2018-11-07 15:21:11:314|Connected to 1 peers 验证可共识 查看日志,查看打包信息 tail -f /mydata/node1/log/* |grep +++ 可看到周期性的出现如下日志, 文件。 node0 |-- genesis.json #创世块文件(创世块信息,god账号,创世节点) |-- config.json #节点总配置文件(IP,端口,共识算法) |-- log.conf #节点日志配置文件(日志格式,优先级) |-- start.sh #节点启动脚本 |-- stop.sh #节点停止脚本 |-- data | |--0 码力 | 491 页 | 5.72 MB | 1 年前3
FISCO BCOS 2.5.0 中文文档0.0 ,出于安全考 虑,请根据实际业务网络情况,修改为安全的监听地址,如:内网IP或 特定的外网IP 命令执行成功会输出All completed。如果执行出错,请检查nodes/build.log 文件中的错误信息。 bash build_chain.sh -l "127.0.0.1:4" -p 30300,20200,8545 -v 2.5.0 Checking fisco-bcos binary /home/ubuntu/fisco/nodes/127.0.0.1/node3/../fisco-bcos -c config.ini tail -f nodes/127.0.0.1/node0/log/log* | grep connected 正常情况会不停地输出链接信息,从输出可以看出node0与另外3个节点有链 接。 执行下面指令,检查是否在共识 正常情况会不停输出++++Generating info|2019-01-21 17:31:18.317105| [P2P][Service] heartBeat,connected count=3 tail -f nodes/127.0.0.1/node0/log/log* | grep +++ info|2019-01-21 17:23:32.576197| [g:1][p:264][CONSENSUS] [SEALER]++++++++++++++++Generating0 码力 | 1456 页 | 13.35 MB | 1 年前3
共 74 条
- 1
- 2
- 3
- 4
- 5
- 6
- 8













