Using Autopilot on LND

From lightningwiki.net
Revision as of 15:07, 11 January 2019 by MiltonPusser (talk | contribs)
Jump to navigation Jump to search

Autopilot is a way of automatically opening channels to peers.

Below settings seem to work. Update this page if you know more ;).

  --autopilot.active \
  --autopilot.allocation=0.9 \
  --autopilot.minchansize=182817 \
  --autopilot.maxchansize=682819 \
  --autopilot.maxchannels=50000 \