From 42991a4a35bea3b281d64095d3fb6c9a38c3b61f Mon Sep 17 00:00:00 2001 From: Kristaps Kaupe Date: Mon, 2 Sep 2019 20:16:09 +0300 Subject: [PATCH] Add note to docs about running yg in background --- docs/YIELDGENERATOR.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/YIELDGENERATOR.md b/docs/YIELDGENERATOR.md index d9bf49e..6b5d3ef 100644 --- a/docs/YIELDGENERATOR.md +++ b/docs/YIELDGENERATOR.md @@ -48,6 +48,10 @@ You may wish to change the input merging policy in `joinmarket.cfg`, see this pa The value of `gradual` or `greedy` is usually good for keeping the number of inputs from getting too large. +## How to run yield generator in background + +Use [tmux](https://man.openbsd.org/OpenBSD-current/man1/tmux.1) or [GNU Screen](https://www.gnu.org/software/screen/). + ## Modifying the algorithm If you are a programmer you could try creating your own algorithm for the yield generator.