mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2026-01-09 14:54:20 +01:00
joinmarket: display yigen-statement.csv as a table
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user