Merge pull request #101 from KaTXi/master

Create Giarcoin, GlobalDenomination, Guarantcoin
This commit is contained in:
Matthew Little 2014-05-01 01:49:34 -06:00
commit f8f15d6fc0
3 changed files with 15 additions and 0 deletions

5
coins/giarcoin.json Normal file
View File

@ -0,0 +1,5 @@
{
"name": "Giarcoin",
"symbol": "GIAR",
"algorithm": "scrypt-n"
}

View File

@ -0,0 +1,5 @@
{
"name": "GlobalDenomination",
"symbol": "GDN",
"algorithm": "x11"
}

5
coins/guarantcoin.json Normal file
View File

@ -0,0 +1,5 @@
{
"name": "Guarantcoin",
"symbol": "GTC",
"algorithm": "scrypt-n"
}