Merge pull request #98 from elliotboney/master

added starcoin and safer gitignore
This commit is contained in:
Matthew Little 2014-04-29 10:49:04 -06:00
commit f87e0a7065
2 changed files with 8 additions and 1 deletions

4
.gitignore vendored
View File

@ -1,3 +1,5 @@
node_modules/
.idea/
config.json
config.json
pool_configs/*.json
!pool_configs/litecoin_example.json

5
coins/starcoin.json Normal file
View File

@ -0,0 +1,5 @@
{
"name": "Starcoin",
"symbol": "STR",
"algorithm": "scrypt"
}