From 0b238adccd873c265dd1b7ea1bd6f5f36a6b8b26 Mon Sep 17 00:00:00 2001 From: Michael Polzer Date: Fri, 25 May 2018 22:58:01 +0300 Subject: [PATCH] Add config for Chaincoin (#603) * [MPOS] pass share difficulty to MySQL ++ Additionally to the changes on master we are removing the MPOS difficulty multiplier here. MPOS has been updated (currently development branch) to handle low difficulties nicely. * add config for chaincoin --- coins/chaincoin.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 coins/chaincoin.json diff --git a/coins/chaincoin.json b/coins/chaincoin.json new file mode 100644 index 0000000..16c3f96 --- /dev/null +++ b/coins/chaincoin.json @@ -0,0 +1,7 @@ +{ + "name": "Chaincoin", + "symbol": "CHC", + "algorithm": "c11", + "peerMagic": "a3d27a03", + "peerMagicTestnet": "fbc21102" +}