This README would normally document whatever steps are necessary to get your application up and running.
- 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
- Sarath Francis
- Shuyi Shang
####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
Sarath Francis ([email protected])