Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Project Interzone - Blockchain Social Engine - Masternodes -UPDATE TO 1.5!
by
cedlemercier
on 18/09/2017, 05:37:33 UTC
I want to set up a masternode in Windows. Any guides out there? If not, I will reward the one that can help me Smiley
 


Masternodes INTER ZONE setup Guide

Requirements

     - static IP with open port 11994 for masternodes

STEP 1 : Prepairing controller wallet

    1 - Open your main wallet where you have your coins
    2 - Go to file tab / reception address
    3 - Press button "New address" and enter "MN1" in Label
    4 - Send to this address exactly 5000 coins
    5 - Wait for 15 confirmation of transaction and go to the Debug console
    6 - Run command "masternode genkey" and write down generated key (this is your masternode private key)
    
#################################################################################################################################################

STEP 2 : open the .conf file and complete this:
It have format:
Code:
rpcuser=here you enter any word with several alphanumeric characters
rpcpasswordhere you enter any word with several alphanumeric characters
listen=1
port=11994
masternode=1
masternodeprivkey=here you enter your masternode genkey

Save file

#################################################################################################################################################

STEP 3 : Starting masternodes

    - Close and restart your wallet
    - Go to Debug console and enter the command: MASTERNODE START


Thats all :-)