mirror of
https://github.com/RoboSats/robosats-deploy.git
synced 2025-08-11 12:30:05 +00:00
47 lines
1.1 KiB
Plaintext
47 lines
1.1 KiB
Plaintext
# Reference: https://github.com/lightningnetwork/lnd/blob/master/sample-lnd.conf
|
|
|
|
debuglevel=info
|
|
alias=🤖RoboSats⚡ COORDINATOR_NAME
|
|
color=#4126a7
|
|
maxpendingchannels=6
|
|
bitcoin.active=1
|
|
bitcoin.testnet=1
|
|
bitcoin.node=bitcoind
|
|
bitcoind.rpcuser=robosats_testnet_bitcoind
|
|
bitcoind.rpcpass=robosats_testnet_bitcoind
|
|
bitcoind.zmqpubrawblock=tcp://127.0.0.1:18501
|
|
bitcoind.zmqpubrawtx=tcp://127.0.0.1:18502
|
|
|
|
# /robosats-deploy/compose/env/{namespace}/lnd_autounlock_pwd is mounted to /tmp/pwd
|
|
wallet-unlock-password-file=/tmp/pwd
|
|
|
|
|
|
routerrpc.estimator=bimodal
|
|
routerrpc.bimodal.scale=300000000
|
|
routerrpc.bimodal.nodeweight=0.2
|
|
routerrpc.bimodal.decaytime=100h
|
|
|
|
accept-amp=true
|
|
accept-keysend=true
|
|
protocol.wumbo-channels=true
|
|
|
|
# Neutrino
|
|
neutrino.connect=faucet.lightning.community
|
|
|
|
# needed for lit > 0.9.0
|
|
rpcmiddleware.enable=true
|
|
|
|
|
|
# Configuring Tor docs:
|
|
# https://github.com/lightningnetwork/lnd/blob/master/docs/configuring_tor.md
|
|
tor.active=1
|
|
tor.v3=1
|
|
|
|
# Listening port will need to be changed if multiple LND instances are running
|
|
listen=localhost:9735
|
|
|
|
# Allow connection to gRPC from host
|
|
rpclisten=0.0.0.0:10009
|
|
restlisten=0.0.0.0:8080
|
|
tlsextraip=0.0.0.0
|