{% extends "base.html" %} {% from "macros.jinja" import window_vars with context %} {% block scripts %} {{ window_vars(user, wallet) }} {% endblock %} {% block page %}

{% raw %}{{ formattedBalance }}{% endraw %} sat

Paste Request
Create Invoice
scan Use camera to scan an invoice/QR
Transactions
Export to CSV Show chart
{% raw %} {% endraw %}
Renew keys
LNbits wallet
Wallet name: {{ wallet.name }}
Wallet ID: {{ wallet.id }}
Admin key: {{ wallet.adminkey }}
Invoice/read key: {{ wallet.inkey }}
{% include "core/_api_docs.html" %}

This whole wallet will be deleted, the funds will be UNRECOVERABLE.

Delete wallet
{% raw %}

{{receive.lnurl.domain}} is requesting an invoice:

Withdraw from {{receive.lnurl.domain}} Create invoice Cancel
Copy invoice Close
{% endraw %}
{% raw %}
{{ parse.invoice.fsat }} sat

Description: {{ parse.invoice.description }}
Expire date: {{ parse.invoice.expireDate }}
Hash: {{ parse.invoice.hash }}

{% endraw %}
Pay Cancel
Not enough funds! Cancel
{% raw %}

Authenticate with {{ parse.lnurlauth.domain }} from wallet {{ g.wallet.name }}?

For every website and for every LNbits wallet, a new keypair will be deterministically generated so your identity can't be tied to your LNbits wallet or linked across websites. No other data will be shared with {{ parse.lnurlauth.domain }}.

Your public key for {{ parse.lnurlauth.domain }} is:

{{ parse.lnurlauth.pubkey }}

Login Cancel
{% endraw %}
{% raw %}

{{ parse.lnurlpay.domain }} is requesting {{ parse.lnurlpay.maxSendable | msatoshiFormat }} sat
and a {{parse.lnurlpay.commentAllowed}}-char comment

{{ parse.lnurlpay.domain }} is requesting
between {{ parse.lnurlpay.minSendable | msatoshiFormat }} and {{ parse.lnurlpay.maxSendable | msatoshiFormat }} sat
and a {{parse.lnurlpay.commentAllowed}}-char comment

{{ parse.lnurlpay.description }}

Send satoshis Cancel
{% endraw %}
Read Cancel
Cancel
Cancel
{% if service_fee > 0 %}
Warning

Login functionality to be released in v0.2, for now, make sure you bookmark this page for future access to your wallet!

This service is in BETA, and we hold no responsibility for people losing access to funds. To encourage you to run your own LNbits installation, any balance on {% raw %}{{ disclaimerDialog.location.host }}{% endraw %} will incur a charge of {{ service_fee }}% service fee per week.

Copy wallet URL I understand
{% endif %} {% endblock %}