From bc8a40a1c9f05acc3d12d6f262836c5f4968807b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=BCseyin=20Uslu?= Date: Fri, 9 May 2014 00:21:55 +0300 Subject: [PATCH 1/2] added peer magic values for lottocoin and vertcoin --- coins/lottocoin.json | 4 +++- coins/vertcoin.json | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/coins/lottocoin.json b/coins/lottocoin.json index 188238a..4d8a28b 100644 --- a/coins/lottocoin.json +++ b/coins/lottocoin.json @@ -1,5 +1,7 @@ { "name": "Lottocoin", "symbol": "LOT", - "algorithm": "scrypt" + "algorithm": "scrypt", + "peerMagic": "a5fdb6c1", + "peerMagicTestnet": "fdc3b6f1" } \ No newline at end of file diff --git a/coins/vertcoin.json b/coins/vertcoin.json index 5e74691..35cfdd4 100644 --- a/coins/vertcoin.json +++ b/coins/vertcoin.json @@ -1,5 +1,7 @@ { "name": "Vertcoin", "symbol": "VTC", - "algorithm": "scrypt-n" + "algorithm": "scrypt-n", + "peerMagic": "fabfb5da", + "peerMagicTestnet": "76657274" } \ No newline at end of file From 647060e1ed909b4d9db1c67ad60772d858a6c801 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=BCseyin=20Uslu?= Date: Fri, 9 May 2014 00:23:57 +0300 Subject: [PATCH 2/2] fixed tabs --- coins/lottocoin.json | 4 ++-- coins/vertcoin.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/coins/lottocoin.json b/coins/lottocoin.json index 4d8a28b..3b05499 100644 --- a/coins/lottocoin.json +++ b/coins/lottocoin.json @@ -2,6 +2,6 @@ "name": "Lottocoin", "symbol": "LOT", "algorithm": "scrypt", - "peerMagic": "a5fdb6c1", - "peerMagicTestnet": "fdc3b6f1" + "peerMagic": "a5fdb6c1", + "peerMagicTestnet": "fdc3b6f1" } \ No newline at end of file diff --git a/coins/vertcoin.json b/coins/vertcoin.json index 35cfdd4..fc001d4 100644 --- a/coins/vertcoin.json +++ b/coins/vertcoin.json @@ -2,6 +2,6 @@ "name": "Vertcoin", "symbol": "VTC", "algorithm": "scrypt-n", - "peerMagic": "fabfb5da", - "peerMagicTestnet": "76657274" + "peerMagic": "fabfb5da", + "peerMagicTestnet": "76657274" } \ No newline at end of file