From b404cb29c12264e60710fa5e8f2d303efa75ae74 Mon Sep 17 00:00:00 2001 From: openoms <43343391+openoms@users.noreply.github.com> Date: Mon, 6 Apr 2020 14:03:11 +0100 Subject: [PATCH] joinmarket:update log paths to ~/.joinmarket/logs/ --- joinmarket/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/joinmarket/README.md b/joinmarket/README.md index e28886f..69b74b9 100644 --- a/joinmarket/README.md +++ b/joinmarket/README.md @@ -117,15 +117,14 @@ With the Tumbler the CoinJoin process is faster but the miner and maker fees are add `-v 4` to the end of the command for a more detailed list. * View the log of the transactions of the Yield Generator: - `$ cat ~/joinmarket-clientserver/scripts/logs/yigen-statement.csv` - + `$ cat ~/.joinmarket/logs/yigen-statement.csv` * Display as a table in the terminal: - `$ column -s, -t < ~/joinmarket-clientserver/scripts/logs/yigen-statement.csv | less -#2 -N -S` + `$ column -s, -t < ~/.joinmarket/logs/yigen-statement.csv | less -#2 -N -S` press `q` to exit * Monitor continously with: - `$ tail -f -n 100 ~/joinmarket-clientserver/scripts/logs/yigen-statement.csv` + `$ tail -f -n 100 ~/.joinmarket/logs/yigen-statement.csv` ### Keep the offers running in the background with [Tmux](https://github.com/tmux/tmux#welcome-to-tmux)