diff --git a/coins/wificoin.json b/coins/wificoin.json new file mode 100644 index 000000000..dd8f61ac7 --- /dev/null +++ b/coins/wificoin.json @@ -0,0 +1,5 @@ +{ + "name": "WiFicoin", + "symbol": "WFC", + "algorithm": "sha256-wfc" +} diff --git a/package.json b/package.json index b78c906bc..cb256887e 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "url": "https://github.com/zone117x/node-open-mining-portal.git" }, "dependencies": { - "stratum-pool": "git://github.com/zone117x/node-stratum-pool.git", + "stratum-pool": "git://github.com/liudf0716/node-stratum-pool.git", "dateformat": "1.0.12", "node-json-minify": "*", "redis": "0.12.1",