Skip to content

Innoket Matsernode Setup Guide

innoket-dev edited this page Apr 11, 2018 · 4 revisions

Requirements :

  • 10,000 IKT
  • A main computer – This will run the control wallet, hold your collateral 10,000 IKT and can be turned on and off without affecting the masternode.
  • Masternode Server (VPS – The computer that will be on 24/7)

Steps :

1.Generate a new IKT address on Main computer. (getaccountaddress chooseAnyNameForYourMasternode)

2.Send exactly 10,000 IKT to that address.(not less/not more)

3.Generate masternode private key. (masternode genkey (This will be the masternode’s privkey. We’ll use this later…))

4.After 15 confirmations get tx outputs. (masternode outputs)

5.Goto %Appdata%/Innoket and edit masternode.conf file as mentioned below:

  • <Name of Masternode(Use the name you entered earlier for simplicity)> <Unique IP address>:37658 <The result of Step 3> <Result of Step 4> <The number after the long line in Step 4>

6.Goto your VPS - cd ~/.Innoket, open Innoket.conf file

  • rpcuser=long random username
  • rpcpassword=longer random password
  • rpcallowip=127.0.0.1
  • listen=0
  • 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:37658
  • masternodeprivkey=Result of Step 3

7.Start your daemon on VPS./innoketd

8.From main computer start masternode (startmasternode alias false ) or from "masternodes" tab.

[9.You can also start on VPS. (startmasternode local false)]

10.Check masternode status. (./innoket-cli masternode status)

Done!!

Clone this wiki locally