modified for my repositry

This commit is contained in:
qazzac 2014-05-10 17:23:15 +09:00
parent 7d6e21f50d
commit 621e13b17f
5 changed files with 23 additions and 2 deletions

6
coins/kumacoin.json Normal file
View File

@ -0,0 +1,6 @@
{
"name": "Kumacoin",
"symbol": "KUMA",
"algorithm": "quark",
"mposDiffMultiplier": 256
}

5
coins/monacoin.json Normal file
View File

@ -0,0 +1,5 @@
{
"name": "Monacoin",
"symbol": "MONA",
"algorithm": "scrypt"
}

5
coins/sayacoin.json Normal file
View File

@ -0,0 +1,5 @@
{
"name": "Sayacoin",
"symbol": "SYC",
"algorithm": "sha256"
}

5
coins/sha1coin.json Normal file
View File

@ -0,0 +1,5 @@
{
"name": "Sha1coin",
"symbol": "SHA",
"algorithm": "sha1coin"
}

View File

@ -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": "*",