Compare commits

..

7 Commits

Author SHA1 Message Date
Sai Raj
1f892d8275
changing bignum version to 0.12.1 2021-06-03 16:52:04 +05:30
fastcoin-project
8a673b6d7c
fix peer magic for Fastcoin (#687) 2021-02-03 12:49:07 +01:00
Marcos Ramos
fe0b9ecafb
Bug fixing (#683)
Fixing Issue #630
2020-11-18 19:17:04 +01:00
Enzo Gladiadis
18b29033a8 New version of watch is not working properly (#652) 2019-01-07 17:38:42 -05:00
Michael Polzer
3d9eb88ad4
Merge pull request #561 from iliaselmatani/patch-2
Update config_example.json
2018-09-10 09:54:21 +02:00
Michael Polzer
4b4e18e564 Revert "[MPOS] pass share difficulty to MySQL (#601)" (#605)
This reverts commit 2afb47a8c9.
2018-05-26 19:31:29 -07:00
IeM
a7c4d6d26e
Update config_example.json
Because of the default static password we should disable the admin center to protect installations with the default configuration.
2018-02-06 17:05:50 +01:00
3 changed files with 9 additions and 9 deletions

View File

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

View File

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

View File

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