pull down to refresh

I'm exploring different ways to add a donation widget for a website. There seem to be a number of options all varying in difficulty and cost.
Most lead back to different ways of using BTCpay. I've also come across paywithflash but haven't heard much about them. There is also LNbits and I saw Rizful/Megalithic have something for a PoS but I can't seem to find the docs on their website.
I basically need 3 things:
  • generate a new onchain address every time someone makes a donation.
  • fetch a fixed dollar amount and generate a bolt11 invoice.
  • option to pay an LNURL address.
What are you using for donations?
Not sure there's anything out there that offer all 3 things by default. LNbits does it if you enable some plugins.
reply
0 sats \ 1 reply \ @OT OP 26 Nov
BTCpay run on a VPS can, or you can just run it with Voltage. I just wanted to see if there were some other options that I haven't heard about.
reply
BTCpay server does it too, just consider it has not embedded lightning node in it. You'll need to provide an external LN node, that NWC connection make it now much easier to achieve.
reply
Can copypasta from the CLINK demo to use an noffer on the page to get invoices from a Lightning.Pub
github.com/shocknet/clink-demo
No on-chain though, gap limits can make generating a bunch of potentially unused addresses difficult to recover
reply