Open gnorbsl opened 6 years ago
Hello,
This isn't well-documented currently as the setup/configuration of dash.conf used to be automated by the installation process. In order for Bitcore to receive ZMQ notifications from the Dash Core Daemon (dashd) the following needs to be included in dash.conf:
zmqpubrawtx=tcp://127.0.0.1:28332
This will enable ZMQ notifications and also configures the port that they are published on. Please give this a try and let me know if this fixes the problem.
Hi, I've searched a lot but could not find a solution for this. Anyone have a suggestion how to get it work?
Another person having this issue over here.
For everyone with this issue try this:
first install zmq: http://zeromq.org/intro:get-the-software
and add this to your dash.conf:
zmqpubrawtx=tcp://127.0.0.1:28332
zmqpubhashblock=tcp://127.0.0.1:28332
Hi,
my Console is spammed with those messages and I can't figure out why.
My dashcore-node.json:
my dash.conf: