{% extends "base.html" %} {% from "macros.jinja" import window_vars with context %} {% block page %}
{% raw %}
{{satBtc(utxos.total)}}
Add Wallet Account
Scan Blockchain
Make Payment
Export to CSV
The payed amount is higher than the selected amount!
Change Account:
Fee Rate:
Warning! The fee is too low. The transaction might take a long time to confirm. Warning! The fee is too high. You might be overpaying for this transaction.
Fee:
{{computeFee()}} sats
Refresh Fee Rates
Check Transaction
Sign With
Connect Disconnect
Login Enter password for HWW. Logout Clear password for HWW. Sign Sign PSBT on Hardware Wallet. Restore Restore wallet from existing word list. Wipe Clean-up the wallet. New random seed. Help View available comands.
Sign
Please check transaction data on the Hardware Wallet Display
Confirm
Version
{{payment.signedTx.version}}
Locktime
{{payment.signedTx.locktime}}
Fee
{{satBtc(payment.signedTx.fee)}}
{{satBtc(out.amount)}}
{{out.address}}
Send Payment
{% endraw %}
{{SITE_TITLE}} Onchain Wallet (watch-only) Extension
{% include "watchonly/_api_docs.html" %}
Add Watch-Only Account Cancel
Update Cancel
{% raw %}
Address Details

{{ currentAddress.address }}

Gap limit of 20 addresses exceeded. Other wallets might not detect funds at this address.
Save Note Close
Enter password for Hardware Wallet
Login Cancel
{% endraw %}
{% endblock %} {% block scripts %} {{ window_vars(user) }} {% endblock %}