Skip to content

Commit

Permalink
Renamed coin-config.json extra section as algorithm.
Browse files Browse the repository at this point in the history
  • Loading branch information
bonesoul committed Sep 23, 2014
1 parent 969969c commit 4c967f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/CoiniumServ/config/coins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Sample file;
"magic": "fbc0b6db",
"testnetMagic": "fcc1b7dc"
},
"extra": {
"algorithm": {
}
}
```
Expand Down Expand Up @@ -51,6 +51,6 @@ Not in use yet, will be used once embedded daemon-node is developed which will b
- __magic__: Coin's magic string.
- __testnetMagic__: Magic string for Testnet.

__extra__ options
__algorithm__ options

Any extra options that will be handled to algorithm itself.
6 changes: 5 additions & 1 deletion src/CoiniumServ/config/coins/einsteinium.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@
"name": "Einsteinium",
"symbol": "EMC2",
"algorithm": "scrypt",
"blockExplorer": "https://altexplorer.net"
"blockExplorer": {
"block": "http://chain.einsteinium.org/block/",
"tx": "http://chain.einsteinium.org/tx/",
"address": "http://chain.einsteinium.org/address/"
}
}

0 comments on commit 4c967f0

Please sign in to comment.