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.

46 lines
1.1 KiB

# Warning: it's not recommended to modify these files directly. Any
# modifications you make can break the functionality of your umbrel.
5 years ago
[Application Options]
listen=0.0.0.0:9735
rpclisten=0.0.0.0:<lnd-grpc-port>
restlisten=0.0.0.0:<lnd-rest-port>
5 years ago
maxpendingchannels=3
minchansize=10000
accept-keysend=true
tlsextraip=<lnd-ip>
tlsextradomain=<hostname>
tlsautorefresh=1
tlsdisableautofill=1
feeurl=<lndfeeurl>
[Bitcoind]
bitcoind.rpchost=<bitcoin-ip>
bitcoind.rpcuser=<username>
bitcoind.rpcpass=<password>
bitcoind.zmqpubrawblock=tcp://<bitcoin-ip>:<zmq-rawblock-port>
bitcoind.zmqpubrawtx=tcp://<bitcoin-ip>:<zmq-rawtx-port>
5 years ago
[Bitcoin]
bitcoin.active=1
bitcoin.mainnet=1
# Default to neutrino as the node is
# automatically switched to bitcoind once
# IBD is complete
5 years ago
bitcoin.node=neutrino
bitcoin.defaultchanconfs=2
# [neutrino]
# Testnet neutrino peers that are automatically
# uncommented if Umbrel is configured for testnet
# neutrino.addpeer=testnet1-btcd.zaphq.io
# neutrino.addpeer=testnet2-btcd.zaphq.io
5 years ago
[tor]
tor.active=1
tor.control=<tor-proxy-ip>:29051
tor.socks=<tor-proxy-ip>:<tor-proxy-port>
tor.targetipaddress=<lnd-ip>
tor.password=<password>
5 years ago
tor.v3=1