Browse Source

Umbrelize the configuration

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

6
lnd/lnd.conf

@ -5,7 +5,9 @@ rpclisten=0.0.0.0:10009
restlisten=0.0.0.0:8080
maxpendingchannels=3
minchansize=10000
alias=LNCM Default Box
; This should be re-written via script
alias=My Umbrel Node
; This should also be re-written by script
color=#ffe200
; 0.9.X keysend functionality
accept-keysend=true
@ -30,7 +32,7 @@ bitcoind.zmqpubrawtx=tcp://127.0.0.1:28333
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?
; to a full node if theres enough space
bitcoin.node=neutrino
bitcoin.defaultchanconfs=2

Loading…
Cancel
Save