This is a backport of core#19572 [4/4]
https://github.com/bitcoin/bitcoin/pull/19572/commits/759d94e70f6844443106404882c7b105f3a4dba7
Depends on D10306
I had to revert the IP address change from D1120 to make the zmq_sub.py script work.
Differential D10307
Update zmq notification documentation and sample consumer PiRK on Oct 12 2021, 08:38. Authored by Tags None Subscribers None
Details
This is a backport of core#19572 [4/4] Depends on D10306 I had to revert the IP address change from D1120 to make the zmq_sub.py script work. $ src/bitcoind -daemon -zmqpubrawtx=tcp://127.0.0.1:28332 -zmqpubrawblock=tcp://127.0.0.1:28332 -zmqpubhashtx=tcp://127.0.0.1:28332 -zmqpubhashblock=tcp://127.0.0.1:28332 -zmqpubsequence=tcp://127.0.0.1:28332 $ python ../contrib/zmq/zmq_sub.py
Diff Detail
|