/dotscoin-core

A global payment system based on blockchain and powered by Delegated Proof of Stake (DPos).

Primary LanguagePython

description
This document shows how to install the dotscoin-core into the following systems.

Installation

Prerequisites

  • Redis Server
  • Python 3.6

CentOS 7/ RHEL/ Amazon Linux

On the terminal run the following commands:

$ git clone https://github.com/dotscoin/dotscoin-core.git
$ cd scripts/
$ ./centos7.sh

{% hint style="info" %} If your operating system is not listed below, please open a issue into our GitHub repo. {% endhint %}

Debian 9

$ git clone https://github.com/dotscoin/dotscoin-core.git
$ cd scripts/
$ ./debian9.sh

Ubuntu

$ git clone https://github.com/dotscoin/dotscoin-core.git
$ cd scripts/
$ ./ubuntu.sh