mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-12 11:19:08 -05:00
doc: Add IPv6 address to zmq example
This commit is contained in:
parent
8abe5703a9
commit
e6998838e5
1 changed files with 4 additions and 0 deletions
|
@ -84,6 +84,7 @@ For instance:
|
||||||
|
|
||||||
$ bitcoind -zmqpubhashtx=tcp://127.0.0.1:28332 \
|
$ bitcoind -zmqpubhashtx=tcp://127.0.0.1:28332 \
|
||||||
-zmqpubhashtx=tcp://192.168.1.2:28332 \
|
-zmqpubhashtx=tcp://192.168.1.2:28332 \
|
||||||
|
-zmqpubhashblock="tcp://[::1]:28333" \
|
||||||
-zmqpubrawtx=ipc:///tmp/bitcoind.tx.raw \
|
-zmqpubrawtx=ipc:///tmp/bitcoind.tx.raw \
|
||||||
-zmqpubhashtxhwm=10000
|
-zmqpubhashtxhwm=10000
|
||||||
|
|
||||||
|
@ -125,6 +126,9 @@ Setting the keepalive values appropriately for your operating environment may
|
||||||
improve connectivity in situations where long-lived connections are silently
|
improve connectivity in situations where long-lived connections are silently
|
||||||
dropped by network middle boxes.
|
dropped by network middle boxes.
|
||||||
|
|
||||||
|
Also, the socket's ZMQ_IPV6 option is enabled to accept connections from IPv6
|
||||||
|
hosts as well. If needed, this option has to be set on the client side too.
|
||||||
|
|
||||||
## Remarks
|
## Remarks
|
||||||
|
|
||||||
From the perspective of bitcoind, the ZeroMQ socket is write-only; PUB
|
From the perspective of bitcoind, the ZeroMQ socket is write-only; PUB
|
||||||
|
|
Loading…
Add table
Reference in a new issue