手机随时阅读
新人专享大礼包¥24
9.1.1.SPV轻节点概述SPV轻节点在spv和light两种模式下,支持
11.1.概述什么是跨链?简单理解就是两条或多条链之间进行数据交换,以一个
一、按作用分 共识节点(consensusnode):参与区块链网络中共识投票、交易执行、区块验证和记账的节点。 块节点) 验证节点1. 整体架构说明 — chainmaker-docs v2.2.1 do...
12.1.概述12.1.1.SPV轻节点SPV项目是ChainMaker的SPV轻节点,主要有两种模式,一种是spv模式,该模式支持ChainMaker(v2.0.0)和Fabric(v1.4.0+)两种链类型,该模式下将同步区块头及部分其他数据并通过同步的数据实现交易有效性的验证;另一种是light模式
启动/home/shijianfeng/workspace/chainmaker-go/scripts./cluster_quick_start.sh normal./cluster_quick_stop.sh控制
2021-07-30 20:42:40.391 [ERROR] [Consensus] @chain1 solo/consensus_solo_impl.go:120 verifyingBlock height is not equal to proposed block. verifing hegiht: 2124, proposed height: 2125解决方法:切换共识为tbft
可能是因为clone或者切换分支时未使用submodule模式,需初始化或者更新submodule,如下命令git submodule initgit submodule update正确的clone方式:git clone --recursive https://git.chainmaker.org.cn/chainmaker/chainmaker-go.git...
进入log目录,查看日志文件 筛选putblock即可catsystem.log|grep"ERROR\|putblock"其中一行解释如下:2021-04-22 13:50:5
chainmaker-go/build/config/node1/chainconfig
一、首先将区块链停止cd ~/workspace/chainmaker-go/scripts./cluster_quick_stop.sh二、修改配置文件cd ~/workspace/chainmaker-go
Error: Expected nil, but got: &errors.errorString{s:"get cert hash failed, get cert hash failed, send QUERY_SYSTEM_CONTRACT failed
cd chainmaker-sdk-gotail -f sdk.log.2021080716
Error: Expected nil, but got: &errors.errorString{s:"get cert hash failed, get cert hash failed, send QUERY_SYSTEM_CONTRACT failed, all client connections are busy"}查客户端日志tail -f sdk.log.2021080716原因各不相同...
你可以根据实际的业务场景,粗略计算下实际的每秒产生的区块数据大小,比如我的业务一般每个交易1kb大小,每个区块如果设置5000个tx的话,平均区块大小5mb,出块间隔2s,理论tps 2500tx/s再请问一下,您是怎么计算一个交易大小的?是代码里运行时就可以计算?可以通过把tx对象序列化成bytes,粗略估计有多少字节去判断大小...
一、首先将区块链停止cd ~/workspace/chainmaker-go/scripts./cluster_quick_stop.sh二、修改配置文件cd ~/workspace/chainmaker-gogrep -rn "consensus:"有几个节点修改几个vim build/config/node1/chainco
启动/home/shijianfeng/workspace/chainmaker-go/scripts./cluster_quick_start.sh normal./cluster_quick_stop.sh控制台/home/shijianfeng/workspace/chainmaker-
可能是因为clone或者切换分支时未使用submodule模式,需初始化或者更新submodule,如下命令git submodule initgit submodule update正确的clone方式:git clone --recursive https://git.chainmake
进入log目录,查看日志文件 筛选putblock即可catsystem.log|grep"ERROR\|putblock"其中一行解释如下:2021-04-22 13:50:56.647 [INFO] [Storage] @chain1 store/blockstore_impl.go:241 chain[chain1]: put block[12] (txs:1 by
Copyright © 2005-2022 51CTO.COM 版权所有 京ICP证060544号