compiled bitcoin with zeromq but getzmqnotifications is "method not found?"
I ran configure with: --disable-wallet --with-gui=no --with-boost=/opt/homebrew/opt/boost --disable-tests
I got:
Options used to compile and link:
with wallet = no
with gui / qt = no
with zmq = yes
with test = no
with bench = yes
with upnp = auto
debug enabled = no
I also see in src/config/bitcoin-config.h
41 /* Define to 1 to enable ZMQ functions */
42 #define ENABLE_ZMQ 1
yet the getzmqnotifications
returns not found:
./bitcoin-cli -conf=/path/to/bitcoin.conf getzmqnotifications
error code: -32601
error message:
Method not found
Also if I do ./bitcoin-cli help
I do not see any commnads having to do with zero mq...
from Recent Questions - Bitcoin Stack Exchange https://ift.tt/QKZGTer
via IFTTT