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