website
website copied to clipboard
Please add value4value so I can donate sats directly using Alby extension.
Hi,
Please add value4value https://getalby.com/value4value, so I can use Alby extension to easily send sats to General Fund.
Thanks.
We have the following lightning address, but don't yet have the ability to segment a seperate lightning address for each project.
donating to the above lightning address will just be a general donation with no specific project associated with it
@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?
We have the following lightning address, but don't yet have the ability to segment a seperate lightning address for each project.
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)
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