Updated some git naming info
This commit is contained in:
parent
1ae82cb21b
commit
898301fba8
@ -1,9 +1,7 @@
|
|||||||
node-stratum
|
|
||||||
============
|
|
||||||
|
|
||||||
High performance Stratum poolserver in Node.js. One instance of this software can startup and manage multiple coin
|
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 :)
|
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
|
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
|
[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
|
front-end, database layer, mutli-coin/pool support, auto-switching miners between coins/pools, etc.. The portal also
|
||||||
|
|||||||
@ -12,9 +12,9 @@
|
|||||||
"litecoin",
|
"litecoin",
|
||||||
"scrypt"
|
"scrypt"
|
||||||
],
|
],
|
||||||
"homepage": "https://github.com/zone117x/node-stratum",
|
"homepage": "https://github.com/zone117x/node-stratum-pool",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/zone117x/node-stratum/issues"
|
"url": "https://github.com/zone117x/node-stratum-pool/issues"
|
||||||
},
|
},
|
||||||
"license": "GPL-2.0",
|
"license": "GPL-2.0",
|
||||||
"author": "Matthew Little",
|
"author": "Matthew Little",
|
||||||
@ -25,7 +25,7 @@
|
|||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/zone117x/node-stratum.git"
|
"url": "https://github.com/zone117x/node-stratum-pool.git"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"scrypt256-hash": "https://github.com/zone117x/node-scrypt256-hash/archive/master.tar.gz",
|
"scrypt256-hash": "https://github.com/zone117x/node-scrypt256-hash/archive/master.tar.gz",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user