Difference between revisions of "Using Autopilot on LND"

From lightningwiki.net
Jump to navigation Jump to search
Line 10: Line 10:
   --autopilot.maxchannels=50000 \
   --autopilot.maxchannels=50000 \
</pre>
</pre>
Warning: according to Alex, Autopilot is not designed for mainnet.

Revision as of 05:55, 14 January 2019

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 \

Warning: according to Alex, Autopilot is not designed for mainnet.