LNbits v0.11.2: New Service Fee Settings
LNbits is free and open-source Lightning wallet and accounts system that comes with a variety of handy plugins and integrations.
What's new
- New service fee settings that lets you earn a transaction fee for all internal or external transaction on an LNbits instance. Set these environment variables in your
.env
file or use the Admin-UI to enable this feature:LNBITS_SERVICE_FEE
: The service fee in percentLNBITS_SERVICE_FEE_WALLET
: The wallet that fees go toLNBITS_SERVICE_FEE_MAX
: The maximum fee per transaction in satoshisLNBITS_SERVICE_FEE_IGNORE_INTERNAL
: Disable fees for internal transactions
lnbits-cli
can now manage extensions- New funding source: Alby wallet
- Node Management via
.env
file without Admin-UI - Core Lightning bug fixes
- LND REST bug fixes
- New Czech (cs), Slovak (sk) and Korean (kr) localizations
- FakeWallet fix for providing Lightning preimages
New Contributors
- @UXUY-Labs made their first contribution in #2052
- @kallerosenbaum made their first contribution in #2056
- @skrafft made their first contribution in #2074
- @dependabot made their first contribution in #2093
- @Sebastix made their first contribution in #2115
- @psychoet made their first contribution in #2118
Full Changelog: 0.11.1...0.11.2