lnd.xprv/docs
Andreas M. Antonopoulos 47329c9267 docs: inconsistent ZMQ port numbers in examples
The port numbers used in the ZMQ examples are inconsistent between:

- The initial explanation of ZMQ
```
They must be combined in the same ZMQ socket
  address (e.g. `--zmqpubrawblock=tcp://127.0.0.1:28332` and
  `--zmqpubrawtx=tcp://127.0.0.1:28332`).
```

- The sample bitcoin.conf
```
zmqpubrawblock=tcp://127.0.0.1:18501
zmqpubrawtx=tcp://127.0.0.1:18501
```

- The lnd command-line example:
```
lnd --bitcoin.active --bitcoin.testnet --debuglevel=debug --bitcoin.node=bitcoind --bitcoind.rpcuser=REPLACEME --bitcoind.rpcpass=REPLACEME --bitcoind.zmqpath=tcp://127.0.0.1:28332 --externalip=X.X.X.X
```

I changed the sample bitcoin.conf port numbers to 28332 so they match the rest of the examples.
2018-03-17 14:37:57 -07:00
..
go-fuzz provide formatting for lnd references 2018-01-03 11:39:35 +01:00
grpc docs/grpc/ruby: fix incorrect documentation in ruby.md value to amt (#799) 2018-03-02 19:16:22 -08:00
code_contribution_guidelines.md multi: comprehensive typo fixes across all packages 2018-02-06 19:11:11 -08:00
configuring_tor.md docs: add new documentation for configuring lnd+tor 2018-02-09 12:16:16 -08:00
INSTALL.md docs: inconsistent ZMQ port numbers in examples 2018-03-17 14:37:57 -07:00
macaroons.md docs: Add details to macaroon usage with GRPC. 2018-02-28 16:19:48 -05:00