File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ For instance:
84
84
85
85
$ bitcoind -zmqpubhashtx=tcp://127.0.0.1:28332 \
86
86
-zmqpubhashtx=tcp://192.168.1.2:28332 \
87
+ -zmqpubhashblock="tcp://[::1]:28333" \
87
88
-zmqpubrawtx=ipc:///tmp/bitcoind.tx.raw \
88
89
-zmqpubhashtxhwm=10000
89
90
@@ -125,6 +126,9 @@ Setting the keepalive values appropriately for your operating environment may
125
126
improve connectivity in situations where long-lived connections are silently
126
127
dropped by network middle boxes.
127
128
129
+ Also, the socket's ZMQ_IPV6 option is enabled to accept connections from IPv6
130
+ hosts as well. If needed, this option has to be set on the client side too.
131
+
128
132
## Remarks
129
133
130
134
From the perspective of bitcoind, the ZeroMQ socket is write-only; PUB
You can’t perform that action at this time.
0 commit comments