Skip to content

MjMoshiri/BlockChain

Repository files navigation

BLOCKCHAIN

This repository is a simple implementation of a working blockchain created by me in an attempt to applying the knowledge I earned in HyperSkill Java Developer Course.

Key Features

  • Hashing Function used for the blocks is SHA-256

  • BlockChains could be saved and load from the memory in a secure way ,Using Serialization concepts.

  • Proof of work applied , difficulty of the block creation will be adjusted.

  • BlockChain is Singleton , and validation method is Synchronized so data usage would be correct.

  • as an Example 8 Miners are Working in a Thread Pool to find the Blocks.

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages