mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2026-01-21 20:54:22 +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:
|
* View the log of the transactions of the Yield Generator:
|
||||||
`$ cat ~/joinmarket-clientserver/scripts/logs/yigen-statement.csv`
|
`$ 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:
|
* Monitor continously with:
|
||||||
`$ tail -f -n 100 ~/joinmarket-clientserver/scripts/logs/yigen-statement.csv`
|
`$ 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)
|
### Keep the offers running in the background with [Tmux](https://github.com/tmux/tmux#welcome-to-tmux)
|
||||||
|
|
||||||
* Install on the RaspiBlitz:
|
* Install on the RaspiBlitz:
|
||||||
@@ -146,7 +151,7 @@ Find a basic introduction at https://www.ocf.berkeley.edu/~ckuehl/tmux/
|
|||||||
`$ tmux a`
|
`$ tmux a`
|
||||||
to pick up where left off
|
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
|
* Activate Tor in the SERVICE menu of the RaspiBlitz if not running already
|
||||||
* Edit the `joinmarket.cfg`
|
* Edit the `joinmarket.cfg`
|
||||||
|
|||||||
Reference in New Issue
Block a user