All translations

Jump to navigation Jump to search

Enter a message name below to show all available translations.

Message

Found one translation.

NameCurrent message text
 h English (en)The section below should be in the [routerrpc] section of the lnd.conf file.
{| class="wikitable"
! Setting
! Description
|-
|routerrpc.apriorihopprob=0.5
|Assumed success probability of a hop in a route when no other information is available (default: 0.6). For aggressive, set it higher and your node will try unknown routes but will take longer to route.
|-
|routerrpc.aprioriweight=0.75
|Weight of the a priori probability in success probability estimation. Valid values are in [0, 1]. (default: 0.5). For aggressive, set it higher. 1 turns off i.e. probability of a future event is not dependent on the previous outcome. 
|-
|routerrpc.attemptcost=10
| The (virtual) fixed cost in sats of a failed payment attempt (default: 100). For aggressive, set lower.
|-
|routerrpc.attemptcostppm=1
| The (virtual) proportional cost in ppm of the total amount of a failed payment attempt (default: 1000). For aggressive set lower.
|-
|routerrpc.maxmchistory=100000
|The maximum number of payment results that are held on disk by mission control. For aggressive set higher. 
|-
|routerrpc.minrtprob=0.005
| Minimum required route success probability to attempt the payment (default: 0.01). For aggressive set lower.
|-
|routerrpc.penaltyhalflife=2h0m0s
| Defines the duration after which a penalized node or channel is back at 50% probability (default: 1h0m0s). To keep failed routes out of future routes, set a higher time.
|-
|max-cltv-expiry=5000
| The maximum number of blocks funds could be locked up for when forwarding payments. (default: 2016)
|-
|max-commit-fee-rate-anchors=100
| The maximum fee rate in sat/vbyte that will be used for commitments of channels of the anchors type. Must be large enough to ensure transaction propagation (default: 10)
|}