Replying to Avatar hugo

I was posting a ‘developer update’, based on what I’ve worked on today.

The project is here: https://github.com/hugomd/lnd-nostr-zapper

The TL;DR; is: lnd-nostr-zapper is an application you can self-host to receive nostr zaps to your self-hosted Lightning Network Daemon (LND) node.

E.g. if you run an Umbrel node (https://umbrel.com), you could run this to receive zaps directly.

this is awesome and the go code looks great! TIL sjson. looking forward to giving this a try 🤙

Reply to this note

Please Login to reply.

Discussion

#[3]​ trying this out with an umbrel LND node. I set my onion address (“xxx.onion”) as the LND_HOST, but get a “unsupported protocol scheme” error from the Go http/net request.

am I configuring this wrong?

#[3]​ LND_HOST should be of the form: https://xxx.onion:8080

Sounds like I need to update the documentation a bit more 😅

that did the trick!