Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 775 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 775 Bytes

README

This README would normally document whatever steps are necessary to get your application up and running.

COP 5615 - Distributed Operating Systems - Project1

  • Find bitcoins with required number of leading zeros (say '4')
  • Uses Scala and the actor model to distribute work in a master-worker model
  • Distributed implementation that uses network nodes to find bitcoins

Project Group

  • Sarath Francis
  • Shuyi Shang

How do you get the set Up

####On node acting as server, enter the following commands in terminal at the project root

  • $ sbt
  • $ compile
  • $ run 4

####On node acting as worker, enter the following

  • $ sbt
  • $ compile
  • $ run

Who do I talk to?

Sarath Francis ([email protected])