Skip to content

Send via HTTP using the CLI Wallet

MrT edited this page Jan 3, 2021 · 3 revisions

Contents :


Requirements

To follow this tutorial, you will need the following:


Send via HTTP 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 by typing the send Command
  4. Confirm typing your password
  • Start your Node and make sure it is fully snychronised before continuing!

    nodesynced




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

Linux

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

Windows

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

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

sendcommandhttp




  • 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.
Clone this wiki locally