Skip to content

Latest commit

 

History

History
57 lines (50 loc) · 2.52 KB

MasternodeWindowsSetup.md

File metadata and controls

57 lines (50 loc) · 2.52 KB

Masternode Windows Wallet Setup Guide

STEP 1: Create Masternode data dir and executable file

  1. We need a create folder to masternode files, example C:\PayDay\MN1
  2. Copy exist executable PayDayCoin-qt.exe to this folder, and rename to PayDayCoin-mn1.exe
  3. In masternode folder C:\PayDay\MN1\ create new folder with name data
  4. Open notepad, copy text below
@echo off
start PayDayCoin-mn1.exe -datadir=./data/

and save in masternode folder with name start.cmd

STEP 2: Configure Masternode Wallet

  1. Run script start.cmd and wait until wallet is loaded and synchonize
  2. Select menu and click on Help menu - Debug window, see image. Masternode Main
  3. In opened window select tab Console Masternode Debug
  4. Type command getaddressesbyaccount "" and we see answer same as
[
    "MUs9swsjpSqp9K2UrVu5u8fDiaSSNtkUXt"
]
  1. Then open a main windows Wallet with coins and send 20000 in one transaction to address in answer abowe.
  2. Wait until 1 confirmation is accepted.
  3. After this, return to Masternode Wallet Debug console and type command masternode genkey, answer same as
3orrHCsSefKX1bPdzWNw4DoGgxSTGjTfb3RMW5wJk6NCyYDa1cB

Copy this key to some place, example new file in notepad. 8. Then put command masternode outputs in Debug console, answer same as

{
    "e8f62a66e132e24f13dd5556e61b003ec25ef069170b218b9222d434d288ccbe" : "1"
}
  1. Copy first hash, this is output txhash of your transaction, second - output index, copy this in notepad
  2. Now close Debug window and change tab to Masternodes - My Master Nodes. Click button Create..., see image. Masternode AddNode
  3. Now in this Add node window, puts:

in 1 field: Masternode Alias, name without space

in 2 field: Address, public (external) IP address of your privider and port, only 7214

in 3 field: PrivKey, this key is copied in step 7 abowe.

in 4 field: Txhash, this hash copied in step 8 abowe.

in 5 field: output index, this value copied in step 8 abowe.

in 6 field, not required, this address to Masternode Donations.

in 7 field, not required, percent of donations to custom address.

  1. Now click Ok and click Update, and make sure the Masternode is added in list.
  2. Run script start.cmd to start Masternode Wallet.
  3. After confirmations is complete, we see your Masternode in tab Masternodes.