diff --git a/README.md b/README.md index 0b6b317..9cec35e 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ node-stratum High performance Stratum poolserver in Node.js. One instance of this software can startup and manage multiple coin pools, each with their own daemon and stratum port :) +#### Why +This server was built to be more efficient and easier to setup, maintain and scale than existing stratum poolservers which are written in python. + Features (mostly untested) -------------------------- @@ -40,6 +43,11 @@ Requirements * [async](https://github.com/caolan/async) +Installation +------------ +* .... + + Credits ------- * [Slush0](https://github.com/slush0/stratum-mining) - stratum protocol, documentation and original python code