diff --git a/coins/bitstar.json b/coins/bitstar.json new file mode 100644 index 0000000..7ee054d --- /dev/null +++ b/coins/bitstar.json @@ -0,0 +1,7 @@ +{ + "name": "bitstar", + "symbol": "bits", + "algorithm": "scrypt", + "peerMagic": "cef1dbfa", + "peerMagicTestnet": "cdf1c0ef" +} diff --git a/coins/bluecoin.json b/coins/bluecoin.json new file mode 100644 index 0000000..361c28f --- /dev/null +++ b/coins/bluecoin.json @@ -0,0 +1,7 @@ +{ + "name": "bluecoin", + "symbol": "blu", + "algorithm": "scrypt", + "peerMagic": "fef5abaa", + "peerMagicTestnet": "eaceedcd" +} diff --git a/coins/octocoin.json b/coins/octocoin.json new file mode 100644 index 0000000..99867b4 --- /dev/null +++ b/coins/octocoin.json @@ -0,0 +1,7 @@ +{ + "name": "Octocoin", + "symbol": "888", + "algorithm": "scrypt", + "peerMagic": "fbc0b6db", + "peerMagicTestnet": "fcc1b7dc" +} diff --git a/coins/pawncoin.json b/coins/pawncoin.json new file mode 100644 index 0000000..e7aa6f8 --- /dev/null +++ b/coins/pawncoin.json @@ -0,0 +1,7 @@ +{ + "name": "pawncoin", + "symbol": "pawn", + "algorithm": "scrypt", + "peerMagic": "fcc1b7dc", + "peerMagicTestnet": "c0c0c0c0" +} diff --git a/coins/plncoin.json b/coins/plncoin.json new file mode 100644 index 0000000..36ac28e --- /dev/null +++ b/coins/plncoin.json @@ -0,0 +1,7 @@ +{ + "name": "plncoin", + "symbol": "plnc", + "algorithm": "scrypt", + "peerMagic": "fbc0b6db", + "peerMagicTestnet": "fcc1b7dc" +} diff --git a/coins/suncoin.json b/coins/suncoin.json index fea2aed..33cca6e 100644 --- a/coins/suncoin.json +++ b/coins/suncoin.json @@ -1,5 +1,7 @@ { "name": "Suncoin", "symbol": "SUN", - "algorithm": "scrypt" + "algorithm": "scrypt", + "peerMagic":"fcd9b7dd", + "peerMagicTestnet":"fbc0b8db" } diff --git a/coins/zedcoin.json b/coins/zedcoin.json new file mode 100644 index 0000000..be6894d --- /dev/null +++ b/coins/zedcoin.json @@ -0,0 +1,7 @@ +{ + "name": "zedcoin", + "symbol": "zed", + "algorithm": "scrypt", + "peerMagic": "c0dbf1fd", + "peerMagicTestnet": "fdc2b6f1" +}