Merge pull request #263 from crackfoo/master

Update mazacoin.json
This commit is contained in:
Matthew Little 2014-06-09 12:02:35 -06:00
commit bed02e0d4a
7 changed files with 39 additions and 5 deletions

View File

@ -1,5 +1,7 @@
{ {
"name": "Bottlecaps", "name": "Bottlecaps",
"symbol": "CAP", "symbol": "CAP",
"algorithm": "scrypt" "algorithm": "scrypt",
} "peerMagic": "e4e8e9e5",
"peerMagicTestnet": "cdf2c0ef"
}

7
coins/bunnycoin.json Normal file
View File

@ -0,0 +1,7 @@
{
"name": "BunnyCoin",
"symbol": "BUN",
"algorithm": "scrypt",
"peerMagic": "c0c0c0c0",
"peerMagicTestnet": "fcc1b7dc"
}

View File

@ -1,5 +1,7 @@
{ {
"name": "Casinocoin", "name": "Casinocoin",
"symbol": "CSC", "symbol": "CSC",
"algorithm": "scrypt" "algorithm": "scrypt",
} "peerMagic": "fac3b6da",
"peerMagicTestnet": "fcc1b7dc"
}

7
coins/coino.json Normal file
View File

@ -0,0 +1,7 @@
{
"name": "Coino",
"symbol": "CON",
"algorithm": "scrypt",
"peerMagic": "f1d1a7d8",
"peerMagicTestnet": "fcc1b7dc"
}

View File

@ -0,0 +1,7 @@
{
"name": "CryptogenicBullion",
"symbol": "CGB",
"algorithm": "scrypt",
"peerMagic": "e4e8e9e5",
"peerMagicTestnet": "cdf2c0ef"
}

View File

@ -0,0 +1,7 @@
{
"name": "CryptographicAnomaly",
"symbol": "CGA",
"algorithm": "scrypt",
"peerMagic": "fbc0b6db",
"peerMagicTestnet": "fcc1b7dc"
}

View File

@ -1,5 +1,7 @@
{ {
"name": "Mazacoin", "name": "Mazacoin",
"symbol": "MZC", "symbol": "MZC",
"algorithm": "sha256" "algorithm": "sha256",
"peerMagic": "f8b503df", ·····································
"peerMagicTestnet": "05fea901"
} }