Skip to content

Commit

Permalink
Update install_windows.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilliard committed Nov 17, 2019
1 parent e541232 commit 7e5899d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions doc/mining/install_windows.md
Expand Up @@ -80,6 +80,20 @@ C:.

Now your mwc-node is located at `~/my_mwc_install/mwc/mwc.exe` and your mwc-wallet is located at `~/my_mwc_install/mwc-wallet/mwc-wallet.exe`.

One common task is to send mined MWC from the mwc-wallet to the Qt wallet. In order to do that, the most convenient method is to use the "file based send". The mwc-wallet command to send is the following:

```
# mwc-wallet send -m file -d <location_to_save_file> <amount_to_send>
```

In order to receive it, you will need to click on "receive mwc by file". Select the file created in the last step. A new file saved in the same location as the file from the last step will be created with the suffix .response and this file can be finalized by the mwc-wallet with the following command:

```
# mwc-wallet finalize -i <location_of_response_file>
```

This will allow for sending of mwc from mwc-wallet into the Qt wallet.

## Start the node

Start the node for the first run.
Expand Down

0 comments on commit 7e5899d

Please sign in to comment.