Bitcoin Stack Trade is a query and reply web site for Bitcoin crypto-currency fanatics. It solely takes a minute to enroll.
Anyone can ask a query
Anyone can reply
The very best solutions are voted up and rise to the highest
Requested
Considered
189 occasions
The documentation for LND says:
; ZMQ socket which sends rawblock and rawtx notifications from bitcoind. By
; default, lnd will try to robotically get hold of this info, so this
; seemingly will not should be set (aside from for a distant bitcoind occasion).
; bitcoind.zmqpubrawblock=tcp://127.0.0.1:28332
; bitcoind.zmqpubrawtx=tcp://127.0.0.1:28333
Is there a method to flip that default off and never use ZMQ?
Based on LND set up information, ZMQ is a requirement to run the daemon so long as bitcoind
is getting used because the backend:
Since lnd makes use of ZeroMQ to interface with bitcoind, your bitcoind set up should be compiled with ZMQ. Notice that when you put in bitcoind from supply and ZMQ was not current, then ZMQ help will likely be disabled, and lnd will stop on a connection refused error. In case you put in bitcoind by way of Homebrew up to now ZMQ might not be included (this has now been fastened within the newest Homebrew recipe for bitcoin)