Added/updated coins.

This commit is contained in:
mcpackin 2014-05-05 08:55:36 +00:00
parent d562bb2a7e
commit 86bd8d91fa
3 changed files with 10 additions and 2 deletions

View File

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

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"
}