From 898301fba89aaf1345c2ba185dfb4d03f0af363a Mon Sep 17 00:00:00 2001 From: Matt Date: Tue, 25 Mar 2014 16:05:20 -0600 Subject: [PATCH] Updated some git naming info --- README.md | 4 +--- package.json | 6 +++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1d94eb1..f6ee3fc 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ -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 :) +#### Notice This project does not do any payment processing. For a full featured portal that uses this module, see [NOMP (Node Open Mining Portal)](https://github.com/zone117x/node-open-mining-portal). It handles payments, website front-end, database layer, mutli-coin/pool support, auto-switching miners between coins/pools, etc.. The portal also diff --git a/package.json b/package.json index a9ee5e0..c13c7df 100644 --- a/package.json +++ b/package.json @@ -12,9 +12,9 @@ "litecoin", "scrypt" ], - "homepage": "https://github.com/zone117x/node-stratum", + "homepage": "https://github.com/zone117x/node-stratum-pool", "bugs": { - "url": "https://github.com/zone117x/node-stratum/issues" + "url": "https://github.com/zone117x/node-stratum-pool/issues" }, "license": "GPL-2.0", "author": "Matthew Little", @@ -25,7 +25,7 @@ "main": "lib/index.js", "repository": { "type": "git", - "url": "https://github.com/zone117x/node-stratum.git" + "url": "https://github.com/zone117x/node-stratum-pool.git" }, "dependencies": { "scrypt256-hash": "https://github.com/zone117x/node-scrypt256-hash/archive/master.tar.gz",