modified for my repositry
This commit is contained in:
parent
7d6e21f50d
commit
621e13b17f
6
coins/kumacoin.json
Normal file
6
coins/kumacoin.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"name": "Kumacoin",
|
||||||
|
"symbol": "KUMA",
|
||||||
|
"algorithm": "quark",
|
||||||
|
"mposDiffMultiplier": 256
|
||||||
|
}
|
||||||
5
coins/monacoin.json
Normal file
5
coins/monacoin.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"name": "Monacoin",
|
||||||
|
"symbol": "MONA",
|
||||||
|
"algorithm": "scrypt"
|
||||||
|
}
|
||||||
5
coins/sayacoin.json
Normal file
5
coins/sayacoin.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"name": "Sayacoin",
|
||||||
|
"symbol": "SYC",
|
||||||
|
"algorithm": "sha256"
|
||||||
|
}
|
||||||
5
coins/sha1coin.json
Normal file
5
coins/sha1coin.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"name": "Sha1coin",
|
||||||
|
"symbol": "SHA",
|
||||||
|
"algorithm": "sha1coin"
|
||||||
|
}
|
||||||
@ -28,10 +28,10 @@
|
|||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/zone117x/node-open-mining-portal.git"
|
"url": "https://github.com/qazzxc/node-open-mining-portal.git"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"stratum-pool": "git://github.com/zone117x/node-stratum-pool.git",
|
"stratum-pool": "git://github.com/qazzxc/node-stratum-pool.git",
|
||||||
"dateformat": "*",
|
"dateformat": "*",
|
||||||
"node-json-minify": "*",
|
"node-json-minify": "*",
|
||||||
"redis": "*",
|
"redis": "*",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user