This commit is contained in:
Matthew Little 2014-01-11 13:45:21 -05:00
parent 8727eef055
commit 960cd9d811
2 changed files with 22 additions and 0 deletions

15
coins/dogecoin.json Normal file
View File

@ -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"
}
}

7
config.json Normal file
View File

@ -0,0 +1,7 @@
{
"blockNotifyListener": {
"enabled": true,
"port": 8117,
"password": "test"
}
}