Category: Howto

Backup of Lightning Labs’ lightning-app on Android.

Recently, Lightning Labs’ mobile wallets had another security feature enabled: Static channel backups. It’s quite hidden, though, and still only backs up to the phone itself. With some help and extra apps, it can be made to a full-fledged, periodic off-phone backup, though.   Enabling backups. After funding the wallet – or after upgrading to […]

Securing a Woocommerce site with Lightning (and other Bitcoin) payments.

1. Don’t run the webserver on your Lightning Node I use the woocommerce plugin towards a lightning node that is running on another server. Between the webserver and the Lightning Node there is a firewall, making sure only the ports the webserver needs to be able to generate payment requests is open. 2. Make sure […]

How to participate in the development of the Lightning Network Daemon from Lightning Labs!

Or pretty much any open source project on github. Start with downloading and compiling LND from scratch, if you haven’t already done so. A Linux system is probably easiest to get it to work on, but I have heard of people who run it on Windows too. https://github.com/lightningnetwork/lnd/blob/master/docs/INSTALL.md is the procedure you are looking for. Run […]