Skip to content

ucacoin/Ucacoin-MN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ucacoin Masternode Setup (Ubuntu 20.04)

This guide will assist you in setting up a Ucacoin Masternode on a Linux Server running Ubuntu 18.04 / 20.04

If you require further assistance, contact the support team at Discord



Requirements

  • MN Collateral amount of UCA coins.
  • A VPS running Linux Ubuntu 18.04 / 20.04 with 1 CPU & 1GB Memory minimum (2gb Recommended) from Vultr or any other providers.
  • Ucacoin Wallet (Local Wallet)
  • An SSH Client (Putty or Bitvise)

Changed requirements

Note that since version 3.4.0 UCA needs Ubuntu 18.04 / 20.04 to run, so make sure to upgrade the distro or install a fresh VPS.


Connecting to the VPS and installing the masternode script


1. Log into the VPS with root

[Vps]


2. Git Installation:
  • sudo apt-get install -y git-core

[Git]


3. Clone MN setup script:
  • git clone https://github.com/ucacoin/Ucacoin-MN.git

[Script1]


4. Start MN setup script:
  • cd Ucacoin-MN && chmod +x ./ucacoin-3.4.0-mn.sh && ./ucacoin-3.4.0-mn.sh

[Script2]

Now ask for VPS Public IP Address [Script3]

Now you need to wait some time, while script preparing the VPS to setup


5. Copy masternode private key from VPS console window and pres "Enter":

[Download Bitvise]

  • if you see this, you are on the right track: [QT1]

  • to check VPS daemon status, type: ucacoin-cli getinfo [QT2]

Don't close this window!


Setup QT wallet

1. Create new receiving address and copy it

[QT3]


2. Send Collateral amount of UCACoin to copied address

[QT4]


3. Open console Get MN output and set masternode configuration file and save it
  • mn1 VPS_IP:33210 masternode_genkey masternode_output output_index: [QT5]

4. Wait at least 15 confirmation of transaction

[QT6]


5. Restart QT wallet
  • it's important

6. Start MN in QT wallet console:
  • startmasternode alias false TEST_MN

[QT7]


7. Check Masternode Status in VPS:
  • ucacoin-cli startmasternode local false
  • ucacoin-cli getmasternodestatus
    [QT8]

Сongratulations you did it!

Guide for UCACoin v3.4.0 MN Update:

For Ubuntu

wget -q https://raw.githubusercontent.com/ucacoin/Ucacoin-MN/master/ucacoin-3.4.0-mnupdate.sh
sudo chmod +x ucacoin-3.4.0-mnupdate.sh
./ucacoin-3.4.0-mnupdate.sh

About

Script to setup Uca Masternode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages