From c738c2952e0f5e7c7819909c96c0847f6fa05ab8 Mon Sep 17 00:00:00 2001 From: Dengfeng Liu Date: Fri, 11 May 2018 18:22:17 +0800 Subject: [PATCH 1/2] Create wificoin.json --- coins/wificoin.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 coins/wificoin.json 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" +} From 6038eeb6a9e9cd1d3fefc35bb02a2f5ef9082212 Mon Sep 17 00:00:00 2001 From: Dengfeng Liu Date: Fri, 11 May 2018 18:27:56 +0800 Subject: [PATCH 2/2] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",