mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 16:06:26 +00:00
Typo
per @javiervargas
This commit is contained in:
parent
45ca2b3101
commit
51071f2910
@ -12,7 +12,7 @@ Before you can create a blockchain listener, you will need to configure `bitcoin
|
|||||||
|
|
||||||
### Configuring `bitcoind` for ZMQ
|
### Configuring `bitcoind` for ZMQ
|
||||||
|
|
||||||
Bitcoin Core is is ZMQ-ready, but you must specify ZMQ endpoints. ZeroMQ publish-sockets prepend each data item with an arbitrary topic
|
Bitcoin Core is ZMQ-ready, but you must specify ZMQ endpoints. ZeroMQ publish-sockets prepend each data item with an arbitrary topic
|
||||||
prefix that allows subscriber clients to request only those items with a matching prefix. There are currently four topics supported by `bitcoind`:
|
prefix that allows subscriber clients to request only those items with a matching prefix. There are currently four topics supported by `bitcoind`:
|
||||||
```
|
```
|
||||||
$ bitcoind --help | grep zmq | grep address
|
$ bitcoind --help | grep zmq | grep address
|
||||||
|
Loading…
x
Reference in New Issue
Block a user