mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-19 18:00:22 +01:00
36 lines
735 B
Plaintext
Executable File
36 lines
735 B
Plaintext
Executable File
# lnd configuration
|
|
|
|
[Application Options]
|
|
debuglevel=debug
|
|
maxpendingchannels=5
|
|
alias=raspiblitz
|
|
color=#68F442
|
|
nat=false
|
|
|
|
# RPC open to all connections on Port 10009
|
|
rpclisten=0.0.0.0:10009
|
|
# REST open to all connections on Port 8080
|
|
restlisten=0.0.0.0:8080
|
|
# Domain, could use https://freedns.afraid.org
|
|
#tlsextradomain=lightning.yourhost.com
|
|
tlsextraip=0.0.0.0
|
|
|
|
[Bitcoin]
|
|
bitcoin.active=1
|
|
bitcoin.node=bitcoind
|
|
# enable either testnet or mainnet
|
|
#bitcoin.testnet=1
|
|
bitcoin.mainnet=1
|
|
|
|
[Bitcoind]
|
|
bitcoind.rpcuser=raspibolt
|
|
bitcoind.rpcpass=passwordB
|
|
bitcoind.rpchost=127.0.0.1
|
|
bitcoind.zmqpubrawblock=tcp://*:28332
|
|
bitcoind.zmqpubrawtx=tcp://*:28333
|
|
|
|
[autopilot]
|
|
autopilot.active=0
|
|
autopilot.maxchannels=5
|
|
autopilot.allocation=0.6
|