Skip to content

Send via TOR using the CLI Wallet

MrT edited this page Jul 6, 2020 · 2 revisions

Contents :


Requirements

To follow this tutorial, you will need the following:


Installing TOR

To use TOR with the CLI Wallet we need to install TOR first.

The Installation depends on your OS, you can use the following command on linux:

sudo apt install tor

Or the following on macos:

brew install tor

On Windows you will need to Download and execute the Setup of TOR.

Important: This should make Tor available to the CLI-Wallet via the %path% Variable, on Windows you might need to manually set it tho, see How to do that here!


Send via TOR using the CLI Wallet

First let's lay out the overall procedure, more detailed instructions with screenshots are below:

  1. Start your Node and wait for it to Sync
  2. Open a Commandline or Shell and navigate to your Wallet's Folder
  3. Send the Transaction to a .onion address by typing the send Command
  4. Confirm typing your password
  • Start your Node and make sure it is fully synchronised before continuing!

    nodesynced


  • Open a Commandline or shell in your Walletfolder and then execute the following command:

    mwc-wallet send -d %Recipient-URL% %Amount%
    <enter password>

    Where you will need to Replace %Recipient-URL% %Amount% with the Recipients TOR Address and the Amount to send respectively.

    sendcommandtor

  • Once the transaction is confirmed and sent, the recipient needs to wait enough confirmations (set to 10 blocks by default) to spend the fund received recently.

    The recipient can check the status by executing mwc-wallet info

Clone this wiki locally