From af3fe5eade72552b9e16d99391100bc63169cfcf Mon Sep 17 00:00:00 2001 From: BT Date: Wed, 8 Jul 2020 22:02:27 +0700 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f54d02..eff6da6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # LND Neutrino Switch Contrainer -![Docker Pulls Count](https://img.shields.io/docker/pulls/lncm/neutrino-switcher.svg?style=flat) +[![Docker Pulls Count](https://img.shields.io/docker/pulls/lncm/neutrino-switcher.svg?style=flat)](https://hub.docker.com/r/lncm/neutrino-switcher) + +The purpose of this container is to switch between neutrino and bitcoind as bitcoind takes a long time to sync, and the node is note available. So we will bootstrap a lightning node at lightning speed. + +This will only work if pruning is disabled as its not recommended to use lnd with bitcoind with the ```prune=``` setting. It does work but theres some side effects to it. ## Clone directory