These are the steps I took to get it working w/ BTCPay: #[5]
Posting this in case it helps anyone else. If you’re running BTCPay Server and want to get a permanent LNURL for tipping purposes, follow these steps:
1. Open the Lightning Address plugin on the bottom left of your screen. Create a new address.
2. npm install -g lnurl
3. lnurl encode “https://
So for bob@example.com, it would be https://example.com/.well-known/lnurlp/bob
4. Copy the output minus the trailing “%”
Idk if theres a simpler way to do this but this is what worked for me
Discussion
BTW yours seems like it should be working, but I get the “not enough inbound capacity” error in bluewallet. Although I have seen that error before when there was enough inbound capacity
i have about 10M inbound capacity, blue wallet does not like my node.
What’s the best way to get a LNURL using my own Umbrel with Zeus mobile connection? I’m assuming you are doing something like that with your node (?). Is there a way or am I forced to use a, say, Wallet of Satoshi app?
I used BTCPay server. I've had it setup like this for almost 2 years like this... It should be working now.
this should now hopefully be fixed. mind testing again for me?
```vim~/umbrel/app-data/btcpay-server/.env.app_proxy
PROXY_TRUST_UPSTREAM=true
~/umbrel/scripts/app restart btcpay-server```
Oops. My markdown must have been bad.
```vim ~/umbrel/app-data/btcpay-server/.env.app_proxy
~/umbrel/scripts/app restart btcpay-server
~/umbrel/scripts/app restart btcpay-server```