20min/$4 anon LNbits install with domain and SSL tutorial

preview_player
Показать описание
Install LNbits on a VPS with domain and SSL for only $4!

cd lnbits/
python3 -m venv venv
./venv/bin/quart assets
./venv/bin/quart migrate

sudo apt update
sudo apt install caddy
sudo caddy stop
sudo nano Caddyfile

LNbits is a very simple Python server that sits on top of any funding source, and can be used as:
- Accounts system to mitigate the risk of exposing applications to your full balance, via unique API keys for each wallet
-Extendable platform for exploring lightning-network functionality via LNbits extension framework
-Part of a development stack via LNbits API
-Fallback wallet for the LNURL scheme
-Instant wallet for LN demonstrations

Рекомендации по теме
Комментарии
Автор

Love the tutorial! Thank you! 🙏
The retailers that accept lightning are a nice tip :)

ixaeon
Автор

amazing!!, is there a way to send those sats back to any other LN Wallet?, say Muun for example?

LeonardoNavas
Автор

How can it run as a service in the background?

cercatrova