Browse Source

Add testnet ready flags which can be swapped out

patch-1
BT 5 years ago
committed by GitHub
parent
commit
2d7b132dfa
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      lnd/lnd.conf

6
lnd/lnd.conf

@ -30,6 +30,7 @@ bitcoind.zmqpubrawtx=tcp://127.0.0.1:28333
; If the Bitcoin chain should be active. Atm, only a single chain can be ; If the Bitcoin chain should be active. Atm, only a single chain can be
; active. ; active.
bitcoin.active=1 bitcoin.active=1
; Change 'bitcoin.mainnet=1' to 'bitcoin.testnet=1' if TESTNET
bitcoin.mainnet=1 bitcoin.mainnet=1
; Use neutrino for now, but maybe it could be permanent and then switch ; Use neutrino for now, but maybe it could be permanent and then switch
; to a full node if theres enough space ; to a full node if theres enough space
@ -39,9 +40,14 @@ bitcoin.defaultchanconfs=2
; Add neutrino peers ; Add neutrino peers
; TODO: umbrel to set up a neutrino peer to support umbrel nodes ; TODO: umbrel to set up a neutrino peer to support umbrel nodes
[neutrino] [neutrino]
; These are mainnet neutrino peers - should be commented out for testnet
neutrino.addpeer=bb2.breez.technology neutrino.addpeer=bb2.breez.technology
neutrino.addpeer=mainnet1-btcd.zaphq.io neutrino.addpeer=mainnet1-btcd.zaphq.io
neutrino.addpeer=mainnet2-btcd.zaphq.io neutrino.addpeer=mainnet2-btcd.zaphq.io
; These are testnet neutrino peers
;neutrino.addpeer=testnet1-btcd.zaphq.io
;neutrino.addpeer=testnet2-btcd.zaphq.io
[tor] [tor]
tor.active=1 tor.active=1

Loading…
Cancel
Save