Skip to content

NayutaCore FAQ Payments

ueno edited this page Feb 16, 2022 · 2 revisions

v0.4.4

FAILURE_REASON_NO_ROUTE

There are several possible reasons.
medium - Nayuta_en

routing data

Transfer in Lightning Network is done by relaying Lightning node. The selection of the relay node is done by the Lightning node(LND) in Nayuta Core.
Since LND uses channel information propagated by the Lightning protocol for routing, it is necessary to collect channel information.
It is better to leave Nayuta Core running as much as possible since LND will receive the channel information.

max fee rate

The maximum Lightning relay fee is 0.1% of the remittance amount by default.
And,

  • v0.4.4 or above: or 5sats if the fee is less than 5sats.
  • v0.4.3 or below: or 1sats if the fee is less than 1sats.

If the remittance amount is low, you may get FAILURE_REASON_NO_ROUTE error due to insufficient fee.

This may be improved by changing the Max Fee Rate value in Settings.