• Stars
    star
    1
  • Language
    C
  • Created over 4 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A multithreaded application that illustrates a cryptocurrency blockchain network. Based on client/server architecture, in which the mining threads(clients) are mining blocks(calculate hashes) and send those blocks to a server that verifies and adds them to its blockchain. The clients use synchronization among themselves and between them and the server to get the correct results.