-
Notifications
You must be signed in to change notification settings - Fork 4
Configure Node for QT Wallet
MrT edited this page Jun 28, 2020
·
2 revisions
The QT Wallet needs an active Node Connection in order to function. By default it's connected to a developer Cloud Node.
To verify transactions on your own Node you can configure your QT Wallet to use the embedded Node, or run a Node and configure it as a custom Node. You are encouraged to run your own Node.
By default the QT is running over a Cloud Node, no further actions needed.
(Please note this will eventually be deprecated and switched to embedded Nodes instead)
You can switch to the embedded Node by:
- Selecting the Gear Icon and selecting "Node overview"
- Clicking "Change Node"
- Select "Embedded local MWC Node"
No further actions needed after this, the QT will now use it's own internal Node!
- Selecting the Gear Icon and selecting "Node overview"
- Clicking "Change Node"
- Select "Embedded local MWC Node"
- Enter the IP-Address of your Node in the Address field (For the same machine the QT Runs on
127.0.0.1:3413
) - Enter the API Secret of your Node. (This can be found by checking the Value in the file
.api_secret
underusername\.mwc\main
by default)
No further actions needed after this, the QT will now use the configured Custom Node!
Introduction
Sending Guides
Receiving Guides
- Accept Swap Offer - QT Wallet
- Receive via Atomic Swap - QT Wallet
- Receive via HTTP (NGrok) - QT Wallet
- Receive via HTTP (Port Forwarding) - QT Wallet
- Receive via HTTP (NGrok) - CLI Wallet
- Receive via Files - QT Wallet
- Receive via Files - CLI Wallet
- Receive via Files - Cold Wallet
- Receive via TOR - QT Wallet
- Receive via TOR - CLI Wallet
- Receive via Slatepack- QT Wallet