Skip to content
/ dpos Public
forked from wuxiangzhou2010/dpos

Delegate proof of state example

Notifications You must be signed in to change notification settings

66-Wu/dpos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dpos

Delegated Proof of State example

DPoS minimum 4 delegate for consensus algorithm

How to start?
$ go build main.go
$ ./main 3000
$ open new terminal, cp blockchain_3000.db blockchain_3001.db, ./main 3001
$ open new terminal, cp blockchain_3000.db blockchain_3002.db, ./main 3002
$ open new terminal, cp blockchain_3000.db blockchain_3003.db, ./main 3003

About

Delegate proof of state example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%