website icon indicating copy to clipboard operation
website copied to clipboard

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

Open bitcoinuser opened this issue 3 years ago • 4 comments

Hi,

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

Thanks.

bitcoinuser avatar Aug 02 '22 21:08 bitcoinuser

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

abitcoinperson avatar Oct 26 '22 20:10 abitcoinperson

@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?

rockstardev avatar Nov 20 '22 18:11 rockstardev

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 avatar Jan 02 '23 08:01 Kukks

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

Kukks avatar Apr 13 '23 14:04 Kukks