Merge pull request #118 from Ondalf/master

Update Dogecoin and add Saffroncoin
This commit is contained in:
Matthew Little 2014-05-03 13:11:41 -06:00
commit e276725ca1
2 changed files with 11 additions and 2 deletions

View File

@ -1,5 +1,7 @@
{
"name": "Dogecoin",
"symbol": "DOGE",
"algorithm": "scrypt"
}
"algorithm": "scrypt",
"peerMagic": "c0c0c0c0",
"peerMagicTestnet": "fcc1b7dc"
}

7
coins/saffroncoin.json Normal file
View File

@ -0,0 +1,7 @@
{
"name": "saffroncoin",
"symbol": "SFR",
"algorithm": "scrypt",
"peerMagic": "cf0567ea",
"peerMagicTestnet": "01f555a4"
}