LNbits Wallet
LNbits is a wallet account system you can host yourself. Your server, your rules. Connect Buho Jump to it with an admin key and you control the whole stack.
How to connect
- Open Buho Jump → Wallet tab
- Tap Connect Wallet
- Choose LNbits
- Enter your LNbits instance URL (e.g.,
https://your-lnbits.com) - Paste your Admin Key
- Optionally give it a name
- Tap Connect
Buho Jump verifies the connection and shows your balance immediately.
Where to get LNbits
- Self-hosted — Install LNbits on your own server
- Hosted by others — Some community members run shared LNbits instances
API connection
Buho Jump uses the LNbits REST API:
- Balance —
GET /api/v1/wallet - Pay invoice —
POST /api/v1/payments - Create invoice —
POST /api/v1/payments
The admin key is stored encrypted locally (AES-256-GCM). It's only sent to your LNbits instance over HTTPS.
Why LNbits?
- Full control — Your server, your data, your rules
- Extensible — LNbits has dozens of extensions (PoS, Paywall, SatsPay, and more)
- Multi-wallet — Create separate wallets for different purposes on the same instance