-
@ sondreolav 👀
2023-09-21 11:33:15Some plebs have asked me how I have a custom bitcoin lightning ⚡ address from my own web server even though I have a custodial wallet (WalletOfSatoshi).
So I have created a simple guide:
-
Go to the root folder of your web server.
-
Create two folders ".well-known" and in that folder create a folder called "lnurlp".
mkdir -p .well-known/lnurlp
- Download the json file with your information from WOS and save it in the folder you just created. Replace
with your WOS username and with your name or something else cool.
wget -O .well-known/lnurlp/<COOL_USERNAME> https://walletofsatoshi.com/.well-known/lnurlp/<WOS_USERNAME>
Finally the plebs will be able to zap you at
@your-website.com 🤙 -