From cc3887fd21eb9ab3bb1c8445f0b18a522285926b Mon Sep 17 00:00:00 2001 From: crackfoo Date: Tue, 3 Jun 2014 13:50:59 -0300 Subject: [PATCH 01/15] Update mazacoin.json Added peerMagic for p2p block notifications --- coins/mazacoin.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/coins/mazacoin.json b/coins/mazacoin.json index 451738c..9bc4ed9 100644 --- a/coins/mazacoin.json +++ b/coins/mazacoin.json @@ -1,5 +1,7 @@ { "name": "Mazacoin", "symbol": "MZC", - "algorithm": "sha256" + "algorithm": "sha256", + "peerMagic": "f8b503df", │····································· + "peerMagicTestnet": "05fea901" } From c9ab1e83258ddb71c6cb3e93bb1e569518d8054f Mon Sep 17 00:00:00 2001 From: crackfoo Date: Tue, 3 Jun 2014 14:40:10 -0300 Subject: [PATCH 02/15] Update bottlecaps.json --- coins/bottlecaps.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/coins/bottlecaps.json b/coins/bottlecaps.json index 1dcccb9..012166a 100644 --- a/coins/bottlecaps.json +++ b/coins/bottlecaps.json @@ -1,5 +1,7 @@ { "name": "Bottlecaps", "symbol": "CAP", - "algorithm": "scrypt" -} \ No newline at end of file + "algorithm": "scrypt", + "peerMagic": "e4e8e9e5" + "peerMagicTestnet": "cdf2c0ef" +} From c7a84fcabd3b82bb1de7f417f7f815a09b90001c Mon Sep 17 00:00:00 2001 From: crackfoo Date: Tue, 3 Jun 2014 14:40:20 -0300 Subject: [PATCH 03/15] Update bottlecaps.json --- coins/bottlecaps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coins/bottlecaps.json b/coins/bottlecaps.json index 012166a..8274e17 100644 --- a/coins/bottlecaps.json +++ b/coins/bottlecaps.json @@ -2,6 +2,6 @@ "name": "Bottlecaps", "symbol": "CAP", "algorithm": "scrypt", - "peerMagic": "e4e8e9e5" + "peerMagic": "e4e8e9e5", "peerMagicTestnet": "cdf2c0ef" } From f51bb4dc135d0127557e9014aaf082374f67666e Mon Sep 17 00:00:00 2001 From: crackfoo Date: Tue, 3 Jun 2014 14:44:02 -0300 Subject: [PATCH 04/15] Create bunnycoin.json --- coins/bunnycoin.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 coins/bunnycoin.json diff --git a/coins/bunnycoin.json b/coins/bunnycoin.json new file mode 100644 index 0000000..f574512 --- /dev/null +++ b/coins/bunnycoin.json @@ -0,0 +1,7 @@ +{ │····································· + "name": "BunnyCoin", │····································· + "symbol": "BUN", │····································· + "algorithm": "scrypt", + "peerMagic": "", + "peerMagicTestnet": "" + } From 78882305b7e6edea51df44c01c7a2f5665f9e426 Mon Sep 17 00:00:00 2001 From: crackfoo Date: Tue, 3 Jun 2014 14:45:18 -0300 Subject: [PATCH 05/15] Update bunnycoin.json --- coins/bunnycoin.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coins/bunnycoin.json b/coins/bunnycoin.json index f574512..a345dd1 100644 --- a/coins/bunnycoin.json +++ b/coins/bunnycoin.json @@ -2,6 +2,6 @@ "name": "BunnyCoin", │····································· "symbol": "BUN", │····································· "algorithm": "scrypt", - "peerMagic": "", - "peerMagicTestnet": "" + "peerMagic": "c0c0c0c0", + "peerMagicTestnet": "fcc1b7dc" } From 34d185a8ec1973d29264e1fb4f2e588fde1649ba Mon Sep 17 00:00:00 2001 From: crackfoo Date: Tue, 3 Jun 2014 15:27:46 -0300 Subject: [PATCH 06/15] Update casinocoin.json --- coins/casinocoin.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/coins/casinocoin.json b/coins/casinocoin.json index d6b396f..fa38a54 100644 --- a/coins/casinocoin.json +++ b/coins/casinocoin.json @@ -1,5 +1,7 @@ { "name": "Casinocoin", "symbol": "CSC", - "algorithm": "scrypt" -} \ No newline at end of file + "algorithm": "scrypt", + "peerMagic": "fac3b6da", + "peerMagicTestnet": "fcc1b7dc" +} From 0b559ed4b46ceb545a2d1f2b12712ea937fc1911 Mon Sep 17 00:00:00 2001 From: crackfoo Date: Tue, 3 Jun 2014 15:31:38 -0300 Subject: [PATCH 07/15] Create coino.json --- coins/coino.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 coins/coino.json diff --git a/coins/coino.json b/coins/coino.json new file mode 100644 index 0000000..0d9c012 --- /dev/null +++ b/coins/coino.json @@ -0,0 +1,5 @@ +{ │····································· + "name": "Coino", │····································· + "symbol": "CON", │····································· + "algorithm": "scrypt" │····································· +} From b576bc560047decdb55934295197ae15035971c4 Mon Sep 17 00:00:00 2001 From: crackfoo Date: Tue, 3 Jun 2014 15:42:04 -0300 Subject: [PATCH 08/15] Update coino.json --- coins/coino.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/coins/coino.json b/coins/coino.json index 0d9c012..ed426d4 100644 --- a/coins/coino.json +++ b/coins/coino.json @@ -1,5 +1,7 @@ { │····································· "name": "Coino", │····································· "symbol": "CON", │····································· - "algorithm": "scrypt" │····································· + "algorithm": "scrypt", + "peerMagic": "f1d1a7d8", + "peerMagicTestnet": "fcc1b7dc" } From a7bc8e551b38e6f4ccc7468d2a1168c2960ce7c2 Mon Sep 17 00:00:00 2001 From: crackfoo Date: Tue, 3 Jun 2014 15:59:01 -0300 Subject: [PATCH 09/15] Create cryptogenicbullion.json --- coins/cryptogenicbullion.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 coins/cryptogenicbullion.json diff --git a/coins/cryptogenicbullion.json b/coins/cryptogenicbullion.json new file mode 100644 index 0000000..3ef0e47 --- /dev/null +++ b/coins/cryptogenicbullion.json @@ -0,0 +1,6 @@ +{ + "name": "CryptogenicBullion", + "symbol": "CGB", + "algorithm": "scrypt" + +} From 4c771dd5371eb56e2dbf30fb9de2d0153d6b4051 Mon Sep 17 00:00:00 2001 From: crackfoo Date: Tue, 3 Jun 2014 15:59:40 -0300 Subject: [PATCH 10/15] Update coino.json --- coins/coino.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/coins/coino.json b/coins/coino.json index ed426d4..3e4212d 100644 --- a/coins/coino.json +++ b/coins/coino.json @@ -1,6 +1,6 @@ -{ │····································· - "name": "Coino", │····································· - "symbol": "CON", │····································· +{ + "name": "Coino", + "symbol": "CON", "algorithm": "scrypt", "peerMagic": "f1d1a7d8", "peerMagicTestnet": "fcc1b7dc" From 7cec749db4b046c100d89e5d1954d99cc6da2f02 Mon Sep 17 00:00:00 2001 From: crackfoo Date: Tue, 3 Jun 2014 16:00:21 -0300 Subject: [PATCH 11/15] Update bunnycoin.json --- coins/bunnycoin.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/coins/bunnycoin.json b/coins/bunnycoin.json index a345dd1..55d8fe7 100644 --- a/coins/bunnycoin.json +++ b/coins/bunnycoin.json @@ -1,6 +1,6 @@ -{ │····································· - "name": "BunnyCoin", │····································· - "symbol": "BUN", │····································· +{ + "name": "BunnyCoin", + "symbol": "BUN", "algorithm": "scrypt", "peerMagic": "c0c0c0c0", "peerMagicTestnet": "fcc1b7dc" From c9b601d6986d0f2a4a1d31d36f1fdaae6e1cde67 Mon Sep 17 00:00:00 2001 From: crackfoo Date: Tue, 3 Jun 2014 16:03:14 -0300 Subject: [PATCH 12/15] Update cryptogenicbullion.json --- coins/cryptogenicbullion.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/coins/cryptogenicbullion.json b/coins/cryptogenicbullion.json index 3ef0e47..dac937c 100644 --- a/coins/cryptogenicbullion.json +++ b/coins/cryptogenicbullion.json @@ -1,6 +1,7 @@ { "name": "CryptogenicBullion", "symbol": "CGB", - "algorithm": "scrypt" - + "algorithm": "scrypt", + "peerMagic": "e4e8e9e5", + "peerMagicTestnet": "cdf2c0ef" } From 0d2becfe8180416fefc1969899e14545902510d6 Mon Sep 17 00:00:00 2001 From: crackfoo Date: Tue, 3 Jun 2014 16:09:28 -0300 Subject: [PATCH 13/15] Create cryptographicanomaly.json --- coins/cryptographicanomaly.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 coins/cryptographicanomaly.json diff --git a/coins/cryptographicanomaly.json b/coins/cryptographicanomaly.json new file mode 100644 index 0000000..b383d3d --- /dev/null +++ b/coins/cryptographicanomaly.json @@ -0,0 +1,7 @@ +{ │····································· + "name": "CryptographicAnomaly", │····································· + "symbol": "CGA", │····································· + "algorithm": "scrypt", │····································· + "peerMagic": "", │····································· + "peerMagicTestnet": "" │····································· +} From 8828fd222c244e4262d956f7c970a8178e4bc977 Mon Sep 17 00:00:00 2001 From: crackfoo Date: Tue, 3 Jun 2014 16:10:25 -0300 Subject: [PATCH 14/15] Update cryptographicanomaly.json --- coins/cryptographicanomaly.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coins/cryptographicanomaly.json b/coins/cryptographicanomaly.json index b383d3d..7c94311 100644 --- a/coins/cryptographicanomaly.json +++ b/coins/cryptographicanomaly.json @@ -2,6 +2,6 @@ "name": "CryptographicAnomaly", │····································· "symbol": "CGA", │····································· "algorithm": "scrypt", │····································· - "peerMagic": "", │····································· - "peerMagicTestnet": "" │····································· + "peerMagic": "fbc0b6db", │····································· + "peerMagicTestnet": "fcc1b7dc" │····································· } From a620c635cb5e5e76f37a9645d0a463ce5d09badd Mon Sep 17 00:00:00 2001 From: crackfoo Date: Tue, 3 Jun 2014 16:11:43 -0300 Subject: [PATCH 15/15] Update cryptographicanomaly.json --- coins/cryptographicanomaly.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/coins/cryptographicanomaly.json b/coins/cryptographicanomaly.json index 7c94311..8c97ff1 100644 --- a/coins/cryptographicanomaly.json +++ b/coins/cryptographicanomaly.json @@ -1,7 +1,7 @@ -{ │····································· - "name": "CryptographicAnomaly", │····································· - "symbol": "CGA", │····································· - "algorithm": "scrypt", │····································· - "peerMagic": "fbc0b6db", │····································· - "peerMagicTestnet": "fcc1b7dc" │····································· -} +{ + "name": "CryptographicAnomaly", + "symbol": "CGA", + "algorithm": "scrypt", + "peerMagic": "fbc0b6db", + "peerMagicTestnet": "fcc1b7dc" +}