....
Back on your Windows PC, you need to tie it all together, and get on with your life of Masternode payments....
Remember the dash.conf file you and Joe
created on your VPS? You need to create the same file on your Windows PC, only it looks a little different.
Save the notepad file you created earlier.
Open a NEW notepad file, and copy/paste the following into it:
-----
rpcuser=RANDOMSTRINGOFNUMBERSANDLETTERS
rpcpassword=LONGERRANDOMSTRINGOFNUMBERSANDLETTERSHAVEFUN
rpcallowip=127.0.0.1
listen=0
server=1
daemon=1
logtimestamps=1
addnode=23.23.186.131
masternode=1
masternodeprivkey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
masternodeaddr=YYYYYYYYYYYYYY:9999
-----
Customize this file by replacing the rpcuser, rpcpassword, masternodeprivkey, and masternodeaddr.
Please note: XXXXXXXXXXXXXXXX is your now familiar Masternode keystring, and YYYYYYYYYYY is your IP for your VPS on the Linux server. (ex. 104.65.395.4) The port is always 9999 for mainnet, leave this the same.
...