# LND Configuration for lnget Agent # # Defaults: neutrino backend, SQLite storage, mainnet. # Generated by skills/lnd/scripts/start-lnd.sh [Application Options] # Node alias visible on the network graph. alias=lnget-agent # Log level: trace, debug, info, warn, error, critical. debuglevel=info # Listening addresses. listen=0.0.0.0:9735 rpclisten=localhost:10009 restlisten=localhost:8080 # Auto-unlock wallet on startup using stored passphrase. wallet-unlock-password-file=~/.lnget/lnd/wallet-password.txt wallet-unlock-allow-create=true # Maximum pending channels per peer. maxpendingchannels=1 # Minimum channel size (satoshis). minchansize=20000 [Bitcoin] # Activate Bitcoin. bitcoin.active=true # Network: mainnet, testnet, signet, regtest. bitcoin.mainnet=true # Use neutrino light client (no full node required). bitcoin.node=neutrino # Default channel confirmation depth. bitcoin.defaultchanconfs=3 # Base fee in millisatoshis for routing. bitcoin.basefee=1000 # Fee rate in millionths per forwarded satoshi. bitcoin.feerate=1 # CLTV delta for forwarded HTLCs. bitcoin.timelockdelta=80 [neutrino] # Peers for neutrino block header sync. neutrino.addpeer=btcd0.lightning.computer neutrino.addpeer=mainnet1-btcd.zaphq.io neutrino.addpeer=mainnet2-btcd.zaphq.io # Fee estimation URL (required for neutrino on mainnet). # Testnet: https://nodes.lightning.computer/fees/v1/btctestnet-fee-estimates.json fee.url=https://nodes.lightning.computer/fees/v1/btc-fee-estimates.json # Maximum peers for neutrino. neutrino.maxpeers=8 # Persist compact filters to disk for faster restarts. neutrino.persistfilters=true [db] # Use SQLite for all databases. db.backend=sqlite [autopilot] # Disabled by default. Enable for automatic channel management. autopilot.active=false [tor] # Tor disabled by default. Enable for privacy. tor.active=false # [remotesigner] # Enable remote signer for watch-only mode. When enabled, this node delegates # all signing to a remote signer node and holds no private key material. # Uncommented and configured automatically by start-lnd.sh --mode watchonly. # remotesigner.enable=true # remotesigner.rpchost=SIGNER_RPC_HOST # remotesigner.tlscertpath=SIGNER_TLS_CERT # remotesigner.macaroonpath=SIGNER_MACAROON