Compare commits

..

1 Commits

Author SHA1 Message Date
Michael Polzer
aa31a37639 Revert "[MPOS] pass share difficulty to MySQL (#601)"
This reverts commit 2afb47a8c9.
2018-05-26 17:25:02 +03:00
3 changed files with 9 additions and 9 deletions

View File

@ -2,5 +2,5 @@
"name": "Fastcoin",
"symbol": "FST",
"algorithm": "scrypt",
"peerMagic": "fdc2b5dc"
}
"peerMagic": "fbc0b6db"
}

View File

@ -40,7 +40,7 @@
"hashrateWindow": 300
},
"adminCenter": {
"enabled": false,
"enabled": true,
"password": "password"
}
},

View File

@ -12,9 +12,9 @@
"litecoin",
"scrypt"
],
"homepage": "https://github.com/ranchimall/node-open-mining-portal",
"homepage": "https://github.com/zone117x/node-open-mining-portal",
"bugs": {
"url": "https://github.com/ranchimall/node-open-mining-portal/issues"
"url": "https://github.com/zone117x/node-open-mining-portal/issues"
},
"license": "GPL-2.0",
"author": "Matthew Little",
@ -28,10 +28,10 @@
},
"repository": {
"type": "git",
"url": "https://github.com/ranchimall/node-open-mining-portal.git"
"url": "https://github.com/zone117x/node-open-mining-portal.git"
},
"dependencies": {
"stratum-pool": "git://github.com/ranchimall/node-stratum-pool.git",
"stratum-pool": "git://github.com/zone117x/node-stratum-pool.git",
"dateformat": "1.0.12",
"node-json-minify": "*",
"redis": "0.12.1",
@ -42,10 +42,10 @@
"compression": "*",
"dot": "*",
"colors": "*",
"node-watch": "0.5.9",
"node-watch": "*",
"request": "2.69.0",
"nonce": "*",
"bignum": "0.12.1",
"bignum": "0.12.5",
"extend": "*"
},
"engines": {