Added some keccak coins as its now officially supported.

This commit is contained in:
Matt 2014-04-16 16:28:09 -06:00
parent d4cac4a105
commit e5d25cf11c
3 changed files with 19 additions and 0 deletions

7
coins/copperlark.json Normal file
View File

@ -0,0 +1,7 @@
{
"name": "Copperlark",
"symbol": "CLR",
"algorithm": "keccak",
"normalHashing": true,
"diffShift": 32
}

5
coins/cryptometh.json Normal file
View File

@ -0,0 +1,5 @@
{
"name": "Cryptometh",
"symbol": "METH",
"algorithm": "keccak"
}

7
coins/ecoin.json Normal file
View File

@ -0,0 +1,7 @@
{
"name": "Ecoin",
"symbol": "ECN",
"algorithm": "keccak",
"normalHashing": true,
"diffShift": 32
}