Browse Source
Merge pull request #698 from LN-Zap/feat/private-0-conf-autopilot
feat(autopilot): enable private and minconfs=0
renovate/lint-staged-8.x
Tom Kirkpatrick
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
0 deletions
-
resources/lnd.conf
|
|
@ -317,6 +317,11 @@ litecoin.node=ltcd |
|
|
|
; amount of attempted channels will still respect the maxchannels param. |
|
|
|
; autopilot.allocation=0.6 |
|
|
|
|
|
|
|
; If the user toggled autopilot on let's make sure channels are private and allow |
|
|
|
; it to use 0 conf txs |
|
|
|
autopilot.private=1 |
|
|
|
autopilot.minconfs=0 |
|
|
|
|
|
|
|
[tor] |
|
|
|
; The port that Tor's exposed SOCKS5 proxy is listening on. Using Tor allows |
|
|
|
; outbound-only connections (listening will be disabled) -- NOTE port must be |
|
|
|