You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# LND Neutrino Switch Contrainer
|
|
|
|
|
|
|
|
![Docker Pulls Count](https://img.shields.io/docker/pulls/lncm/neutrino-switcher.svg?style=flat)
|
|
|
|
|
|
|
|
## Clone directory
|
|
|
|
|
|
|
|
```bash
|
|
|
|
docker pull lncm/neutrino-switcher
|
|
|
|
```
|
|
|
|
|
|
|
|
## Files/Folders it needs access to
|
|
|
|
|
|
|
|
You may map these anywhere in your filesystem
|
|
|
|
|
|
|
|
- /secrets/rpcpass.txt (Bitcoin RPC Password)
|
|
|
|
- /lnd/lnd.conf (LND configuration. For best results write access please)
|
|
|
|
- /statuses/ (Write access)
|
|
|
|
|
|
|
|
## Environment Variables
|
|
|
|
|
|
|
|
Other than that everything should be in the default paths.
|
|
|
|
|
|
|
|
- JSONRPCURL (Default: http://10.254.2.2:8332) : Is the JSON-RPC interface for bitcoind
|