Merge pull request #177 from raistlinthewiz/master

added einsteinium, feathercoin, groestlcoin, myriadcoin and fixed hiroco...
This commit is contained in:
Matthew Little 2014-05-09 09:29:14 -06:00
commit 1517137737
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"
}