Merge pull request #98 from elliotboney/master
added starcoin and safer gitignore
This commit is contained in:
commit
f87e0a7065
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