diff --git a/coins/bottlecaps.json b/coins/bottlecaps.json index 1dcccb9..8274e17 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" +} diff --git a/coins/bunnycoin.json b/coins/bunnycoin.json new file mode 100644 index 0000000..55d8fe7 --- /dev/null +++ b/coins/bunnycoin.json @@ -0,0 +1,7 @@ +{ + "name": "BunnyCoin", + "symbol": "BUN", + "algorithm": "scrypt", + "peerMagic": "c0c0c0c0", + "peerMagicTestnet": "fcc1b7dc" + } 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" +} diff --git a/coins/coino.json b/coins/coino.json new file mode 100644 index 0000000..3e4212d --- /dev/null +++ b/coins/coino.json @@ -0,0 +1,7 @@ +{ + "name": "Coino", + "symbol": "CON", + "algorithm": "scrypt", + "peerMagic": "f1d1a7d8", + "peerMagicTestnet": "fcc1b7dc" +} diff --git a/coins/cryptogenicbullion.json b/coins/cryptogenicbullion.json new file mode 100644 index 0000000..dac937c --- /dev/null +++ b/coins/cryptogenicbullion.json @@ -0,0 +1,7 @@ +{ + "name": "CryptogenicBullion", + "symbol": "CGB", + "algorithm": "scrypt", + "peerMagic": "e4e8e9e5", + "peerMagicTestnet": "cdf2c0ef" +} diff --git a/coins/cryptographicanomaly.json b/coins/cryptographicanomaly.json new file mode 100644 index 0000000..8c97ff1 --- /dev/null +++ b/coins/cryptographicanomaly.json @@ -0,0 +1,7 @@ +{ + "name": "CryptographicAnomaly", + "symbol": "CGA", + "algorithm": "scrypt", + "peerMagic": "fbc0b6db", + "peerMagicTestnet": "fcc1b7dc" +} 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" }