1
0

Markdown formatting

This commit is contained in:
Dennis Reimann
2021-09-30 11:14:08 +02:00
parent 81a17317e1
commit 3c98599e60
4 changed files with 8 additions and 3 deletions

View File

@@ -53,6 +53,7 @@ services:
By running `jm.sh` without parameter, you will get a bunch of command that you can run such as:
For example:
```
Usage:
------
@@ -84,6 +85,7 @@ Example:
```
Note `jm.sh` commands are wrapper around joinmarket scripts. Those wrapper makes your life easier by:
1. Avoiding, when it can, that you enter wallet file name/ wallet password
2. Stop and Start the yield generator for the duration of the operation
@@ -108,10 +110,9 @@ This is because the yield generator is running.
You can stop and start the yield generator with the helper scripts in the container `stop.sh` and `start.sh`.
## Troubleshooting
Run `jm.sh logs` to get the logs of the yield generator.
A common issue is that a lock file is present, preventing it to restart.
In which case, connect directly into the container with `jm.sh bash` and delete the problematic file.
In which case, connect directly into the container with `jm.sh bash` and delete the problematic file.