new coins trc,zet,bte,uno

This commit is contained in:
Alex Petrov 2014-04-13 08:48:09 -04:00
parent 202ab9e9ba
commit 35ab95608a
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"
}