blockchain_consensus_algorithm icon indicating copy to clipboard operation
blockchain_consensus_algorithm copied to clipboard

代码实现五种区块链共识算法 The code implements five blockchain consensus algorithms

Results 4 blockchain_consensus_algorithm issues
Sort by recently updated
recently updated
newest added

getHash方法是不是没有实现?

偶尔出现。一开始节点B是领导者,没有发送消息,过一会节点B出现如图1这种情况,然后节点A出现如图2这种情况,节点c出现如图3这种情况,非常奇怪,不知原因。 ![图片1](https://user-images.githubusercontent.com/55496144/93472792-c0171380-f927-11ea-8fd1-8dde2da9ef21.png) ![图片2](https://user-images.githubusercontent.com/55496144/93472798-c1e0d700-f927-11ea-8220-40760dbbad05.png) ![图片3](https://user-images.githubusercontent.com/55496144/93472803-c2796d80-f927-11ea-987a-cb374546188f.png)

应把rsa.go中的文件权限由0644改为0755,不然无法生成公私钥。