From 65853372bb0e02a2e1cdb7034400ce35f165cdf7 Mon Sep 17 00:00:00 2001 From: openoms <43343391+openoms@users.noreply.github.com> Date: Sun, 10 May 2020 20:17:33 +0100 Subject: [PATCH] joinmarket: formatting --- joinmarket/README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/joinmarket/README.md b/joinmarket/README.md index 257193d..a8760d1 100644 --- a/joinmarket/README.md +++ b/joinmarket/README.md @@ -173,19 +173,17 @@ Find a basic introduction to Tmux at https://www.ocf.berkeley.edu/~ckuehl/tmux/ `$ tmux a` to pick up where left off -### Use the Joinmarket QT GUI on the desktop +### Use the JoinMarket QT GUI on the desktop The graphical interface can run on the desktop relayed from the node via an encrypted ssh tunnel. h/t @coconutanna on the #joinmarket Freenode IRC channel -#### Linux desktop: +#### Linux desktop * Tested to open the QT GUI remotely on a desktop running: * Debian Buster * Manjaro - ``` ssh -X joinmarket@RASPIBLITZ_IP joinmarket-clientserver/jmvenv/bin/python joinmarket-clientserver/scripts/joinmarket-qt.py ``` - * Use the PASSWORD_B to log in. #### Mac @@ -195,7 +193,6 @@ h/t @coconutanna on the #joinmarket Freenode IRC channel #### Windows * Download, install and run XMing with the default settings - - * Open Putty and fill in: * `Host Name`: `RASPIBLITZ_LAN_IP` * `Port`: `22` @@ -203,16 +200,11 @@ h/t @coconutanna on the #joinmarket Freenode IRC channel * `Data` -> `Auto-login username`: `joinmarket` * Under `SSH` * `X11` -> `[x] Enable X11 forwarding` - * These settings can be saved in `Session` -> `Load. save or delete stored session` -> `Save` - * `Open` the connection - * Use the `PASSWORD_B` to log in - * In the terminal type: `python joinmarket-qt.py` - * The QT GUI will appear on the windows desktop running from your RaspiBlitz. Thanks for the initial demo by: [Hamish MacEwan](https://twitter.com/HamishMacEwan)