Skip to content

sarathfrancis90/DOS_Project1_BitCoin_Mining

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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])

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published