Merge pull request #140 from mcpackin/master

Added/updated coins.
This commit is contained in:
Matthew Little 2014-05-05 17:24:31 -06:00
commit b1e9dce666
4 changed files with 17 additions and 2 deletions

View File

@ -1,5 +1,6 @@
{
"name": "Fastcoin",
"symbol": "FST",
"algorithm": "scrypt"
"algorithm": "scrypt",
"peerMagic": "fbc0b6db"
}

7
coins/grandcoin.json Normal file
View File

@ -0,0 +1,7 @@
{
"name": "Grandcoin",
"symbol": "GDC",
"algorithm": "scrypt",
"peerMagic": "fdc1a5db",
"txMessages": true
}

View File

@ -1,5 +1,6 @@
{
"name": "Starcoin",
"symbol": "STR",
"algorithm": "scrypt"
"algorithm": "scrypt",
"peerMagic": "e4e8effd"
}

6
coins/ultimatecoin.json Normal file
View File

@ -0,0 +1,6 @@
{
"name": "Ultimatecoin",
"symbol": "ULT",
"algorithm": "scrypt",
"peerMagic": "f9f7c0e8"
}