From e5d25cf11c20b545302efee667260f3cba48d7ff Mon Sep 17 00:00:00 2001 From: Matt Date: Wed, 16 Apr 2014 16:28:09 -0600 Subject: [PATCH] Added some keccak coins as its now officially supported. --- coins/copperlark.json | 7 +++++++ coins/cryptometh.json | 5 +++++ coins/ecoin.json | 7 +++++++ 3 files changed, 19 insertions(+) create mode 100644 coins/copperlark.json create mode 100644 coins/cryptometh.json create mode 100644 coins/ecoin.json diff --git a/coins/copperlark.json b/coins/copperlark.json new file mode 100644 index 0000000..7f07f12 --- /dev/null +++ b/coins/copperlark.json @@ -0,0 +1,7 @@ +{ + "name": "Copperlark", + "symbol": "CLR", + "algorithm": "keccak", + "normalHashing": true, + "diffShift": 32 +} \ No newline at end of file diff --git a/coins/cryptometh.json b/coins/cryptometh.json new file mode 100644 index 0000000..6015361 --- /dev/null +++ b/coins/cryptometh.json @@ -0,0 +1,5 @@ +{ + "name": "Cryptometh", + "symbol": "METH", + "algorithm": "keccak" +} \ No newline at end of file diff --git a/coins/ecoin.json b/coins/ecoin.json new file mode 100644 index 0000000..9703edf --- /dev/null +++ b/coins/ecoin.json @@ -0,0 +1,7 @@ +{ + "name": "Ecoin", + "symbol": "ECN", + "algorithm": "keccak", + "normalHashing": true, + "diffShift": 32 +} \ No newline at end of file