Skip to content

Receive via Files using a CLI Wallet

MrT edited this page Jun 22, 2020 · 2 revisions

Contents :

Requirements

To follow this tutorial, you will need the following:


Receive via Files using a CLI MWC 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. Receive the Transactionfile and genereate a response
  4. Upload the response to the Exchange or Sender and wait for him to finalize the transaction


  • Start your Node and make sure it is fully snychronised before continuing!

    nodesynced




  • Once your Node is running and fully synced you can receive the transactionfile with the following Command:
    Make sure to replace the path and filename to point to the Transactionfile you want to receive!

Linux

mwc-wallet receive -i $HOME/Downloads/transaction.tx
<enter password>

Windows

mwc-wallet.exe receive -i c:\users\%username%\Downloads\transaction.tx
<enter password>



  • Upload the created Responsefile to your exchange or the Sender and wait for him to finalize the transaction


  • To check the current status of the transaction go in the Transaction tab. As we saw before the transaction still have no confirmation yet, you will need at least to wait 2 min to see it as confirmed.

unconfirmed




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

confirmed




  • Once 10 confirmations (10 minutes) are reached, the recipient received his fund and can spend it directly after.

+10confirmation

Clone this wiki locally