From c0e092b2a02b1bf38b85ea3ab212299524cc1144 Mon Sep 17 00:00:00 2001 From: openoms <43343391+openoms@users.noreply.github.com> Date: Wed, 18 Dec 2019 17:21:07 +0000 Subject: [PATCH] joinmarket: formatting --- joinmarket/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/joinmarket/README.md b/joinmarket/README.md index 50f2171..39d69b1 100644 --- a/joinmarket/README.md +++ b/joinmarket/README.md @@ -25,14 +25,14 @@ Activate the wallet of bitcoind ``` disablewallet=0 ``` -* Restart the bitcoind: +* Restart bitcoind: `$ sudo systemctl restart bitcoind` ### Installation * Run in the RaspiBlitz terminal: - ```bash + ``` git clone https://github.com/JoinMarket-Org/joinmarket-clientserver.git cd joinmarket-clientserver # latest release: https://github.com/JoinMarket-Org/joinmarket-clientserver/releases @@ -45,7 +45,7 @@ Activate the wallet of bitcoind * Activate the virtual environment to see the prompt: `(jmvenv) $` This needs to be done at every new login. - ```bash + ``` $ cd joinmarket-clientserver $ source jmvenv/bin/activate $ cd scripts @@ -53,7 +53,7 @@ This needs to be done at every new login. **Hint:** the commands can be run as one line if joined by `&&` (meaning continue to run if successful): - ```bash + ``` $ cd joinmarket-clientserver && source jmvenv/bin/activate && cd scripts ``` The previously run commands can be easly searched from the prompt by pressing @@ -134,7 +134,7 @@ This needs to be done at every new login. * 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-clientserver/scripts/logs/yigen-statement.csv | less -#2 -N -S` press `q` to exit * Monitor continously with: