AkhCoin
Simple blockchain/cryptocurrency implementation with DPOS consensus mechanism
Background
Original goal of this project is educational: understand what challenges blockchain developer faces and ways to solve them.
However final result is intended to be fully functional "production ready" software, maybe will even become valuable cryptocurrency 😃
Check out the wiki for detailed problems and solutions description.
Roadmap
Installation
Binaries
#TBD
From sources
> go get -u github.com/alholm/akhcoin
Docker image
#TBD
Usage
> $GOPATH/bin/akhcoin [-p <port>] [-k <key_file_path>] #Defaults: port = 9765, key_file_path = ./id_rsa
Then follow CLI instructions
License
MIT