joinmarket: add link to order book docs

This commit is contained in:
openoms
2020-10-24 16:54:16 +01:00
committed by GitHub
parent 46dbefcb2e
commit 58202095b0

View File

@@ -233,10 +233,10 @@ Video demonstration of using the JoinMarket-Qt GUI by @AdamISZ: <https://youtu.b
See this review thread about the GUI option: https://twitter.com/zndtoshi/status/1191799199119134720
### Run the Offer Book locally
The offer book is usually available at <https://joinmarket.me/ob>. 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 <https://joinmarket.me/ob>. 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: <https://github.com/JoinMarket-Org/joinmarket-clientserver/blob/master/docs/orderbook.md>
### Export a private key of an individual UTXO-s to Electrum Wallet (advanced)
<https://github.com/JoinMarket-Org/joinmarket-clientserver/blob/master/docs/USAGE.md#recovering-private-keys>