Is it possible to use PhoenixD as a self-hosted LNUrl for your Nostr account for receiving Zaps 24/7? How did you get an LNUrl address for your PhoenixD instance as distinct from the bolt12 address?

Reply to this note

Please Login to reply.

Discussion

I built a lnurl server that uses phoenixd as the funding source. The beauty of lnurl is anything can be used as a funding source. Phoenixd exposes an http API. This http API is exposed through a tunnel from my local PC to a vps. Phoenixd could be run on the vps directly though

Thanks. Do you have a link to the LNUrl server you used and any guides that might have helped you?

Here is a sample python server repo. https://github.com/gbozee/simple-lnurl-server