SUBX Masternode setup
What you will need
1. 1 Billion SUBX for your Masternode and 1000 SUBX for a transaction fee.
2. Two fully sync'd SUBX wallets.
3. Understanding of Operating system and wallet setup.
Lets get started and assume you have installed two SUBX wallets with 0 coins in them.
First thing you will need to do is decide what wallet will be your local wallet and hold all your coins.
Now that we have done this lets get the ip address for the local wallet. If you dont know how. Open the web browser with that computer and navigate to here https://ipinfo.info/html/ip_checker.php
your ip address will show in the top right of the page. Copy the ip address, with the same computer in the SUBX wallet open Tools tab at the nav bar and open the masternode config file. paste the ip in here for safe keeping. (you can put it at the bottom of the rest of the default text it wont hurt anything we will come back later and clean it up)
Make a new address for your masternode!
In the recieve tab of your SUBX wallet type a label (I like to use mn1 and so on...) but you can use whatever you want. Then use the request payment button to generate your new address. (process is repeated for aditional nodes) Copy the address and send 1 Billion coins exactly to that address. (Wait for confrimations)
Masternode Outputs and genkey
After the coins have confirmed to the new address. Open the tools and go to the debug window. In the debug window type masternode genkey and copy your key. Open your masternode config file up again and begin to form your first line. (In mine I just enter to move the default text down a line and use my first top line to start writing my config file) mn1 ipaddress:18051 genkey txid hash
example begin forming your conf file to look like this order
NOTE your masternode address may have a different label like I said I prefer mn1 and so on. If you have changed this please edit your conf file to reflect your changes.
Once you have put in your label ip address:port genkey in this order you go back to the debug window and type masternode outputs. This will return a long tx hash followed by a 0 or 1. You need both these items. Copy them and add them to the end of your masternode conf file.
Now your file should be in the order as shown in the example. Save it and move on to your second wallet.
In the node wallet we will call it. We will have 0 coins and only be worried about adding a few lines to the wallet.conf file.
In this wallet use the tools tab to open the wallet configuration file. There will be some default items in there. Leave them and at the bottom add a few lines
masternode=1
masternodeprivkey=the private key you used in the other wallet masternode configuration file.
Paste it here and save this file.
Start them nodes!
Restart both wallets and wait for them to sync. When they are restarted and sync'd. Use the wallet with the coins in it masternodes tab to start your masternode with the debug window by typing masternode start-alias mn1 or whatever the name of the label is for the node.