Pure masternode setup for windows VPS – single masternode

View this thread on: d.buzz | hive.blog | peakd.com | ecency.com
·@kimdonguc·
0.000 HBD
Pure masternode setup for windows VPS – single masternode
Pure masternode setup guide for windows VPS – single masternode
REQUIREMENTS:
•	5000 Pure
•	A single 24/7 running computer running Windows – have public IP ( VPS).
•	Pure wallet: download link: https://github.com/puredev321/pure-v2/releases

step1:	Open the debug console and type the following command:
     masternode genkey
 (This will be the masternode's privkey. We'll use this later...)

step2:	Next, enter the following command :

getaccountaddress masternodename
to create MN wallet.
step3: Send 5000 PURE to the address. (Make sure this is 100% only 5000; No less, no more.)

step4: Next, enter the command into the console:

masternode outputs
 (This gets the proof of transaction of sending 5000)

step5: Go into the PURE data directory, by default in Windows it'll be %Appdata%/PURE-N

step6: Find masternode.conf and add the following line to it:

MN1 ( YourIP ):(port number)  ( PrivKey) ( TxHash ) ( Output Index )
( YourIP ):(port number): your external white ip and port for masternode
( PrivKey) – masternode private key you generated with “masternode genkey”
( TxHash ) – masternode tx from “masternode outputs” command
( Output Index ) – tx index from “masternode outputs” command

step7: Open the Pure.conf file. Make it look like this:
rpcuser= long random username 
rpcpassword= longer random password 
rpcallowip=127.0.0.1 
listen=1 
server=1 
daemon=1 
logtimestamps=1 
maxconnections=256 
masternode=1 
externalip= your unique public ip address 
bind= your unique public ip address 
masternodeaddr= your unique public ip address 
masternodeprivkey= Privkey

Make sure to replace rpcuser & rpcpassword with your own.

step8: Close and restart your wallet.

step9: Open the Debug Console and enter the following command:

masternode start-alias (alias)

 (Make sure wallet is unlocked)

The output should look something like this:

                 {
                       "overall" : "Successfully started 1 masternodes, failed to start 0, total 1",
                       "detail" : {
                          "status" : {
                             "alias" : "mn1",
                             "result" : "successful"
                         }
                 }


step10: In the masternode wallet, enter the following command:

masternode status

You should see something like: 
 
{
    "txhash" : "jse9grj983j4f9j349fj34r",
    "outputidx" : 1,
    "netaddr" : "x.x.x.x:51472",
    "addr" : "D0w3j948f98ejb90ejf498j349fj394jf",
    "status" : 4,
    "message" : "Masternode successfully started"
}


Congratulations! You have successfully created your masternode! 

If you have encountered some kind of error during this, try troubleshooting here.

Video setup masternode:

https://youtu.be/xlxWg5c8AOk
👍 , , , , ,