From 6291ad0b69ff9d330b10416e8d00c99f9afbe3a1 Mon Sep 17 00:00:00 2001 From: Elliot Boney Date: Tue, 29 Apr 2014 16:01:55 +0000 Subject: [PATCH] added starcoin and safer gitignore --- .gitignore | 4 +++- coins/starcoin.json | 5 +++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 coins/starcoin.json diff --git a/.gitignore b/.gitignore index 88d9a093e..b2f46e49b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ node_modules/ .idea/ -config.json \ No newline at end of file +config.json +pool_configs/*.json +!pool_configs/litecoin_example.json diff --git a/coins/starcoin.json b/coins/starcoin.json new file mode 100644 index 000000000..ca65a8184 --- /dev/null +++ b/coins/starcoin.json @@ -0,0 +1,5 @@ +{ + "name": "Starcoin", + "symbol": "STR", + "algorithm": "scrypt" +}