Browse Source

Add in bitcoind node

patch-1
nolim1t 5 years ago
parent
commit
8cad1a2df4
No known key found for this signature in database GPG Key ID: F6287B82CC84BCBD
  1. 10
      lnd/lnd.conf

10
lnd/lnd.conf

@ -12,6 +12,16 @@ color=#ffe200
[Routing]
routing.assumechanvalid=1
; This needed to be enabled by setting bitcoin.node=bitcoind
; Default setting currently is neutrino
[Bitcoind]
bitcoind.rpchost=localhost
bitcoind.rpcuser=lncm
bitcoind.rpcpass=RPCPASS
bitcoind.zmqpubrawblock=tcp://127.0.0.1:28332
bitcoind.zmqpubrawtx=tcp://127.0.0.1:28333
[Bitcoin]
; If the Bitcoin chain should be active. Atm, only a single chain can be
; active.

Loading…
Cancel
Save