Updated link to NOMP

This commit is contained in:
Matt 2014-03-07 15:19:35 -07:00
parent 1bb73ae2a0
commit 3a718de1f8
2 changed files with 21 additions and 19 deletions

View File

@ -4,10 +4,10 @@ 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 :)
This project does not handle share rewards (payment processing). A
[fully functioning portal](https://github.com/zone117x/node-stratum-portal) is currently under development which will
handle payments, website front-end, database layer, mutli-coin/pool support, auto-switching miners between coins/pools,
etc.. The portal also has an [MPOS](https://github.com/MPOS/php-mpos)
This project does not handle share rewards (payment processing).
[NOMP (Node Open Mining Portal)](https://github.com/zone117x/node-open-mining-portal) - a fully functioning portal -
is currently under development. It handles payments, website front-end, database layer, mutli-coin/pool support,
auto-switching miners between coins/pools, etc.. The portal also has an [MPOS](https://github.com/MPOS/php-mpos)
compatibility mode so that the it can function as a drop-in-replacement for
[python-stratum-mining](https://github.com/Crypto-Expert/stratum-mining).

View File

@ -1,22 +1,10 @@
{
"name": "stratum-pool",
"version": "0.1.1",
"author": "Matthew Little",
"description": "High performance Stratum poolserver in Node.js",
"contributors": [
"vekexasia",
"TheSeven"
],
"bin": {
"block-notify": "./scripts/blockNotify.js"
},
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/zone117x/node-stratum.git"
},
"keywords": [
"stratum",
"mining",
"pool",
"server",
"poolserver",
@ -24,6 +12,21 @@
"litecoin",
"scrypt"
],
"homepage": "https://github.com/zone117x/node-stratum",
"bugs": {
"url": "https://github.com/zone117x/node-stratum/issues"
},
"license": "GPL-2.0",
"author": "Matthew Little",
"contributors": [
"vekexasia",
"TheSeven"
],
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/zone117x/node-stratum.git"
},
"dependencies": {
"scrypt256-hash": "https://github.com/zone117x/node-scrypt256-hash/archive/master.tar.gz",
"scrypt-jane-hash": "https://github.com/zone117x/node-scrypt-jane-hash/archive/master.tar.gz",
@ -33,8 +36,7 @@
"base58-native": "*",
"async": "*"
},
"license": "GPL-2.0",
"engines": {
"node": ">=0.10"
}
}
}