forked from bitpay/bitcore-node
-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Description
Hi,
I'm trying to connect dashcore to a Docker container running dashd, but when I start dash-core node my console is spammed with these messages.
2019-03-14T07:43:44.719Z] info: Using network: testnet
[2019-03-14T07:43:44.719Z] info: Starting dashd
[2019-03-14T07:43:44.809Z] info: Dash Daemon Ready
[2019-03-14T07:43:44.810Z] info: Starting web
[2019-03-14T07:43:44.825Z] info: Starting @dashevo/insight-api
[2019-03-14T07:43:44.825Z] info: Starting @dashevo/insight-ui
[2019-03-14T07:43:44.826Z] info: Dashcore Node ready
[2019-03-14T07:43:45.257Z] warn: ZMQ connection delay: tcp://127.0.0.1:28332
[2019-03-14T07:43:45.257Z] info: ZMQ connected to: tcp://127.0.0.1:28332
[2019-03-14T07:43:45.257Z] warn: ZMQ disconnect: tcp://127.0.0.1:28332
[2019-03-14T07:43:45.257Z] warn: ZMQ connection delay: tcp://127.0.0.1:28332
[2019-03-14T07:43:45.257Z] info: ZMQ connected to: tcp://127.0.0.1:28332
[2019-03-14T07:43:45.258Z] warn: ZMQ disconnect: tcp://127.0.0.1:28332
[2019-03-14T07:43:45.258Z] warn: ZMQ connection delay: tcp://127.0.0.1:28332
[2019-03-14T07:43:45.258Z] info: ZMQ connected to: tcp://127.0.0.1:28332
[2019-03-14T07:43:45.258Z] warn: ZMQ disconnect: tcp://127.0.0.1:28332
[2019-03-14T07:43:45.258Z] warn: ZMQ connection delay: tcp://127.0.0.1:28332
[2019-03-14T07:43:45.258Z] info: ZMQ connected to: tcp://127.0.0.1:28332
[2019-03-14T07:43:45.258Z] warn: ZMQ disconnect: tcp://127.0.0.1:28332
Here is my dash.conf
testnet=1
server=1
whitelist=127.0.0.1
txindex=1
addressindex=1
timestampindex=1
spentindex=1
zmqpubrawtx=tcp://127.0.0.1:28332
zmqpubhashblock=tcp://127.0.0.1:28332
rpcuser=dash
rpcpassword=rpcpassword
rpcallowip=127.0.0.1
uacomment=dashcore
and my dashcore-node.json
{
"network": "testnet",
"port": 3001,
"services": [
"@dashevo/insight-api",
"@dashevo/insight-ui",
"dashd",
"web"
],
"servicesConfig": {
"dashd": {
"connect": [{
"rpchost": "127.0.0.1",
"rpcport": 19998,
"rpcuser": "dash",
"rpcpassword": "rpcpassword",
"zmqpubrawtx": "tcp://127.0.0.1:28332",
"zmqpubhashblock": "tcp://127.0.0.1:28332"
}]
},
"@dashevo/insight-api": {
"disableRateLimiter": true
}
}
}
Any help to get it working would be greatly appreciated.
Metadata
Metadata
Assignees
Labels
No labels