Skip to content

Releases: maksimbar/blockchain

v0.3

09 Nov 09:10
9b63e4a

Choose a tag to compare

Added

  • Serialization of blocks and transactions to JSON files, using jsoncpp
  • Command line arguments to retrieve blockchain information
  • Parallelization of the mining process using OpenMP
  • Integration of Merkle Tree implementation from libbitcoin-system

v0.2

04 Nov 18:24

Choose a tag to compare

Added

  • Algorithm that builds & returns a root of the Merkle Tree
  • Several miners to mine every individual block
  • Validation of the transactions
  • Serialization of the mined blocks to the text files

v0.1

26 Oct 17:20

Choose a tag to compare

Implement simple blockchain.