Skip to content

Commit b1c3f18

Browse files
committed
doc: Adjust ZMQ usage to support multiple interfaces
1 parent 347c94f commit b1c3f18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/zmq.md

+2
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ Currently, the following notifications are supported:
6767

6868
The socket type is PUB and the address must be a valid ZeroMQ socket
6969
address. The same address can be used in more than one notification.
70+
The same notification can be specified more than once.
7071

7172
The option to set the PUB socket's outbound message high water mark
7273
(SNDHWM) may be set individually for each notification:
@@ -82,6 +83,7 @@ The high water mark value must be an integer greater than or equal to 0.
8283
For instance:
8384

8485
$ bitcoind -zmqpubhashtx=tcp://127.0.0.1:28332 \
86+
-zmqpubhashtx=tcp://192.168.1.2:28332 \
8587
-zmqpubrawtx=ipc:///tmp/bitcoind.tx.raw \
8688
-zmqpubhashtxhwm=10000
8789

0 commit comments

Comments
 (0)