mirror of https://github.com/lukechilds/umbrel.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
1.9 KiB
67 lines
1.9 KiB
[Application Options]
|
|
|
|
listen=0.0.0.0:9735
|
|
rpclisten=0.0.0.0:10009
|
|
restlisten=0.0.0.0:8080
|
|
maxpendingchannels=3
|
|
minchansize=10000
|
|
; This should be re-written via script
|
|
alias=My Umbrel Node
|
|
; This should also be re-written by script
|
|
color=#5351FB
|
|
; 0.9.X keysend functionality
|
|
accept-keysend=true
|
|
|
|
; Makes routing faster but have to use images built with experimental tag
|
|
[Routing]
|
|
routing.assumechanvalid=1
|
|
; Extra TLS
|
|
tlsextradomain=lnd
|
|
tlsextraip=10.11.1.2
|
|
; Unsure if this is a 0.10.0 command (make mental note to test this)
|
|
tlsautorefresh=1
|
|
; Add external address for TLS
|
|
;externalip=externaladdress
|
|
|
|
; This needed to be enabled by setting bitcoin.node=bitcoind
|
|
; Default setting currently is neutrino
|
|
[Bitcoind]
|
|
bitcoind.rpchost=10.11.1.1
|
|
bitcoind.rpcuser=lncm
|
|
bitcoind.rpcpass=RPCPASS
|
|
bitcoind.zmqpubrawblock=tcp://10.11.1.1:28332
|
|
bitcoind.zmqpubrawtx=tcp://10.11.1.1:28333
|
|
bitcoind.estimatemode=ECONOMICAL
|
|
|
|
[Bitcoin]
|
|
; 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 or bitcoin.regtest=1 if REGTEST
|
|
bitcoin.mainnet=1
|
|
; Use neutrino for now, but maybe it could be permanent and then switch
|
|
; to a full node if theres enough space
|
|
; Also use bitcoind if REGTEST is set
|
|
bitcoin.node=neutrino
|
|
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
|
|
tor.control=10.11.5.1:29051
|
|
tor.socks=10.11.5.1:29050
|
|
; TOR Password placeholder for v0.10.0
|
|
tor.password=umbrelftw
|
|
tor.v3=1
|
|
tor.dns=soa.nodes.lightning.directory:53
|
|
|