Merge pull request #174 from raistlinthewiz/master

added peer magic values for lottocoin and vertcoin
This commit is contained in:
Matthew Little 2014-05-08 16:10:33 -06:00
commit 48273704b6
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"
}