QT Wallet MN setup

How to setup your Masternode using the QT wallet

Setup with a hosting provider

If you are using a provider, please refer to their specific setup instructions. This is typically the easiest method to get started with running master nodes.

Note: In this example, we will be using https://node.trittium.cc/ as the hosting provider.

Warning: To avoid issues you must be using the same wallet version as the host provider. In this example, we are using XDN version 1.0.2.6

The first thing you'll need to do is create and fund an address with EXACTLY 2,000,000 XDN. On the receive tab in QT wallet click "New Address"

Send exactly 2,000,000 XDN to the new address "MN1" and wait for at least 15 confirmations then double click the transaction to get specifics.

Log into your account at https://node.trittium.cc/

  1. Click "Setup Node"

  2. Search for "XDN"

  3. Click "DigitalNote"

  1. Paste "transaction ID" from clipboard

  2. ignore "Output ID"

  3. Click "Setup Masternode"

  1. Read instructions and make mental note of "service status on My nodes page"

  2. Click "Done"

  1. notice status is stated as "waiting" in 2 different locations

  2. click "Start node"

  1. Return to the XDN data directory: Windows: C:\Users\(your username)\AppData\roaming\xdn MacOS: ~/Library/Application Support/xdn Linux: ~/.xdn

  2. Using a text editor (notepad used here) open a new document and paste the configuration string provided by the hosting service (https://node.trittium.cc/ ).

  1. Save this document in the data directory as "masternode.conf".

  2. If XDN wallet is running, close wallet.

  3. Launch XDN wallet..(it you just closed an open wallet, wait 2 minutes before relaunching).

  4. Navigate to the "Masternodes" tab in QT wallet then choose "My Master Nodes" tab.

  5. If you do not see your master node click "Update".

Even though QT wallet may appear synced it is best to wait at least 5 minutes before proceeding to next step

  1. unlock wallet

  2. click on/select your masternode(blue indicates selection)

  3. click "Start"

Setup with your own VPS

The first thing you'll need to do is create and fund an address with EXACTLY 2,000,000 XDN.

Last updated