How to setup a Masternode
To start a Masternode you need 10,000 TX in one input block.
The input must have 10 confirms, before trying to setup masternode.
Use console command:
masternode genkey
Copy the result and place that in transfer.conf :
change other values depending on your setup
rpcallowip=127.0.0.1
rpcuser=REPLACEME
rpcpassword=REPLACEME
server=1
daemon=1
listen=1
staking=0
mnconflock=0
port=17170
masternodeaddr=YourIPAddress:9999 (address should be in the format 123.456.789.123:9999 or asjkasjakssa.onion:9999)
masternode=1
masternodeprivkey=ValueGeneratedByGenKeyCommand
Make sure Port 9999 can accept incoming connections
Restart wallet and use Console command:
masternode start