From c05abc9da7e728d43626f2b0cd9209fe5cdc00e7 Mon Sep 17 00:00:00 2001 From: Matthew Little Date: Thu, 13 Mar 2014 15:09:54 -0600 Subject: [PATCH 1/4] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d09500..979f718 100644 --- a/README.md +++ b/README.md @@ -315,8 +315,11 @@ blocknotify="scripts/blockNotify.js localhost:8117 mySuperSecurePassword dogecoi node init.js ``` -Optionally, use something like [forever](https://github.com/nodejitsu/forever) to keep the node script running +###### Optional enhancements for your awesome new mining pool server setup: +* Use something like [forever](https://github.com/nodejitsu/forever) to keep the node script running in case the master process crashes. +* Use something like [redis-commander](https://github.com/joeferner/redis-commander) to have a nice GUI +for exploring your redis database. Donations From d707284b74ca7959fd0effbd01610e3064af3101 Mon Sep 17 00:00:00 2001 From: Matthew Little Date: Thu, 13 Mar 2014 15:13:20 -0600 Subject: [PATCH 2/4] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 979f718..07d5250 100644 --- a/README.md +++ b/README.md @@ -320,6 +320,8 @@ node init.js in case the master process crashes. * Use something like [redis-commander](https://github.com/joeferner/redis-commander) to have a nice GUI for exploring your redis database. +* Use something like [logrotator](http://www.thegeekstuff.com/2010/07/logrotate-examples/) to rotate log +output from NOMP. Donations From 6dff8b20cd5a5dc2160572b476e01c745f957e9a Mon Sep 17 00:00:00 2001 From: Matthew Little Date: Thu, 13 Mar 2014 15:26:54 -0600 Subject: [PATCH 3/4] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 07d5250..48c39a2 100644 --- a/README.md +++ b/README.md @@ -34,11 +34,14 @@ of this software. The switching can be controlled using a coin profitability API -#### Community +#### Community / Support For support and general discussion join IRC #nomp: https://webchat.freenode.net/?channels=#nomp For development discussion join #nomp-dev: https://webchat.freenode.net/?channels=#nomp-dev +If you're having a problem getting the portal running due to some module dependency error - its probably because you +didn't follow the instructions in this README. Please __read the usage instructions__ including [requirements](#requirements) and [downloading/installing](#1-downloading--installing). If you've followed the instructions completely and are still having problems then open an issue here on github or join our #nomp IRC channel and explain your problem :). + If your pool uses NOMP let us know and we will list your website here. @@ -52,7 +55,7 @@ Usage * [Redis](http://redis.io/) key-value store v2.6+ ([follow these instructions](http://redis.io/topics/quickstart)) -#### 1) Download +#### 1) Downloading & Installing Clone the repository and run `npm update` for all the dependencies to be installed: From 8f5dbe997a4ca8c9be5edfa629359a20d8257f74 Mon Sep 17 00:00:00 2001 From: Matthew Little Date: Thu, 13 Mar 2014 15:30:33 -0600 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48c39a2..876a09a 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ For support and general discussion join IRC #nomp: https://webchat.freenode.net/ For development discussion join #nomp-dev: https://webchat.freenode.net/?channels=#nomp-dev -If you're having a problem getting the portal running due to some module dependency error - its probably because you +*Having problems getting the portal running due to some module dependency error?* It's probably because you didn't follow the instructions in this README. Please __read the usage instructions__ including [requirements](#requirements) and [downloading/installing](#1-downloading--installing). If you've followed the instructions completely and are still having problems then open an issue here on github or join our #nomp IRC channel and explain your problem :). If your pool uses NOMP let us know and we will list your website here.