updated
This commit is contained in:
parent
8727eef055
commit
960cd9d811
15
coins/dogecoin.json
Normal file
15
coins/dogecoin.json
Normal 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
7
config.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"blockNotifyListener": {
|
||||||
|
"enabled": true,
|
||||||
|
"port": 8117,
|
||||||
|
"password": "test"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user