mirror of https://github.com/BTCPrivate/z-nomp.git
Added some keccak coins as its now officially supported.
This commit is contained in:
parent
d4cac4a105
commit
e5d25cf11c
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"name": "Copperlark",
|
||||
"symbol": "CLR",
|
||||
"algorithm": "keccak",
|
||||
"normalHashing": true,
|
||||
"diffShift": 32
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"name": "Cryptometh",
|
||||
"symbol": "METH",
|
||||
"algorithm": "keccak"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"name": "Ecoin",
|
||||
"symbol": "ECN",
|
||||
"algorithm": "keccak",
|
||||
"normalHashing": true,
|
||||
"diffShift": 32
|
||||
}
|
Loading…
Reference in New Issue