This guide will assist you in setting up a Carebit Masternode on a Linux Server running Ubuntu 16.04. (Use at your own risk)
If you require further assistance contact the support team @ Discord
- 30,050 Carebit coins.
- A Vultr VPS running Linux Ubuntu 16.04.
- A Windows local wallet.
- An SSH client such as Putty
- Section A: Creating the VPS within Vultr.
- Section B: Downloading and installing Putty.
- Section C: Connecting to the VPS and installing the MN script via Putty.
- Section D: Preparing the local wallet.
- Section E: Connecting & Starting the masternode.
Section A: Creating the VPS within Vultr
Step 1
- Register at Vultr
Step 2
- After you have added funds to your account go here to create your Server
Step 3
Step 4
Step 5
Step 6
Step 7
- Click "Deploy now"
Step 1
- Download Putty here
Step 2
- Select the correct installer depending upon your operating system. Then follow the install instructions.
Step 1
- Copy your VPS IP (you can find this by going to the server tab within Vultr and clicking on your server.
Step 2
Step 3
- Once you have clicked open it will open a security alert (click yes).
Step 4
- Type "root" as the login/username then press enter
Step 5
Step 6
- Paste the password into the Putty terminal by right clicking (it will not show the password so just press enter)
Step 7
- Paste the code below into the Putty terminal then press enter (it will just go to a new line)
wget -q https://raw.githubusercontent.com/zoldur/Carebit/master/carebit_install.sh
Step 8
- Paste the code below into the putty terminal then press enter
bash carebit_install.sh
Step 9
- Sit back and wait for the install (this will take 10-20 mins)
Step 10
- When prompted to enter your private key - press enter
Step 11
- 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.
Step 1
- Download and install the Carebit wallet here
Step 2
- Send EXACLY 30000 CBT to a receive address within your wallet.
Step 3
- Create a text document to temporarily store information that you will need.
step 4
- Go to the console within the wallet
Step 5
- Type the command below and press enter
masternode outputs
Step 6
- Copy the long key (this is your transaction ID) and the 1 or 2 at the end (this is your output index)
- Pase these into the text document you created earlier as you will need them in the next step.
Step 1
Step 2
- Fill out the create 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 putty terminal that you still have open). - The
PrivKey
is your masternode private key (This is also in the putty 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. - You can leave the reward address and reward % blank.
Click "OK"
Step 3
- Click start all in the masternodes tab
step 4
- Check the status of your masternode within the VPS by using the command below:
Carebitd masternode status
*You should see status 9
If you do, congratulations! You have now setup a masternode. If you do not, please contact support and they will assist you.
- Contact me directly Via Discord.. ID: Visco#9999
- Special thanks Zoldur for his amazing Shell installation script.
Author; Visco