mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-17 17:02:43 +00:00
Merge bitcoin/bitcoin#33070: doc/zmq: fix unix socket path example
e83699a626b8a41c8fb9d0450e14e06a29a98bb8 doc/zmq: fix unix socket path example (Roman Zeyde)
Pull request description:
Following 75a5c8258e/doc/release-notes/release-notes-28.0.md (L105)
ACKs for top commit:
pinheadmz:
tested ACK e83699a626b8a41c8fb9d0450e14e06a29a98bb8
cedwies:
ACK e83699a
Tree-SHA512: a697d96762083f7a7c44c0ed366b68065a2538208cf7d2b9bcfc567bffeaa530ea5c16dc38bfd4bc38b926a5044d2fa880ffce6309366f3a11d181e59e122627
This commit is contained in:
commit
c8309198f8
@ -84,7 +84,7 @@ For instance:
|
||||
$ bitcoind -zmqpubhashtx=tcp://127.0.0.1:28332 \
|
||||
-zmqpubhashtx=tcp://192.168.1.2:28332 \
|
||||
-zmqpubhashblock="tcp://[::1]:28333" \
|
||||
-zmqpubrawtx=ipc:///tmp/bitcoind.tx.raw \
|
||||
-zmqpubrawtx=unix:/tmp/bitcoind.tx.raw \
|
||||
-zmqpubhashtxhwm=10000
|
||||
|
||||
`bitcoin node` or `bitcoin gui` can also be substituted for `bitcoind`.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user