Skip to content
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

Please add value4value so I can donate sats directly using Alby extension. #8

Open
bitcoinuser opened this issue Aug 2, 2022 · 4 comments
Assignees

Comments

@bitcoinuser
Copy link

Hi,

Please add value4value https://getalby.com/value4value, so I can use Alby extension to easily send sats to General Fund.

Thanks.

@abitcoinperson
Copy link
Member

We have the following lightning address, but don't yet have the ability to segment a seperate lightning address for each project.

[email protected]

donating to the above lightning address will just be a general donation with no specific project associated with it

@rockstardev
Copy link
Contributor

@bitcoinuser considering @abitcoinperson's answer seems all that needs to be done is add <meta name="lightning" content="lnurlp:[[email protected]](mailto:[email protected])"/> to https://github.com/OpenSats/website/blob/master/components/Layout.tsx#L23

Can you test on your end if donation to this lightning address works?

@Kukks
Copy link
Contributor

Kukks commented Jan 2, 2023

We have the following lightning address, but don't yet have the ability to segment a seperate lightning address for each project.

[email protected]

donating to the above lightning address will just be a general donation with no specific project associated with it

You can create a store for each project and then have a lightning address on each store. This would help separate the funds received (each ln address payment is an invoice)

Kukks added a commit to Kukks/btcpayserver that referenced this issue Apr 5, 2023
NicolasDorier added a commit to btcpayserver/btcpayserver that referenced this issue Apr 7, 2023
… on LNUrl (#4855)

* Allow LN Address to customize invoice metadata

solves OpenSats/website#8

* Refactor GetLNUrl

* Fix lightningAddresssettings.Max being ignored

* Fix: The payRequest generated by the callback wasn't the same as the original

---------

Co-authored-by: nicolas.dorier <[email protected]>
@Kukks
Copy link
Contributor

Kukks commented Apr 13, 2023

With btcpay 1.9, we added the ability that you can attach custom metadata to individual ln addresses. This specifically allows v4v for opensats in its current setup.

  • Create ln address in store
  • Expand the advanced settings
  • put in the json you use to create the invoices for each specific project (zaprite, project name, etc)
  • save
  • modify this site by adding the v4v meta tag on each project page

@dergigi dergigi self-assigned this Apr 28, 2023
Kukks added a commit to Kukks/opensats that referenced this issue May 5, 2023
This PR adds support for lightning addresses directly through the opensats website and all functioanlity is handled on the btcpay side, if the LN address is configured as described in OpenSats#8 (comment)
@Kukks Kukks mentioned this issue May 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants