Skip to content

Connecting dashcore-node to dashd-docker #56

@stxphxn

Description

@stxphxn

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions