added starcoin and safer gitignore
This commit is contained in:
parent
25f6a6b4a7
commit
6291ad0b69
|
@ -1,3 +1,5 @@
|
|||
node_modules/
|
||||
.idea/
|
||||
config.json
|
||||
config.json
|
||||
pool_configs/*.json
|
||||
!pool_configs/litecoin_example.json
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"name": "Starcoin",
|
||||
"symbol": "STR",
|
||||
"algorithm": "scrypt"
|
||||
}
|
Loading…
Reference in New Issue