Updated some git naming info

This commit is contained in:
Matt 2014-03-25 16:05:20 -06:00
parent 1ae82cb21b
commit 898301fba8
2 changed files with 4 additions and 6 deletions

View File

@ -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

View File

@ -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",