From 643285ebd6603a5c8ba2ad9087861d0f191c6e78 Mon Sep 17 00:00:00 2001 From: openoms Date: Mon, 20 Jan 2020 00:28:45 +0000 Subject: [PATCH] joinmarket: add IRC over Tor --- joinmarket/README.md | 2 +- joinmarket/joinmarket_desktop_to_blitz.md | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/joinmarket/README.md b/joinmarket/README.md index 0c6d08f..ae72c21 100644 --- a/joinmarket/README.md +++ b/joinmarket/README.md @@ -182,7 +182,7 @@ Find a basic introduction at https://www.ocf.berkeley.edu/~ckuehl/tmux/ `$ nano joinmarket.cfg` * Comment out the clearnet communication channels (place a `#` on the front of the line - means it won`t be used by the script): - ```@AdamISZ + ``` #host = irc.cyberguerrilla.org ... diff --git a/joinmarket/joinmarket_desktop_to_blitz.md b/joinmarket/joinmarket_desktop_to_blitz.md index 2c8d279..387f068 100644 --- a/joinmarket/joinmarket_desktop_to_blitz.md +++ b/joinmarket/joinmarket_desktop_to_blitz.md @@ -131,6 +131,28 @@ This can be skipped if you connect through Tor (see [below](#tor-connection)) rpc_user = RPC_USERNAME_OF_THE_REMOTE_NODE (AS IN BITCOIN.CONF) rpc_password = RPC_PASSWORD_OF_THE_REMOTE_NODE (AS IN BITCOIN.CONF) ``` +* To make JoinMarket communicate through Tor to the peers comment out the clearnet communication channels (place a `#` on the front of the line - means it won`t be used by the script): + + ``` + #host = irc.cyberguerrilla.org + + ... + + [MESSAGING:server2] + #host = irc.darkscience.net + ``` +* Uncomment (remove the `#` from front of) the entries related to Tor: + ``` + #for tor + host = epynixtbonxn4odv34z4eqnlamnpuwfz6uwmsamcqd62si7cbix5hqad.onion + socks5 = true + + ... + + #for tor + host = darksci3bfoka7tw.onion + socks5 = true + ``` 4) #### activate the python virtual environment: `$ source jmvenv/bin/activate`