Skip to content

Latest commit

 

History

History
214 lines (135 loc) · 5.86 KB

MAC README.md

File metadata and controls

214 lines (135 loc) · 5.86 KB

Logo

Lobstex Masternode Setup Guide For MAC (Ubuntu 16.04)

This guide will assist you in setting up a Lobstex Masternode on a Linux Server running Ubuntu 16.04. (Use at your own risk)

If you require further assistance contact the support team @ Discord


Requirements

  1. 10,000 Lobstex coins.
  2. A Vultr VPS running Linux Ubuntu 16.04.
  3. A Mac Local wallet.
  4. **An SSH client such as Terminal

Contents

  • Section A: Preparing the local wallet.Creating the VPS within Vultr.
  • Section B: Creating the VPS within Vultr
  • Section C: Using Terminal for Mac.
  • Section D: Connecting to the VPS and installing the MN script via Terminal.
  • Section E: Connecting & Starting the masternode.

Section A: Preparing the Local wallet

  1. Download most recent Lobstex wallet from https://github.com/avymantech/lobstex/releases/tag/v2.0
    to your LOCAL system

    a. If Windows firewall blocks the wallet, it is safe to allow

     Generate your Masternode's Private Key 
    
     Go to the "Tools" dropdown and select "Debug Console" 
    

    b. Type this command into the console

       		masternode genkey
    

    c. Save GENKEY on NOTEPAD/NOTES

  2. Generate Masternode address and name it

a. Still in the Debug Console, enter this command, replacing "YourMasternodeName" with the name you want for your Masternode.

      getaccountaddress YourMasternodeName 

	(ex. getaccountaddress mynode) 
  1. Send 10,000 LOBS to the wallet address you generated

a. Copy the address you generated in the last step EXACTLY. We CAN NOT help anyone who has sent their LOBS to the wrong address.

b. You can verify it is the correct address when you paste it into the "Pay to:" field, the "Label" field should autopopulate to your Masternode's name.

  1. Get proof of transaction to the Masternode

a. Enter this command into the Debug Console

           `masternode outputs` 

This can take a second

Type the command below and press enter

  • Copy the long key (this is your transaction ID) and the 0 or 1 at the end (this is your output index)
  • Paste these into the text document you created earlier as you will need them in the next step.

Section B: Creating the VPS within Vultr

Step 1


Step 2

  • After you have added funds to your account go here to create your Server

Step 3

  • Choose a server location (preferably somewhere close to you) Example-Location

Step 4

  • Choose a server type: Ubuntu 16.04 Example-OS

Step 5

  • Choose a server size: $5/mo will be fine Example-OS

Step 6

  • Set a Server Hostname & Label (name it whatever you want) Example-hostname

Step 7

  • Click "Deploy now"

Example-Deploy


Section C: Using Terminal for Mac to connect to VPS.

Step 1

  • Open Terminal. Example-PuttyInstaller

Section D: Connecting to the VPS & Installing the MN script via Terminal

Step 1

  • Use command ssh root@ VPS IP (you can find this by going to the server tab within Vultr and clicking on your server. Example-Vultr

Step 2

  • Copy and Paste your Vultr password into Terminal.

*Step 3

  • Paste the password into the terminal by right clicking (it will not show the password so just press enter) Example-RootPassEnter

*Step 4

  • Paste the code below into the terminal then press enter (it will just go to a new line)

wget -q https://raw.githubusercontent.com/avymantech/Masternode/master/lobstex_install.sh


*Step 5

  • Paste the code below into the putty terminal then press enter

bash lobstex_install.sh


*Step 6

  • Sit back and wait for the install (this will take 10-20 mins)

*Step 7

  • When prompted to enter your GEN key - Copy the GENKEY already generated and press enter

*Step 8

  • You will now see all of the relavant information for your server.
  • Keep this terminal open as we will need the info for the wallet setup. Example-installing

Step 9

Section E: Connecting & Starting the masternode

Step 1

  • Go to the tools tab within the wallet and click open "masternode configuration file" Example-create

Step 2

  • Fill in the form.
  • For Alias type something like "MN01" don't use spaces
  • The Address is the IP and port of your server (this will be in the Bitvise terminal that you still have open).
  • The PrivKey is your masternode private key (This is also in the Bitvise terminal that you have open).
  • The TxHash is the transaction ID/long key that you copied to the text file.
  • The Output Index is the 0 or 1 that you copied to your text file. Example-create

Click "File Save"


Step 3

  • Close out of the wallet and reopen Wallet *Click on the Masternodes tab "My masternodes"
  • Click start all in the masternodes tab

Congratulations! You have now setup a masternode. If you do not, please contact support and they will assist you.