-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unified QR Code #177
Comments
Any update on this ? |
What is needed? |
This should probably be a PR for BIP-21 instead, to formalize extending it for more payment types. The actual work needed would be for wallets and merchants to support variable payment endpoints, as you cannot fit enough detail in a QR to include them all. This is what Slashtags is working on with its payment (slashpay) features. The original POC is here, and we have a more elaborate implementation in Bitkit wallet. |
There is a PR in BIP-21 site |
As we are having single qr for bitcoin onchain address and lightning invoice, can we embed the lnurl pay also with it, so we need a single qr, which have bitcoin onchain address and lnurl-pay. So that at brick-mortar stores can have multiple payments on one qr. |
instead of |
I tried that, but phoneix wallet wasn't able to decode it, so not sure is this issue from my end, or the third party wallet. |
You misunderstand how these things work. Updating a spec does not force every wallet to update. I am only saying the simplest way to design what is being asked here. The work of getting every wallet to support it is another effort. |
I think @BitcoinErrorLog's assessment is correct. I'll add a little more context for you, @RajGoodF. BIP21 is a spec that's been around for a decade. Here's the spec doc. BIP21 very clearly allows you to create any parameter you want. You could add a silly param like BitcoinQR.dev is not really a spec, it's just a site that talks about how you can make a unified lightning and on-chain QR code by using a So absolutely, projects that use LNURL could certainly use BIP21 if they choose. But that probably means talking to wallet projects and building support for extracting a But regardless, that's really a matter of talking with wallet projects and building support for this idea. IMHO, that doesn't necessitate updates to any LUDs. |
Seems like Zeus, Alby and Wallet of Satoshi (at least partially) support LNURL in BIP21 via the Imho it'd make sense to let the wallet figure out the details and not introduce a new param like |
@dennisreimann officializing this "standard" of accept lnurls in lightning params in the both specs (lnurl and bitcoinqr.dev) would be good. Agree @fiatjaf ? |
Could we adapt LNURL to work with https://bitcoinqr.dev standard?
Related:
sbddesign/bip21-site#70
The text was updated successfully, but these errors were encountered: