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.
Other than that everything should be in the default paths.
RPCPASS (default: whatever is set in /secrets/rpcpass.txt .) - If we set this, we do not need to link rpcpass.txt (this is generated by configure-box.sh by the box configure script)
LND_CONTAINER_NAME (Default: lnd) : is the container name to restart
SLEEPTIME (Default: 3600) : Configures how often to poll. Ideally we should set this high so we minimize disruptions, but we might want to set it lower for testing.