Using Autopilot on LND

From lightningwiki.net
Revision as of 06:19, 22 July 2020 by MiltonPusser (talk | contribs)
Jump to navigation Jump to search

Autopilot is a way of automatically opening and managing channels with peers.

Improvements

New heuristic added in 0.11 is much better, and for 0.12 Autopilot will be enhanved even further, to actually optimize your position in the network and not just connect out the the “best” node

Settings

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 \
Error creating thumbnail: File missing
Alert! Be careful!
According to Alex, Autopilot is not designed for mainnet
Error creating thumbnail: File missing
Info:
In lnd 6.x, autopilot should perform better: https://github.com/lightningnetwork/lnd/pull/2633

Miscellaneous

Autopilot is available in the Casa hardware Lightning Node.

References