8000 GitHub - BTCIncognito/xbimn
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

BTCIncognito/xbimn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

XBI Masternode Install Script

Use this script on a fresh install of Ubuntu 16.04 - MUST BE 16.04 x64

Part 1 - Sending Collateral Coins

  1. Open your Windows wallet - MAKE SURE IT IS SYNCED WITH THE NETWORK
  2. Go to Tools -> Debug Console
  3. Type: getaccountaddress MN# (# is your masternode number you want to use)
  4. Send 1500 XBI to this address
  5. Go to Tools -> Debug Console
  6. Type: masternode outputs (This can take a minute before an output is shown)
  7. Type: masternode genkey
  8. Save your TX ID (The first number) and your Index Number (Second number, either a 1 or 0)
  9. Save your generated key as well as this will be needed in your VPS as your private key
  10. Save these with a notepad
  11. Close the wallet
  12. Move to Part 2 for now

Part 2 - Getting your Linux VPS Started Up (Read all instructions and follow prompts closely)

  1. Connect to your linux vps AS ROOT (AWS USERS USE sudo -i TO LOGIN AS ROOT), copy and paste the following to get started:
cd && sudo apt-get -y install git && sudo git clone https://github.com/BTCIncognito/xbimn.git && cd xbimn/ && sudo bash install.sh
  1. follow the prompts closely and don't mess it up!
  2. Move to Part 3

Part 3 - Editing your Windows Config File

  1. Open your wallet
  2. Go to Tools -> Open Masternode Configuration File
  3. Enter the following on one single line after the example configuration <alias> <ip>:7250 <private_key> <tx_id> <index>
  4. It should look something like this: MN1 66.65.43.32:7250 87dfjnKNfdjNlwomdmKKMdkaNIE a3eofJJkdlMlfKokfmalmofO 0
  5. Save and close the file and restart your wallet.

Part 4 - Starting the Masternode

  1. In your wallet, go to Tools -> Debug Console
  2. Wait for your transaction to your masternode address to have 16 confirmations - This is extremely important.
  3. Enter startmasternode alias 0 <alias> with <alias> being the name of your masternode from Part 3
  4. Enjoy! You can start this process over again for another MN on a fresh Linux VPS!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0