joinmarket: display yigen-statement.csv as a table

This commit is contained in:
openoms
2019-11-11 12:03:56 +00:00
parent 0901986475
commit bbdb8d37bb

View File

@@ -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`