Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Nayuta Wallet 2022 Payment Receive

ueno edited this page Feb 18, 2023 · 7 revisions

Payment and Receive on Lightning Network

Payment

Nayuta Wallet can transfer with Lightning Network.

  • Scan the invoice QR code with a camera
  • Paste the invoice string from clipboard

image

Create payment route by LSP

In the Lightning Network, the source node creates a payment route to the destination node and initiates the transfer.
Normally, it uses the route information collected by its own Lightning Node, so in some cases, it may not be able to create a payment route due to insufficient information.

Nayuta Wallet can send invoice information to the LSP server to create a payment route to the LSP.
Before sending the invoice information, a dialog box will be displayed, so if you do not want to send the information, tap "Cancel" button to cancel the transmission error.

image

Send some information to the LSP server to create a payment route, but do not log any identifiable information.

  • request log
    • SHA256 destination node_id
    • length of route_hints
    • cltv_expiry
    • failed channel pair(SHA256 node_id) of this payment
  • error log
    • SHA256 destination node_id
    • retry count
    • last happened error(e.g. FAILURE_REASON_NO_ROUTE)