Skip to content

Commit

Permalink
added noblecoin,mooncoin and used coin definitons
Browse files Browse the repository at this point in the history
  • Loading branch information
bonesoul committed Oct 3, 2014
1 parent 77d7764 commit 02d8a21
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/CoiniumServ/config/coins/mooncoin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "Mooncoin",
"symbol": "MOON",
"algorithm": "scrypt",
"site": "https://bitcointalk.org/index.php?topic=389403.0",
"blockExplorer": {
"block": "http://moonchain.net/block/",
"tx": "http://moonchain.net/tx/"
}
}
10 changes: 10 additions & 0 deletions src/CoiniumServ/config/coins/noblecoin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "Noblecoin",
"symbol": "NOBL",
"algorithm": "scrypt",
"site": "https://www.noblemovement.com/",
"blockExplorer": {
"block": "https://chainz.cryptoid.info/nobl/block.dws?",
"tx": "https://chainz.cryptoid.info/nobl/tx.dws?"
}
}
10 changes: 10 additions & 0 deletions src/CoiniumServ/config/coins/usde.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "USDE",
"symbol": "USDE",
"algorithm": "scrypt",
"site": "http://usd-e.com/",
"blockExplorer": {
"block": "https://altexplorer.net/block/",
"tx": "https://altexplorer.net/tx/"
}
}

0 comments on commit 02d8a21

Please sign in to comment.