diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 5a0367e9..77e6b049 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -212,8 +212,8 @@ testnet=1 txindex=1 server=1 daemon=1 -zmqpubrawblock=tcp://127.0.0.1:18501 -zmqpubrawtx=tcp://127.0.0.1:18501 +zmqpubrawblock=tcp://127.0.0.1:28332 +zmqpubrawtx=tcp://127.0.0.1:28332 ``` Once all of the above is complete, and you've confirmed `bitcoind` is fully updated with the latest blocks on testnet, run the command below to launch `lnd` with `bitcoind` as your backend (as with `bitcoind`, you can create an `lnd.conf` to save these options, more info on that is described further below):