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