From f827d2749d791a6b7bbb9db7d2ca0ba043210c13 Mon Sep 17 00:00:00 2001 From: Matthew Little Date: Sun, 6 Apr 2014 10:38:43 -0600 Subject: [PATCH 1/2] Update README.md Updated name of repo in setup instructions - it was set to the old one --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1dd0e67..e526a52 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ a good pool operator. For starters be sure to read: Clone the repository and run `npm update` for all the dependencies to be installed: ```bash -git clone https://github.com/zone117x/node-stratum-portal.git nomp +git clone https://github.com/zone117x/node-open-mining-portal.git nomp cd nomp npm update ``` From 6d2672105afe300826ffc0c5f1a7eadc395bf51d Mon Sep 17 00:00:00 2001 From: Matthew Little Date: Sun, 6 Apr 2014 10:55:47 -0600 Subject: [PATCH 2/2] Added detailed upgrade/updating instructions --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e526a52..0043982 100644 --- a/README.md +++ b/README.md @@ -398,6 +398,13 @@ output from NOMP. * Use [New Relic](http://newrelic.com/) to monitor your NOMP instance and server performance. +#### Upgrading NOMP +When updating NOMP to the latest code its important to not only `git pull` the latest from this repo, but to also update the `node-statum-pool` module and any config files that may have been changed. +* Inside your NOMP directory (where the init.js script is) do `git pull` to get the latest NOMP code. +* Remove the dependenices by deleting the `node_modules` directory with `rm -r node_modules`. +* Run `npm update` to force updating/reinstalling of the dependencies. +* Compare your `config.json` and `pool_configs/coin.json` configurations to the lateset example ones in this repo or the ones in the setup instructions where each config field is explained. You may need to modify or add any new changes. + Donations --------- To support development of this project feel free to donate :)