From 289b157ad50f26e1e802962c4506c6acb1b9b48c Mon Sep 17 00:00:00 2001 From: Matthew Little Date: Fri, 10 Jan 2014 18:21:56 -0500 Subject: [PATCH] Updated --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f522e7a..12bf62c 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ Installation ------------ * For each coin you would like to start a pool server for, create a file in the "coins" directory titled "(name of coin).json" Example configuration for dogecoin.json + ```json { "name": "Dogecoin", @@ -66,6 +67,7 @@ Installation } } ``` + * To start the poolserver run init.js `node init.js`