added starcoin and safer gitignore
This commit is contained in:
parent
25f6a6b4a7
commit
6291ad0b69
4
.gitignore
vendored
4
.gitignore
vendored
@ -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
5
coins/starcoin.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"name": "Starcoin",
|
||||
"symbol": "STR",
|
||||
"algorithm": "scrypt"
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user