diff --git a/lnd/lnd.conf b/lnd/lnd.conf index eda37cf..4eed63c 100644 --- a/lnd/lnd.conf +++ b/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 ; active. bitcoin.active=1 +; Change 'bitcoin.mainnet=1' to 'bitcoin.testnet=1' if TESTNET bitcoin.mainnet=1 ; Use neutrino for now, but maybe it could be permanent and then switch ; to a full node if theres enough space @@ -39,9 +40,14 @@ bitcoin.defaultchanconfs=2 ; Add neutrino peers ; TODO: umbrel to set up a neutrino peer to support umbrel nodes [neutrino] +; These are mainnet neutrino peers - should be commented out for testnet neutrino.addpeer=bb2.breez.technology neutrino.addpeer=mainnet1-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.active=1