From 621e13b17fc1814dedf01d0337faba35a9e2cd63 Mon Sep 17 00:00:00 2001 From: qazzac Date: Sat, 10 May 2014 17:23:15 +0900 Subject: [PATCH] modified for my repositry --- coins/kumacoin.json | 6 ++++++ coins/monacoin.json | 5 +++++ coins/sayacoin.json | 5 +++++ coins/sha1coin.json | 5 +++++ package.json | 4 ++-- 5 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 coins/kumacoin.json create mode 100644 coins/monacoin.json create mode 100644 coins/sayacoin.json create mode 100644 coins/sha1coin.json diff --git a/coins/kumacoin.json b/coins/kumacoin.json new file mode 100644 index 0000000..ab7e895 --- /dev/null +++ b/coins/kumacoin.json @@ -0,0 +1,6 @@ +{ + "name": "Kumacoin", + "symbol": "KUMA", + "algorithm": "quark", + "mposDiffMultiplier": 256 +} diff --git a/coins/monacoin.json b/coins/monacoin.json new file mode 100644 index 0000000..d8897d4 --- /dev/null +++ b/coins/monacoin.json @@ -0,0 +1,5 @@ +{ + "name": "Monacoin", + "symbol": "MONA", + "algorithm": "scrypt" +} \ No newline at end of file diff --git a/coins/sayacoin.json b/coins/sayacoin.json new file mode 100644 index 0000000..933c879 --- /dev/null +++ b/coins/sayacoin.json @@ -0,0 +1,5 @@ +{ + "name": "Sayacoin", + "symbol": "SYC", + "algorithm": "sha256" +} \ No newline at end of file diff --git a/coins/sha1coin.json b/coins/sha1coin.json new file mode 100644 index 0000000..81e0fd4 --- /dev/null +++ b/coins/sha1coin.json @@ -0,0 +1,5 @@ +{ + "name": "Sha1coin", + "symbol": "SHA", + "algorithm": "sha1coin" +} diff --git a/package.json b/package.json index f6467a2..328db26 100644 --- a/package.json +++ b/package.json @@ -28,10 +28,10 @@ }, "repository": { "type": "git", - "url": "https://github.com/zone117x/node-open-mining-portal.git" + "url": "https://github.com/qazzxc/node-open-mining-portal.git" }, "dependencies": { - "stratum-pool": "git://github.com/zone117x/node-stratum-pool.git", + "stratum-pool": "git://github.com/qazzxc/node-stratum-pool.git", "dateformat": "*", "node-json-minify": "*", "redis": "*",