Browse Source

Rename and comment opt-lnt-autopilot

migrate-pregen
nicolas.dorier 6 years ago
parent
commit
639fa32aa1
  1. 1
      README.md
  2. 11
      docker-compose-generator/docker-fragments/opt-lnd_bitcoin-autopilot.yml

1
README.md

@ -151,6 +151,7 @@ Available `BTCPAYGEN_ADDITIONAL_FRAGMENTS` currently are:
* [opt-save-storage](docker-compose-generator/docker-fragments/opt-save-storage.yml) will keep around 1 year of blocks (prune BTC for 100 GB)
* [opt-save-storage-s](docker-compose-generator/docker-fragments/opt-save-storage-s.yml) will keep around 6 months of blocks (prune BTC for 50 GB)
* [opt-save-storage-xxs](docker-compose-generator/docker-fragments/opt-save-storage-xxs.yml) will keep around 2 weeks of blocks (prune BTC for 5 GB) (lightning not supported)
* [opt-lnd-autopilot](docker-compose-generator/docker-fragments/opt-lnd-autopilot.yml) will activate auto pilot on LND. (5 channels, 60% of allocation)
You can also create your own [custom fragments](#how-can-i-customize-the-generated-docker-compose-file).

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

@ -1,11 +0,0 @@
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