Veles Core is an open-source blockchain ecosystem providing services such as decentralized VPN in order to help people to defend their online privacy and free access to an information. Backed by unique blockchain with features such dynamic block rewards and halving schedule, independent multi-algo PoW consensus, protected against common issues such as 51% attacks. Designed as multi-tiered network which builds on the concept of self-incentivized Masternodes which provide robust service and governance layer.
This is master branch of official install script for Veles Masternode 1st generation, which is current stable Veles Masternode release until the end of Q1 2020. For latest development version of Veles Masternode and installator visit Veles Masternode Gen 2 repository.
The installation / update will start directly when running following command as root:
source <(curl -s https://raw.githubusercontent.com/velescore/masternode-installer/master/masternode.sh)
Detailed tutorial can be found on the following page in Veles Core Wiki:
https://github.com/velescore/veles/wiki/Masternode-Setup-Guide
Veles Masternode Installer script can be safely run on any platform, and will work most of modern Linux distributions with systemd support. We plan to support sysVinit and OpenRC in a future.
If your system is not supported, running this script has no side effects - thanks to extensive dependency checking, it will simply exit with an error message containing hints onto which commands/packages are missing on your system and how to install them.
*Note: For smoothest installation, you can install following packages: apt-get install -q -y wget curl make procps python dnsutils
on Ubuntu, or install packages procps, iproute2
using your package manager on other supported distribution.
*
- Ubuntu
- Debian
- Linux Mint
- Gentoo
- Fedora
- RedHat
- CentOS
- OpenSUSE
- Arch Linux