Merge pull request #177 from raistlinthewiz/master
added einsteinium, feathercoin, groestlcoin, myriadcoin and fixed hiroco...
This commit is contained in:
commit
1517137737
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"name": "Einsteinium",
|
||||
"symbol": "EMC2",
|
||||
"algorithm": "scrypt"
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"name": "Feathercoin",
|
||||
"symbol": "FTC",
|
||||
"algorithm": "scrypt"
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"name": "GroestlCoin",
|
||||
"symbol": "GRS",
|
||||
"algorithm": "groestl"
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Hirocoin",
|
||||
"symbol": "hic",
|
||||
"symbol": "HIRO",
|
||||
"algorithm": "x11",
|
||||
"mposDiffMultiplier": 256
|
||||
}
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"name": "Myriadcoin",
|
||||
"symbol": "MYR",
|
||||
"algorithm": "scrypt"
|
||||
}
|
Loading…
Reference in New Issue