From 960cd9d811c50c55788962f3355d82d71c747071 Mon Sep 17 00:00:00 2001 From: Matthew Little Date: Sat, 11 Jan 2014 13:45:21 -0500 Subject: [PATCH] updated --- coins/dogecoin.json | 15 +++++++++++++++ config.json | 7 +++++++ 2 files changed, 22 insertions(+) create mode 100644 coins/dogecoin.json create mode 100644 config.json diff --git a/coins/dogecoin.json b/coins/dogecoin.json new file mode 100644 index 0000000..bc2c10a --- /dev/null +++ b/coins/dogecoin.json @@ -0,0 +1,15 @@ +{ + "name": "Dogecoin", + "symbol": "doge", + "algorithm": "scrypt", + "reward": "POW", + "address": "DDt79i6P3Wro3SD3HSnkRLpMgUGUGdiNhS", + "stratumPort": 3334, + "difficulty": 8, + "daemon": { + "host": "localhost", + "port": 8332, + "user": "test", + "password": "test" + } +} \ No newline at end of file diff --git a/config.json b/config.json new file mode 100644 index 0000000..8da2b88 --- /dev/null +++ b/config.json @@ -0,0 +1,7 @@ +{ + "blockNotifyListener": { + "enabled": true, + "port": 8117, + "password": "test" + } +} \ No newline at end of file