From 58202095b07027eeccca740353182673025345fe Mon Sep 17 00:00:00 2001 From: openoms <43343391+openoms@users.noreply.github.com> Date: Sat, 24 Oct 2020 16:54:16 +0100 Subject: [PATCH] joinmarket: add link to order book docs --- joinmarket/README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/joinmarket/README.md b/joinmarket/README.md index 9c1ee0a..9e1c961 100644 --- a/joinmarket/README.md +++ b/joinmarket/README.md @@ -233,10 +233,10 @@ Video demonstration of using the JoinMarket-Qt GUI by @AdamISZ: . The page being down does not affect the functionality of JoinMarket. Communication between the nodes is encrypted and passing through IRC servers. +### Run the Order Book locally +The order book is usually available at . The page being down does not affect the functionality of JoinMarket. Communication between the nodes is encrypted and passing through IRC servers. -* Any JoinMarket instance can build the offer book itself: +* Any JoinMarket instance can build the order book itself: Run in Tmux (as described above) to keep running when the terminal is closed. ``` cd ~/joinmarket-clientserver/scripts/obwatch @@ -244,12 +244,14 @@ Run in Tmux (as described above) to keep running when the terminal is closed. sudo apt install matplotlib python ob-watcher.py ``` -* Create a Hidden service: +* Create a .onion service: Use the RaspiBlitz script `internet.hiddenservice.sh` ``` /home/admin/config.scripts/internet.hiddenservice.sh ob-watcher 80 62601 ``` -* visit the displayed `.onion` hidden service address in the Tor Browser for the local offer book. +* visit the displayed `.onion` hidden service address in the Tor Browser for the local order book. + +General docs on the order book: ### Export a private key of an individual UTXO-s to Electrum Wallet (advanced)