You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An issue more broadly in the Bitcoin ecosystem is situations where the user must choose whether to generate an on-chain Bitcoin address or a lightning invoice. Bitcoin Beach wallet falls into this category since it supports both on-chain and lightning.
While Bitcoin Beach will scan a QR code of a BIP 21 payment URI, it will only recognize the on-chain address and not a lightning parameter containing a BOLT 11 invoice. I would love it if Bitcoin Beach wallet could support scanning a BIP-21 QR with a lightning param.
Results: it takes me to the payment screen and fills the To field with the on-chain address.
Expected results: it should instead fill the To field with the BOLT 11 invoice from the lightning param in the QR code (or, it could prompt the user to choose which to use, but I think it would be easier on the user if it defaulted to lightning).
Agree with the OP, the default should be the LNpayment, but the best would be the choice between paying on LN and onchain if both are offered (LN still as default).
Jan 2023 update: Muun Wallet adds Unified QR codes - not by default, can chosse to use in Settings - Advanced settings - Lightning Network - Receiving protocol
Background
An issue more broadly in the Bitcoin ecosystem is situations where the user must choose whether to generate an on-chain Bitcoin address or a lightning invoice. Bitcoin Beach wallet falls into this category since it supports both on-chain and lightning.
While Bitcoin Beach will scan a QR code of a BIP 21 payment URI, it will only recognize the on-chain address and not a
lightning
parameter containing a BOLT 11 invoice. I would love it if Bitcoin Beach wallet could support scanning a BIP-21 QR with alightning
param.Steps to Replicate
To
field with the on-chain address.To
field with the BOLT 11 invoice from thelightning
param in the QR code (or, it could prompt the user to choose which to use, but I think it would be easier on the user if it defaulted to lightning).See this website for more background information.
Screenshots
The text was updated successfully, but these errors were encountered: