2
I need bitcoind with enabled zmq. When I'm building bitocind from source and make ./configure the output is:
Options used to compile and link:
...
with zmq = no
...
No matter what i pass to arguments.
My configure command looks like:
$ ./configure --enable-cxx --disable-shared --with-pic --without-gui --with-zmq --enable-zmq --prefix=/home/ubuntu/bitcoin/db4/
Problem solved, thanks a lot.
$ sudo apt install libzmq3-devnow zmq = yes – kickbit – 2018-04-09T13:09:02.333For homebrew:
$ brew install zeromq– chytrik – 2018-05-07T07:02:18.300