package
0.0.0-20220207103309-2eef10dda485
Repository: https://github.com/csunny/argo.git
Documentation: pkg.go.dev
# README
实现一个简易的DPOS算法
架构设计
- 创建一个P2P连接池
- BlockChain生成
- 节点管理与投票
- 选取节点生成区块
- 区块上链
代码运行
go run main/dpos.go -l 3000 -secio
投票
go run main/vote.go -name aaa -v 30
# Functions
No description provided by the author
计算string的hash值.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author