Browse Source

Merge pull request #23 from petzsch/patch-1

Create opt-lnd_bitcoin-autopilot.yml
migrate-pregen
Nicolas Dorier 7 years ago
committed by GitHub
parent
commit
686fd30e09
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      docker-compose-generator/docker-fragments/opt-lnd_bitcoin-autopilot.yml

11
docker-compose-generator/docker-fragments/opt-lnd_bitcoin-autopilot.yml

@ -0,0 +1,11 @@
version: "3"
services:
lnd_bitcoin:
environment:
# If you don't use Lightning Network, use opt-save-store-xxs instead
# This save about 1 years of block, your lightning node won't be able to see channel created 1 year since the time you start it.
LND_EXTRA_ARGS: |
autopilot.active=1
autopilot.maxchannels=5
autopilot.allocation=0.6
Loading…
Cancel
Save