Setting up a Lightning Node using docker and connecting to it with ZeusLN

Lightning is a layer 2 for bitcoin which allows unfairly cheap and incredibly fast bitcoin transactions. LND is a lightning network implementation written in go. This blog post shows how to set up a dockerized lightning node and how to use it with ZeusLN. ZeusLN is an app to interact with LND. Docker Setup To run LND and bitcoind (which we use as a backend for LND) dockerized we first need Dockerfiles....

June 13, 2019 · 6 min · Me