added starcoin and safer gitignore

This commit is contained in:
Elliot Boney 2014-04-29 16:01:55 +00:00
parent 25f6a6b4a7
commit 6291ad0b69
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"
}