added einsteinium, feathercoin, groestlcoin, myriadcoin and fixed hirocoin's symbol

This commit is contained in:
Hüseyin Uslu 2014-05-09 12:58:36 +03:00
parent 05b6f9308b
commit ffa2d26b5f
5 changed files with 21 additions and 1 deletions

5
coins/einsteinium.json Normal file
View File

@ -0,0 +1,5 @@
{
"name": "Einsteinium",
"symbol": "EMC2",
"algorithm": "scrypt"
}

5
coins/feathercoin.json Normal file
View File

@ -0,0 +1,5 @@
{
"name": "Feathercoin",
"symbol": "FTC",
"algorithm": "scrypt"
}

5
coins/groestlcoin.json Normal file
View File

@ -0,0 +1,5 @@
{
"name": "GroestlCoin",
"symbol": "GRS",
"algorithm": "groestl"
}

View File

@ -1,6 +1,6 @@
{
"name": "Hirocoin",
"symbol": "hic",
"symbol": "HIRO",
"algorithm": "x11",
"mposDiffMultiplier": 256
}

5
coins/myriadcoin.json Normal file
View File

@ -0,0 +1,5 @@
{
"name": "Myriadcoin",
"symbol": "MYR",
"algorithm": "scrypt"
}