Skip to content

Commit

Permalink
Merge #388: Add note to docs about running yg in background
Browse files Browse the repository at this point in the history
42991a4 Add note to docs about running yg in background (Kristaps Kaupe)
  • Loading branch information
AdamISZ committed Sep 8, 2019
2 parents 4083463 + 42991a4 commit 13f5125
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/YIELDGENERATOR.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 13f5125

Please sign in to comment.