#[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] 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!