How to start masternode:
Settings -> Options -> Wallet -> Enable coin features (you'll need this in the future)
Settings -> Options -> Wallet -> Show Masternodes Tab
Press OK and restart wallet
Tools -> Debug Console
type and save the the outputs in a notepad:
masternode genkey
Should output something like this : KzvDF8y1PZQkc7QnB4bXWQXpvetfUfMVxJoApKqeQxxxxxxxxxxxx
getaccountaddress 0
Will output a SUCR address
Transfer *EXACTLY* 1000 SUCR to the output of the getaccountaddress 0, wait for 15 confirmations until the next step
After the 15 on confirmations go to the console and type:
masternode outputs
Should output something like this
{
"1a5c6c262dac96b652aadc7a4d5a443b8b48f56869c2d28xxxxxxxxxxxxxxxx": "1"
}
Save the contents to the same notepad
Tools -> Open Wallet Configuration File (Windows will probably ask you for an application to open the file, use notepad)
Add the following to the file
masternode=1
masternodeprivkey=KzvDF8y1PZQkc7QnB4bXWQXpvetfUfMVxJoApKqeQxxxxxxxxxxxx
externalip=YOUR PUBLIC IP ADDRESS (make sure you port forward if inside a NAT to port 9336)
save and exit
Tools -> Open Masternode Configuration File
Add the following to the file:
mn1 YOURPUBLICIPADDRESS:9336 KzvDF8y1PZQkc7QnB4bXWQXpvetfUfMVxJoApKqeQxxxxxxxxxxxx 1a5c6c262dac96b652aadc7a4d5a443b8b48f56869c2d28xxxxxxxxxxxxxxxx 1
Save and exit
Restart the wallet, go to the masternodes tab, try to start the masternode
It will be in a pre_enabled state for around 20 to 30 minutes., then it will go to enabled
SZfactRpW16Po5KVgWQhTUeyDB17FckPbV if you liked it , if you have any issues, ping me