forked from bitpay/bitcore-node
-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Description
Hi,
my Console is spammed with those messages and I can't figure out why.
[2018-08-02T11:21:19.108Z] info: Using config: /home/dash/.dashcore/dashcore-node.json
[2018-08-02T11:21:19.109Z] info: Using network: livenet
[2018-08-02T11:21:19.110Z] info: Starting dashd
[2018-08-02T11:21:19.141Z] info: Dash Daemon Ready
[2018-08-02T11:21:19.141Z] info: Starting web
[2018-08-02T11:21:19.152Z] info: Dashcore Node ready
[2018-08-02T11:21:19.635Z] warn: ZMQ connection delay: tcp://127.0.0.1:28332
[2018-08-02T11:21:19.636Z] warn: ZMQ connection delay: tcp://127.0.0.1:28332
[2018-08-02T11:21:19.636Z] warn: ZMQ connection delay: tcp://127.0.0.1:28332
[2018-08-02T11:21:19.636Z] warn: ZMQ connection delay: tcp://127.0.0.1:28332
[2018-08-02T11:21:20.137Z] warn: ZMQ connection delay: tcp://127.0.0.1:28332
[2018-08-02T11:21:20.137Z] warn: ZMQ connection delay: tcp://127.0.0.1:28332
[2018-08-02T11:21:20.137Z] warn: ZMQ connection delay: tcp://127.0.0.1:28332
[2018-08-02T11:21:20.638Z] warn: ZMQ connection delay: tcp://127.0.0.1:28332
[2018-08-02T11:21:20.638Z] warn: ZMQ connection delay: tcp://127.0.0.1:28332
My dashcore-node.json:
{
"network": "livenet",
"port": 3001,
"services": [
"dashd",
"web"
],
"servicesConfig": {
"dashd": {
"connect": [
{
"rpchost": "127.0.0.1",
"rpcport": 9998,
"rpcuser": "dash",
"rpcpassword": "rpcpassword",
"zmqpubrawtx": "tcp://127.0.0.1:28332"
}
]
}
}
}
my dash.conf:
testnet=0
disablewallet=1
printtoconsole=1
rpcuser=dash
rpcpassword=rpcpassword
rpcbind=0.0.0.0
Metadata
Metadata
Assignees
Labels
No labels