Skip to content

seonjinson/pow-blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Pow BlockChain

The structure and function of simple blockchain based on pow method.

Complier

That may make an error if the gcc version is different.


* Compiler
  - g++(gcc version 8.1.0)

Implemantation on mac/linux

  • compile & build
$ git clone https://github.com/seonjinson/Pow_Blockchain.git
$ cd Pow_Blockchain
$ make
$ ./a_out

  • clean

$ clean

Releases

No releases published

Packages

No packages published