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.
52 lines
1.3 KiB
52 lines
1.3 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
|
|
|
|
; This needed to be enabled by setting bitcoin.node=bitcoind
|
|
; Default setting currently is neutrino
|
|
[Bitcoind]
|
|
bitcoind.rpchost=localhost
|
|
bitcoind.rpcuser=lncm
|
|
bitcoind.rpcpass=RPCPASS
|
|
bitcoind.zmqpubrawblock=tcp://127.0.0.1:28332
|
|
bitcoind.zmqpubrawtx=tcp://127.0.0.1:28333
|
|
|
|
|
|
[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 if theres enough space
|
|
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
|
|
|
|
|