From bbdb8d37bb25e8cde71e183e2d89d8ade584bd71 Mon Sep 17 00:00:00 2001 From: openoms Date: Mon, 11 Nov 2019 12:03:56 +0000 Subject: [PATCH] joinmarket: display yigen-statement.csv as a table --- joinmarket/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/joinmarket/README.md b/joinmarket/README.md index f97964b..92417e6 100644 --- a/joinmarket/README.md +++ b/joinmarket/README.md @@ -129,9 +129,14 @@ This needs to be done at every new login. * View the log of the transactions of the Yield Generator: `$ cat ~/joinmarket-clientserver/scripts/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` + * Monitor continously with: `$ tail -f -n 100 ~/joinmarket-clientserver/scripts/logs/yigen-statement.csv` + ### Keep the offers running in the background with [Tmux](https://github.com/tmux/tmux#welcome-to-tmux) * Install on the RaspiBlitz: @@ -146,7 +151,7 @@ Find a basic introduction at https://www.ocf.berkeley.edu/~ckuehl/tmux/ `$ tmux a` to pick up where left off -### Make JoinMarket communicate behind Tor +### Make JoinMarket communicate on Tor * Activate Tor in the SERVICE menu of the RaspiBlitz if not running already * Edit the `joinmarket.cfg`