Merge pull request #58 from sysmanalex/master

new coins trc,zet,bte,uno
This commit is contained in:
Matthew Little 2014-04-13 11:13:12 -06:00
commit 790cffb0c4
4 changed files with 20 additions and 0 deletions

5
coins/bytecoin.json Normal file
View File

@ -0,0 +1,5 @@
{
"name": "Bytecoin",
"symbol": "BTE",
"algorithm": "sha256"
}

5
coins/terracoin.json Normal file
View File

@ -0,0 +1,5 @@
{
"name": "Terracoin",
"symbol": "TRC",
"algorithm": "sha256"
}

5
coins/unobtanium.json Normal file
View File

@ -0,0 +1,5 @@
{
"name": "Unobtanium",
"symbol": "UNO",
"algorithm": "sha256"
}

5
coins/zetacoin.json Normal file
View File

@ -0,0 +1,5 @@
{
"name": "Zetacoin",
"symbol": "ZTC",
"algorithm": "sha256"
}