Difference between revisions of "Using Autopilot on LND"

From lightningwiki.net
Jump to navigation Jump to search
(Created page with "Below settings seem to work. Update this page if you know more ;) <pre> --autopilot.active \ --autopilot.allocation=0.9 \ --autopilot.minchansize=182817 \ --autopilot...")
 
Line 1: Line 1:
Below settings seem to work. Update this page if you know more ;)
Autopilot is a way of automatically opening channels to peers.
 
Below settings seem to work. Update this page if you know more ;).


<pre>
<pre>

Revision as of 15:07, 11 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 \