From 092268def993c4a5f0077f69f924bb6d30e456bd Mon Sep 17 00:00:00 2001 From: serinko <97586125+serinko@users.noreply.github.com> Date: Mon, 4 Sep 2023 12:04:03 +0200 Subject: [PATCH] dev-portal: moredo.md up to date w NC default --- .../dev-portal/src/tutorials/monero.md | 32 ++++++++++--------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/documentation/dev-portal/src/tutorials/monero.md b/documentation/dev-portal/src/tutorials/monero.md index 77439d0728..68f3bf3578 100644 --- a/documentation/dev-portal/src/tutorials/monero.md +++ b/documentation/dev-portal/src/tutorials/monero.md @@ -10,33 +10,35 @@ A team made up of Monero community members have successfully set up a service pr ## How can I use Monero over the Nym mixnet? +> Any syntax in `<>` brackets is a user's unique variable. Exchange with a corresponding name without the `<>` brackets. + The mainnet service provider to Monero over the Nym mixnet is now ready for use via [NymConnect](https://nymtech.net/download-nymconnect/). -* Download and open the latest version of [NymConnect](https://nymtech.net/download-nymconnect/). -* Click on the top left options and go to Settings -* Go to “Select service provider” and turn it on -* For Mainnet, search for this provider or insert it manually: - +* **Download** the latest version of [**NymConnect**](https://nymtech.net/download-nymconnect/). +* Make sure your NymConnect is executable. ```sh -i1TiuoNp4jp9weffCW7tPnkb4hRTPydRjX8iXFVaYDG.88Z1hruuvbzWpdCE2xYnTbPNrr49j4s7mmUQC5wvRRLZ@3EPuxwGn2WP2HdxybzoDa5QsohYSP76aQQRUJuPMvk23 +# in Linux open terminal in the same folder and run: +chmod +x ./nym-connect_.AppImage ``` +* **Open NymConnect app** +* **Turn it on** - Monero wallet is listed in the apps supported by default, no need for any setup +* **Copy** the **Socks5 address** and **Port** -* Go to the main NymConnect interface and connect to the mixnet +Then go to your Monero wallet (desktop or CLI) and change the settings to run over socks5 proxy: -Then go to your Monero wallet (gui or otherwise) and change the settings to run over socks5 proxy: +**Monero desktop wallet:** -**Monero desktop:** - -* Settings -> Interface -> Socks5 proxy -> Add values: IP address `localhost`, Port `1080` +* Settings -> Interface -> Socks5 proxy -> Add values: IP address `127.0.0.1`, Port `1080` (the values copied from NymConnect) + +**CLI wallet** * **Monerod:** add `--proxy 127.0.0.1:1080 --bootstrap-daemon-proxy 127.0.0.1:1080` to args * **Monero-wallet-{rpc, cli}:** add `--proxy 127.0.0.1:1080 --daemon-ssl-allow-any-cert` to args -Follow the instructions and the Monero mainnet will be connected through to the Nym mixnet. - For those who want to try it out in testnet, a stagenet service provider is also available: [https://nymtech.net/.wellknown/connect/service-providers.json](https://nymtech.net/.wellknown/connect/service-providers.json) + +Now your Monero traffic is protected by the network privacy of Nym Mixnet.