added peer magic values for lottocoin and vertcoin

This commit is contained in:
Hüseyin Uslu 2014-05-09 00:21:55 +03:00
parent ca2f5e1b01
commit bc8a40a1c9
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,7 @@
{
"name": "Lottocoin",
"symbol": "LOT",
"algorithm": "scrypt"
"algorithm": "scrypt",
"peerMagic": "a5fdb6c1",
"peerMagicTestnet": "fdc3b6f1"
}

View File

@ -1,5 +1,7 @@
{
"name": "Vertcoin",
"symbol": "VTC",
"algorithm": "scrypt-n"
"algorithm": "scrypt-n",
"peerMagic": "fabfb5da",
"peerMagicTestnet": "76657274"
}