docs/INSTALL: update docs with more detailed info for ZMQ support

This commit is contained in:
Alex 2018-05-22 17:31:05 -07:00 committed by Olaoluwa Osuntokun
parent 3f78a7419c
commit 1969022cec

@ -212,10 +212,11 @@ the following:
- Additionally, since `lnd` uses - Additionally, since `lnd` uses
[ZeroMQ](https://github.com/bitcoin/bitcoin/blob/master/doc/zmq.md) to [ZeroMQ](https://github.com/bitcoin/bitcoin/blob/master/doc/zmq.md) to
interface with `bitcoind`, *your `bitcoind` installation must be compiled with interface with `bitcoind`, *your `bitcoind` installation must be compiled with
ZMQ*. If you installed it from source, this is likely the case, but if you ZMQ*. Note that if you installed `bitcoind` from source and ZMQ was not present,
installed it via Homebrew in the past it may not be included ([this has now then ZMQ support will be disabled, and `lnd` will quit on a `connection refused` error.
been fixed](https://github.com/Homebrew/homebrew-core/pull/23088) in the If you installed `bitcoind` via Homebrew in the past ZMQ may not be included
latest Homebrew recipe for bitcoin) ([this has now been fixed](https://github.com/Homebrew/homebrew-core/pull/23088)
in the latest Homebrew recipe for bitcoin)
- Configure the `bitcoind` instance for ZMQ with `--zmqpubrawblock` and - Configure the `bitcoind` instance for ZMQ with `--zmqpubrawblock` and
`--zmqpubrawtx` (the latter is optional but allows you to see unconfirmed `--zmqpubrawtx` (the latter is optional but allows you to see unconfirmed
transactions in your wallet). They must be combined in the same ZMQ socket transactions in your wallet). They must be combined in the same ZMQ socket