I want to set up a masternode in Windows. Any guides out there? If not, I will reward the one that can help me
Masternodes INTER ZONE setup GuideRequirements - 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:
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 :-)