mirror of
https://github.com/AskDavis/cyphernode.git
synced 2026-01-01 04:25:58 -08:00
Fixed hashed msg by openssl in auth.sh, the JS client and the docs
This commit is contained in:
@@ -26,6 +26,16 @@ DERIVATION_PATH=0/n
|
||||
WATCHER_BTC_NODE_PRUNED=false
|
||||
```
|
||||
|
||||
## Choose the right architecture
|
||||
|
||||
...by modifying the following line in Dockerfile:
|
||||
|
||||
```shell
|
||||
COPY app/bin/lightning-cli_x86 ${HOME}/lightning-cli
|
||||
```
|
||||
|
||||
...to lightning-cli_arm if running on a RPi.
|
||||
|
||||
## Building docker image
|
||||
|
||||
```shell
|
||||
|
||||
Reference in New Issue
Block a user