nolim1t
5 years ago
5 changed files with 3 additions and 48 deletions
@ -1,6 +0,0 @@ |
|||||
chmod 644 files/lnd.conf |
|
||||
echo "Copying lnd.conf to overwrite the existing LND.conf" |
|
||||
cp files/lnd.conf ${ROOTFS_DIR}/home/${FIRST_USER_NAME}/lnd/lnd.conf |
|
||||
on_chroot << EOF |
|
||||
chown -R ${FIRST_USER_NAME}:${FIRST_USER_NAME} /home/${FIRST_USER_NAME} |
|
||||
EOF |
|
@ -1,38 +0,0 @@ |
|||||
[Application Options] |
|
||||
|
|
||||
listen=0.0.0.0:9735 |
|
||||
rpclisten=0.0.0.0:10009 |
|
||||
restlisten=0.0.0.0:8080 |
|
||||
maxpendingchannels=3 |
|
||||
minchansize=1337 |
|
||||
alias=Umbrel Node |
|
||||
color=#5351FB |
|
||||
|
|
||||
; Makes routing faster but have to use images built with experimental tag |
|
||||
[Routing] |
|
||||
routing.assumechanvalid=1 |
|
||||
|
|
||||
[Bitcoin] |
|
||||
; If the Bitcoin chain should be active. Atm, only a single chain can be |
|
||||
; active. |
|
||||
bitcoin.active=1 |
|
||||
bitcoin.mainnet=1 |
|
||||
; Use neutrino for now, but maybe it could be permanent and then switch |
|
||||
; to a full node once its working? |
|
||||
bitcoin.node=neutrino |
|
||||
bitcoin.defaultchanconfs=2 |
|
||||
|
|
||||
; Add neutrino peers |
|
||||
; TODO: umbrel to set up a neutrino peer to support umbrel nodes |
|
||||
[neutrino] |
|
||||
neutrino.addpeer=bb2.breez.technology |
|
||||
neutrino.addpeer=mainnet1-btcd.zaphq.io |
|
||||
neutrino.addpeer=mainnet2-btcd.zaphq.io |
|
||||
|
|
||||
[tor] |
|
||||
tor.active=1 |
|
||||
tor.control=9051 |
|
||||
tor.socks=9050 |
|
||||
tor.v3=1 |
|
||||
tor.dns=soa.nodes.lightning.directory:53 |
|
||||
|
|
Loading…
Reference in new issue