per @javiervargas
This commit is contained in:
Shannon Appelcline 2020-08-18 11:40:32 -10:00 committed by GitHub
parent 45ca2b3101
commit 51071f2910
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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